OpenXava is a framework for Rapid Java Web Development, well-suited for
business and database oriented applications.
OpenXava allows you develop applications just by writing simple domain
classes with Java or Groovy. The user interface is generated automatically in
runtime, without code generation.
OpenXava 4.3 adds support for total properties in collections, it has a new
editor for HTML_TEXT stereotype, add info and warning messages and some other
useful new features.
Total properties in collections
Now you can use square brakets in @ListProperties to asociate one or more
properties of the container entity to a property of the collection. In this
way you can add arbitrary values as totals.
Read more about total properties in the wiki.
New editor for HTML_TEXT
Apart from upgrading to the latest CKEditor version, now the editor is
embedded in the view instead of usi... (more)
OpenXava is a framework for Rapid Development of portlet applications
compatible with WebSphere Portal. It is well-suited for business and database
oriented applications.
OpenXava allows you develop applications just by writing simple domain
classes with Java or Groovy. The user interface is generated automatically in
runtime, without code generation.
OpenXava 4.3 adds support for total properties in collections, it has a new
editor for HTML_TEXT stereotype, add info and warning messages and some other
useful new features.
Total properties in collections
Now you can use square br... (more)
OpenXava es una herramienta para el Desarrollo Rápido de aplicaciones Web,
apropiada para aplicaciones de gestión y orientadas a bases de datos.
OpenXava permite desarrollar aplicaciones simplemente escribiendo clases del
dominio con Java o Groovy. La interfaz de usuario se genera automáticamente
en tiempo de ejecución, sin generación de código.
OpenXava 4.3 añade soporte para propiedades totales en las colecciones,
tiene un nuevo editor para el esterotipo TEXTO_HTML, añade mensaje de
información y advertencia y muchas otras nuevas características.
Propiedades totales en coleccione... (more)
OpenXava is a framework for Rapid Development of Web Applications for iPad,
well-suited for business and database oriented applications.
OpenXava allows you develop applications just by writing simple domain
classes with Java or Groovy. The user interface is generated automatically in
runtime, without code generation.
Learn more about iPad support in OpenXava.
OpenXava 4.3 adds support for total properties in collections, it has a new
editor for HTML_TEXT stereotype, add info and warning messages and some other
useful new features.
Total properties in collections
Now you can use ... (more)
This article tries to demonstrate that Java can be more productive than Ruby.
We are going to develop the same application of the article Rolling with Ruby
on Rails Revisited (part 1 [1] and part 2 [2]) but using POJO [3]s annotated
with JPA [4] and a Model Driven Framework, OpenXava [5] in this case. The
result is that with less code, and less time you obtain a more powerful
application.
Ruby and rails: The regressive framework
Ruby on rails [6] is so elegant, so easy, so productive. I cannot avoid read
and heard continuously these comments. For example, the article Rolling with ... (more)