|
|
Registered tutorials: 501 Registered Users: 33128
|
|
Rating: 3.54 out of 13 votes cast
Category: Ajax and Java
|
Integrate DWR into Your Java Web Application
Abstract: This tutorial shows how to configure DWR (Direct Web Remoting) with Java Web Application. Design your Ajax application around a JavaScript framework bound to Java objects on the server....
Design your Ajax application around a JavaScript framework bound to Java objects on the server.
The Direct Web Remoting code comes in the form of an archived or zipped Java Archive (JAR) file, dwr.jar. The download address is http://www.getahead.ltd.uk/dwr/download.html.
The top-level web page for this open source software is http://www.getahead.ltd.uk/dwr/. Check out the license details for more information while you are visiting this page.
To get started with DWR, you must first set it up in your server-side web application. Place the dwr.jar file in the /WEB-INF/lib directory of your Java web application on the server, then restart or reload the application.
For those not familiar with Java web applications, they all have a top-level directory named WEB-INF. Inside WEB-INF are XML configuration files, the main one being web.xml. WEB-INF also contains a directory named lib, which encloses code libraries or JAR files that the application depends on, such as database drivers and helper classes. The dwr.jar file goes in this lib directory.
|
Reviews:
Rate and Review This Site
No reviews yet
Statistic Information About this Resource:
| Total Hits: |
1836 |
| Unique Hits: |
1414 |
| |
Daily |
Weekly |
Monthly |
| |
Unique |
Total |
Unique |
Total |
Unique |
Total |
| Average |
2.1 |
2.9 |
10.5 |
13.1 |
68.7 |
93.8 |
| Current |
1 |
1 |
1 |
1 |
1 |
1 |
| Previous |
1 |
1 |
19 |
27 |
73 |
90 |
| Nov 29 |
1 |
1 |
23 |
26 |
79 |
107 |
| Nov 28 |
1 |
2 |
0 |
0 |
118 |
170 |
| Nov 27 |
2 |
2 |
17 |
18 |
99 |
142 |
| Nov 26 |
2 |
6 |
0 |
0 |
98 |
140 |
| Nov 25 |
8 |
8 |
13 |
18 |
77 |
103 |
| Nov 24 |
0 |
0 |
0 |
0 |
0 |
0 |
| Nov 23 |
4 |
7 |
12 |
15 |
78 |
102 |
| Nov 22 |
1 |
1 |
20 |
26 |
64 |
83 |
| Highest |
12 |
21 |
34 |
47 |
118 |
170 |
|
|
|
Script Execution Time: 0.41151 | SQL Queries: 10 | Members: 501
Ajax Tutorial Top List - Powered by Aardvark Topsites PHP 5.1.2
|