Wiki starting points |
|
getting started with jabsorb |
|
the jabsorb reference manual |
|
Frequenty Asked Questions |
|
Guide to what's in jabsorb 1.3 |
|
Guide to what's in jabsorb 1.2 |
|
what is planned for future jabsorb releases |
|
|
|
Additional useful pages |
|
upgrading from JSON-RPC-Java |
|
Useful tips from users of jabsorb |
|
jabsorb coding practices |
|
jabsorb development procedures |
|
contributing to the jabsorb project |
|
|
|
Wiki management |
|
see where people are currently working |
|
search or browse this wiki |
|
quick access to wiki syntax |
|
get an overview over this site |
|
What is jabsorb?
jabsorb is a simple and lightweight Ajax/Web 2.0 framework that allows you to call methods in a Java web application from JavaScript code running in a web browser as if they were local objects residing directly in the browser.
jabsorb handles all the details of marshalling and unmarshalling objects back and forth between the client and server so that you can focus on writing your application features.
jabsorb makes use of the JSON-RPC protocol for it's transport mechanism. JSON-RPC is a standard protocol and jabsorb can interoperate with other standard JSON-RPC clients and servers that may be written in other languages.
Starting with jabsorb 1.2, additional ORB functionality has been added, and it extends the basic JSON-RPC protocol to allow for passing data structures that contain Circular References.
How do I get started?
Download the latest jabsorb release, read the Tutorial and Manual wiki entries and get going! It's really quite simple to use once you get into it.
If you get stuck or there is something you need help with, post a message to the jabsorb-user google group.
If you would like to get involved and help out with the project then visit our jabsorb contributors page for more details.
License
jabsorb is open source software licensed under the business friendly Apache 2.0 license