|
This project is a port of the popular Cairngorm micro-architecture framework to JavaFX. Project statusIn general can be considered stable. Cairngorm is a simple lightweight framework and hence fairly easy to port. ServicesIn Flex, you commonly make use of RemoteObject, HTTPService and WebService. These roughly translate into Java's RMI, JavaFX's HttpRequest and Java's JAX-WS respectively. So far wrappers have been written for HttpRequest and RMI (which has also been made asynchronous), these are named HTTPService and RMIService. JAX-WS is overly complicated - hence the first release without a wrapper for it!
|