3 projects tagged "Software Development"
XEO (eXtensible Enterprise Objects) is an agile development framework designed for creating Web applications built around Object Oriented concepts and Model Driven Development with Java. You model business entities (including their attributes and behavior) as XEO Models which are then processed by the framework's "Builder". This produces the application's supporting structures such as database tables (to persist data) and Java classes (providing object-relational mapping and behavior). Development is supported by an Eclipse plugin called XEOStudio.
Fulworx is a REST framework that uses simple annotations of XWork "Action" implementations to expose restful interfaces. Similar to Struts, Fulworx sits as a controller on top of Restlet. Each action is attached as a resource using Restlets. Standard resources are represented by default as XML (or JSON) using JAXB, but any representation may be specified. Actions may be used in other frameworks such as Struts and Webwork, since they're just XWork implementations.