xdev-software / xapi

XDEV Application Framework

Home Page:https://javadoc.io/doc/com.xdev-software/xapi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Latest version Build javadoc

XDEV Application Framework

The XDEV Application Framework is the core of every application developed with XDEV-IDE. It provides a basic architecture and infrastructure for graphic Swing interfaces and database applications and facilitates many tasks that every Java programmer usually has to take care of himself, including:

  • JDBC and SQL programming
  • transaction management
  • data encryption
  • protection against SQL injection
  • connection pooling
  • processing of query results (result sets)
  • lazy loading
  • data binding
  • data validation.

With version 4, the framework provides a concept for automated data record locking. The framework also offers numerous classes and methods that simplify access to databases, files, RAM, interfaces, external applications, and web services.

The framework can be used with every Java IDE. Without the XDEV IDE, however, the wizards and RAD-tooling of the XDEV IDE (GUI Builder, VT Editor, etc.) are missing for the best RAD-development experience.

XDEV-IDE

The XDEV(-IDE) is a visual Java development environment for fast and easy application development (RAD - Rapid Application Development). XDEV differs from other Java IDEs such as Eclipse or NetBeans, focusing on programming through a far-reaching RAD concept. The IDE's main components are a Swing GUI builder, the XDEV Application Framework and numerous drag-and-drop tools and wizards with which the functions of the framework can be integrated.

The XDEV-IDE was license-free up to version 4 inclusive and is available for Windows, Linux and macOS. From version 5, the previously proprietary licensed additional modules are included in the IDE and the license of the entire product has been converted to a paid subscription model. The XDEV Application Framework, which represents the core of the RAD concept of XDEV and is part of every XDEV application, was released as open-source in 2008.

Support

If you need support as soon as possible and you can't wait for any pull request, feel free to use our support.

Contributing

See the contributing guide for detailed instructions on how to get started with our project.

Dependencies and Licenses

View the license of the current project or the summary including all dependencies

About

XDEV Application Framework

https://javadoc.io/doc/com.xdev-software/xapi

License:GNU Lesser General Public License v3.0


Languages

Language:Java 100.0%