ng-objects alpha
A free, open source Java web framework built on the design and principles of Apple's WebObjects. It runs in WebObjects deployment environments, so ng-objects apps can be deployed alongside your existing WO apps.
<p>Hello <wo:str value="$name" />!</p>
public class Greeting extends NGComponent {
public String name = "world";
public Greeting( NGContext context ) {
super( context );
}
}
Documentation
Status
ng-objects is under development.
Development has progressed steadily over the past couple of years. We've reached the "working implementation" stage and are entering the "flesh out the API and make it nice" stage. This is a long-term project, and we want to get things as right as possible from the start to minimize annoying "API flux" once the libraries see real world use.
We currently plan to make our first release in 2025, but you can start checking it out now if you'd like to take part in the development process. Ideas and feedback are very welcome.