#acl JabsorbAdminGroup:admin,read,write All:read ||'''Wiki starting points'''|| ||[:Tutorial:]||getting started with jabsorb|| ||[:Manual:]||the jabsorb reference manual|| ||[:FAQ:]||Frequenty Asked Questions|| ||[:WhatsNewIn1_3:What's new in 1.3]||Guide to what's in jabsorb 1.3|| ||[:WhatsNewIn1_2:What's new in 1.2]||Guide to what's in jabsorb 1.2|| ||[:RoadMap:Road Map]||what is planned for future jabsorb releases|| || || ||'''Additional useful pages'''|| ||[:UpgradeGuide:Upgrade Guide]||upgrading from [http://oss.metaparadigm.com/jsonrpc JSON-RPC-Java]|| ||[:Tips:]||Useful tips from users of jabsorb|| ||[:StyleGuide:Style Guide]||jabsorb coding practices|| ||[:DevProcedures:Dev Procedures]||jabsorb development procedures|| ||[:JabsorbContributors:Contributors]||contributing to the jabsorb project|| || || ||'''Wiki management'''|| ||RecentChanges||see where people are currently working|| ||FindPage||search or browse this wiki|| ||SyntaxReference||quick access to wiki syntax|| ||SiteNavigation||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 [http://json-rpc.org 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 [http://en.wikipedia.org/wiki/Object_request_broker ORB] functionality has been added, and it extends the basic JSON-RPC protocol to allow for passing data structures that contain [:CircularReferences: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 [http://groups.google.com/group/jabsorb-user jabsorb-user] google group. If you would like to get involved and help out with the project then visit our [:JabsorbContributors:jabsorb contributors] page for more details. = License = jabsorb is open source software licensed under the business friendly [http://www.apache.org/licenses/LICENSE-2.0 Apache 2.0 license]