Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Java

Submission + - Server-driven RIA extensible in Java (itmill.com) 2

jole writes: "IT Mill Toolkit enables one to build rich web user interfaces in pure Java using Swing-like API, run them in the server and use the result on any modern web browser without plugins. After one year extensive beta, IT Mill Toolkit 5.3.0 GA is released under Apache -license.

Developers can build rich web applications easily with Java on the server-side, much like creating regular desktop applications with Swing or AWT. There is no need to know anything about HTML, Ajax or JSON working under the hood. Unlike the client-side RIA frameworks, like GWT or Flex, where one needs to implement both server and client, in IT Mill Toolkit you only implement the server application.

While being an extensive framework for RIA development, it is just one JAR that you can drop into any Java Web project and use side-by-side with other frameworks. This is also the only server-side Java toolkit where the extensions to the framework are also created in pure Java. If the (fairly extensive) set of included widgets is not enough, developers can continue coding with Java on the client-side using GWT."

Slashdot Top Deals

Saliva causes cancer, but only if swallowed in small amounts over a long period of time. -- George Carlin

Working...