JsOrb is a collection of technologies designed to make it easy to build next-generation websites. It makes it easy to access your business logic and your POJOs from your web pages running on the browser. This makes it easy to build next-generation web applications which can:
• Validate user input against a database when the user exits a field
• Dynamically update your HTML based on user input
• Access complex business logic on your application server directly from your web pages
• Download, manipulate, and upload complex object graphs containing your POJOs
JsOrb includes code generators that on demand build JavaScript classes for your Java entities and proxies to your business logic. The JavaScript classes have the same methods as your POJOs and business logic interfaces, so your JavaScript code ends up looking surprisingly similar to Java.
其他Java Ajax:异步JavaScript和XML 开源项目资源: