InfoQ

News

OpenXava 3.0 Released

Posted by Ian Roughley on Mar 28, 2008 11:51 AM

Community
Java
Topics
Announcements
Tags
Java EE,
Frameworks

OpenXava provides a framework that allows developers to quickly and productively create web applications and portlets.  Version 3.0, taking full advantage of JPA, allows user to create complete applications using only POJOs (which are the models that map to a database schema) and annotations.

In the simplest use cases, an entire application can be generated from model POJOs with additional OpenXava annotations.  Creating more complex views can be achieved entirely using additional annotations:

For more complex use cases, change events can be added to the model classes, custom controllers can be implemented and features on the default controller can be overridden.

Other features of OpenXava include:

  • Mature open source project: 3 years, about 60,000 downloads, thousands of forum messages, etc.
  • Has been used during years to develop enterprise applications.
  • High productivity for developing business applications.
  • Short learning curve and easy to use.
  • Flexible enough to create sophisticated applications.
  • It's possible to insert your own functionality in every place.
  • No code generation: touch your code try your application in a few seconds.
  • Based in the concept of business component.
  • Although the User Interface is automatically generated (on fly) a fine tunning front-end arrangement is allowed.
  • Adapted to work with legacy database schemas.
  • Supports any application server (Tomcat, JBoss, WebSphere, etc).
  • Supports JSR-168: All OpenXava modules are standard portlets too.
  • Persistence engine: EJB3 JPA, Hibernate or EJB2 CMP. You choose.
  • It's tested with the portals: JetSpeed 2, WebSphere Portal, Liferay and Stringbeans.
  • Easy integration of reports made with JasperReports.
  • Licensed under LGPL. You can develop comercial application using OpenXava.
  • Exhaustive documentation in English and Spanish.
  • All labels and messages are in English, Spanish, German, Polish, Indonesian, French and Catalan, with more coming.

For more information on OpenXava and to download the latest code and examples, go to http://www.gestion400.com/web/guest/home.

5 comments

Reply

Naked Objects by Ben Murphy Posted Mar 30, 2008 7:37 PM
Re: Naked Objects by Evan Worley Posted Mar 31, 2008 1:08 AM
EMF by Javier Paniza Posted Apr 3, 2008 3:10 AM
Re: EMF by Evan Worley Posted May 6, 2008 11:47 PM
Re: Naked Objects by Javier Paniza Posted Apr 3, 2008 3:05 AM
  1. Back to top

    Naked Objects

    Mar 30, 2008 7:37 PM by Ben Murphy

    sounds very similar to naked objects

  2. Back to top

    Re: Naked Objects

    Mar 31, 2008 1:08 AM by Evan Worley

    Also, Eclipse does something similar with EMF/GMF http://www.eclipse.org/modeling/emf/

  3. Back to top

    Re: Naked Objects

    Apr 3, 2008 3:05 AM by Javier Paniza

    sounds very similar to naked objects
    I think so. I like nakedobject. And I think that it's possible to have sinergy between both projects: Look at Reply

  4. Back to top

    EMF

    Apr 3, 2008 3:10 AM by Javier Paniza

    Also, Eclipse does something similar with EMF/GMF http://www.eclipse.org/modeling/emf/
    OpenXava does not use code generation. OpenXava is ready to use from first time. Can you use Eclipse EMF as is, to obtain a portlet application ready to run in production?

  5. Back to top

    Re: EMF

    May 6, 2008 11:47 PM by Evan Worley

    @Javier, that is cool that OpenXava doesn't require code gen, I should play with it. EMF/GMF do require you to generate code from the model, after which you can bundle a RCP application ready to run in production. I played with EMF many months ago, so I'm not sure about its current state.

Exclusive Content

Business Natural Languages Development in Ruby

Jay Fields presents his concept of Business Natural Languages - a type of Domain Specific Languages geared towards being readable by domain experts.

Distributed Version Control Systems: A Not-So-Quick Guide Through

Adoption and interest for Distributed Version Control Systems is constantly rising. We will introduce the concept of DVCS and have a look at 3 actors in the area: git, Mercurial and Bazaar.

Segundo Velasquez and Agile as Seen Through the Customer's Eyes

Deborah Hartmann interviewed Segundo Velasquez about his experience as customer with an Agile team during the initial phase of software design of a product.

Fine Grained Versioning with ClickOnce

David Cooksey shows how to fine grained versioning to a ClickOnce deployment using an HttpHandler written with ASP.NET, making partial rollouts to a test audience much easier.

Implementing Manual Activities in Windows Workflow

Windows workflow (WF) is an excellent framework for implementing business processes, but lacks support for human activities. This article describes a completely generic approach for changing this.

Markus Voelter about Software Architecture Documentation

In this interview taken during OOPSLA 2007, Markus Voelter talks about the importance of documenting the software architecture, and gives some good and also bad examples on how it could be done.

Voca, UK's largest payment processing engine running Spring

William Soo and Meeraj Kunnumpurath discuss the Voca transaction processing system, architectural challenges and requirements, Voca's Spring/J2EE architecture, and the future SEPA architecture.

Patterns for securing architectures

Security is about trade-offs. Only a few have the expertise to design good security. This talk focuses on Security Patterns, such as Role-based Access Control, Single Access Point, and Front Door.