Raible's Wiki

Raible Designs
Wiki Home
News
Recent Changes

AppFuse

Homepage
  - Korean
  - Chinese
  - Italian
  - Japanese

QuickStart Guide
  - Chinese
  - French
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish
  - Japanese

User Guide
  - Korean
  - Chinese

Tutorials
  - Chinese
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish

FAQ
  - Korean

Latest Downloads

Other Applications

Struts Resume
Security Example
Struts Menu

Set your name in
UserPreferences


Referenced by
AppFuseAjaxWithDWR_C...
Articles
CreateAnAJAXBasedFil...




JSPWiki v2.2.33

[RSS]


Hide Menu

AppFuseAjaxWithDWR


Difference between version 5 and version 3:

At line 246 changed 1 line.
Next we will create a Manager that will be exposed to DWR. It hink it's good practice not to expose any managers you wrote to DWR but write special ones for that task. It still is a usual Manager just like the PersonManager from the tutorial. Insert a new package __org.appfuse.service.dwr__ and create an interface for the DWR manager called ''PersonDetailManager''.
Next we will create a Manager that will be exposed to DWR. I think it's good practice not to expose any managers you wrote to DWR but write special ones for that task. It still is a usual Manager just like the PersonManager from the tutorial. Insert a new package __org.appfuse.service.dwr__ and create an interface for the DWR manager called ''PersonDetailManager''.
At line 506 changed 1 line.
//# It inserts the job information intothe jobTable. This is done using DWRUtil.addRows.
//# It inserts the job information into the jobTable. This is done using DWRUtil.addRows.
At line 541 changed 1 line.
//# It simply returnes the job's description.
//# It simply returns the job's description.
At line 553 changed 1 line.
Well that's it. Of course the same result could have been created without DWR but there are a lot of cases where AJAX will improve the look and feel and the usage of your AppFuse webapps very much as it's simply unbeatable fast.
Well that's it. Of course the same result could have been created without DWR but there are many cases where AJAX will improve the look and feel and the usage of your AppFuse webapps very much as it's simply unbeatable fast.

Back to AppFuseAjaxWithDWR, or to the Page History.