Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Commit 3f92f90

Browse files
committed
Update README.md
1 parent 7751b5b commit 3f92f90

1 file changed

Lines changed: 2 additions & 19 deletions

File tree

README.md

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,9 @@
33
[![javadoc](https://javadoc.io/badge2/com.xdev-software/xapi-fx/javadoc.svg)](https://javadoc.io/doc/com.xdev-software/xapi-fx)
44

55
# XDEV Application Framework JavaFX
6-
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:
6+
This is the JavaFX part of the XDEV Application Framework. All other components are here: https://github.com/xdev-software/xapi
77

8-
- JDBC and SQL programming
9-
- transaction management
10-
- data encryption
11-
- protection against SQL injection
12-
- connection pooling
13-
- processing of query results (result sets)
14-
- lazy loading
15-
- data binding
16-
- data validation.
17-
18-
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.
19-
20-
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.
21-
22-
## XDEV-IDE
23-
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.
24-
25-
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.
8+
This repository has a branch for every supported Java LTS version. Make sure to get the version the matches your Java runtime.
269

2710
## Contributing
2811

0 commit comments

Comments
 (0)