- We design and build extraordinary applications for companies looking to make the next great idea a reality.
- learn more
RAJAX - A Leaner Alternative to DWR
If you feel that DWR is a little too beefy for what it provides, then you might want to look at RAJAX (not to be confused with the Comet/Rajax that gets mentioned in DWR circles), a Java framework that does something similar, i.e. expose Java methods via Javascript proxies. In the words of the author of RAJAX:
I've been investigating the DWR Toolkit and other AJAX libraries and I didn't found then to be that simple and easy to use. DWR was kind of OK but 6Mb of code is way to much. So I wrote my own Remote AJAX library (RAJAX).
RAJAX is different because all the source code is under 60Kb (20Kb compiled) and you don't need to code configuration files for it. To keep it simple all the public methods whose name starts with "rajax" are automatically exposed to the JS layer. All communications between server and client are made using JSON notation and the library has been tested with success on Firefox, IE and Opera.
It may not be as featureful, but if you are looking for a DWR-lite, take a peek.
Topics: Ajax Frameworks
Comments: 1 so far
Leave a comment
About Pathfinder
Recent
- Firefox Plugin Malware ‘Trojan.PWS.ChromeInject.A’
- Pathfinder releases version 1 of the its Flash Platform microsite (codename Mica)
- Pimp my Rails: Five Plugins & Gems to Make Rails Better
- iPhone: Using Pre-processor Directives for Device Testing
- Subtle OpenGL Projection Matrix Difference Between iPhone Simulator and Device
- App Security: Throw Out the Org Chart!
- Pimp my jQuery: Five plugins to replace the features Prototype and Scriptaculous users expect
- Thanksgiving 2008: What We’re Thankful For (In Rails)
- iPhone SDK: Testing with TextMate & GTM
- GWTQuery - JQuery-like Syntax in GWT
Archives
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006


Just to let you know that today I’ve updated the library and made it even easier, no need to prefix method names, now i use Java Annotations for that task.
Comment by Paulo Lopes, Wednesday, May 30, 2007 @ 4:26 am