You can edit almost every page by Creating an account. Otherwise, see the FAQ.

OpenXava

From EverybodyWiki Bios & Wiki



OpenXava
Stable release
6.5.3 / July 12, 2021 (2021-07-12)[1]
Written inJava
Engine
    Operating systemCross-platform
    Typeweb framework
    LicenseGNU Lesser General Public License
    Website{{URL|example.com|optional display text}}

    Search OpenXava on Amazon.

    OpenXava is a web framework for developing business applications in an effective way. It allows development of CRUD modules, report generation and business applications like accounting packages, customer relationship, invoicing, warehouse management, etc.

    OpenXava allows developers to define applications with POJOs, JPA and Java 5 annotations.

    Currently OpenXava generates Java web applications (Java EE) which can be deployed in any Java Portal Server (JSR168) as portlet applications.

    The essence of OpenXava is that the developer defines instead of programming, and the framework automatically provides the user interface, the data access, the default behavior, etc. In this way, all common issues are solved easily, but the developer always has the possibility of manually programming any part of the application, in this way it is flexible enough to solve any particular cases. OpenXava is based on the concept of the business component.

    Business component versus MVC[edit]

    A business component includes all software artifacts needed to define a business concept. OpenXava is a business component framework because it allows defining all information about a business concept in a single place. For example, for defining the concept of Invoice, in OpenXava a single file (Invoice.java) is used, and all information about invoice concept (including data structure, user interface layout, mapping with database, validations, calculations, etc.) is defined there.

    In an MVC framework the business logic (the Model), the user interface (the View) and the behavior (the Controller) are defined separately. These types of frameworks are useful if the rate of change of logic and data structures is low and the possibility of changing user interface technology or data access technology is high.

    In OpenXava, the addition of a new field to an Invoice only requires changing a single file: Invoice.java. But MVC frameworks are cumbersome when changes to structure and data are very frequent (as in the business application case). Imagine the simplest change, adding a new field to an Invoice. In the MVC framework the developer must change three sections: the user interface, the model class and the database table. Moreover, if the developer uses Java EE design patterns he has to change the DTO class, the Facade Session Bean, the Entity Bean mapping, etc.

    Using OpenXava makes it possible to allocate the development work using a business logic oriented task distribution. For example, Invoice to one developer, Delivery to another, as opposed to technology layer business logic to one developer, user interface to another.

    History[edit]

    See also[edit]

    References[edit]

    External links[edit]

    • Lua error in Module:Official_website at line 90: attempt to index field 'wikibase' (a nil value).


    This article "OpenXava" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:OpenXava. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.