Skip to content

Drombler Abstract Client Platform (ACP) - an abstract, GUI-toolkit agnostic, modular Rich Client Platform

License

Notifications You must be signed in to change notification settings

Drombler/drombler-acp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drombler ACP

Drombler Abstract Client Platform (ACP) is an abstract, GUI-toolkit agnostic, modular Rich Client Platform based on:

  • OSGi: OSGi is the de facto standard for writing modular software in Java.
  • Maven (POM-first): Drombler ACP applications can build with Maven. The build follows the standard POM-first approach (the OSGi meta data will be generated for you).
  • Declarative programming model: Annotations can be used at many places to register elements such as menus, toolbars and GUI components.
  • Drombler Commons: Drombler Commons is a collection of reusable libraries and frameworks. They ship with OSGi meta data but don't require an OSGi environment. Read more about Drombler Commons here: Drombler Commons

See the documentation for the Javadoc and information about the provided Maven modules (available from Maven Central).

Major Version Comments
v2
  • Java SE 11
v1
  • Java SE 8

Implementations

Maven Dependency Management

    <dependencyManagement>
        <dependencies>
            [...] 
            <dependency>
                <groupId>org.drombler.acp</groupId>
                <artifactId>drombler-acp</artifactId>
                <version>2.0</version> <!-- replace with the current version -->
                <type>pom</type>
                <scope>import</scope>
            </dependency>
            [...]
        </dependencies>
    </dependencyManagement>

Issues

Please file issues to Drombler FX for the time being.

Build the project from sources

mvn clean install

Please note that the develop branch (SNAPSHOT version) of the project might depend on SNAPSHOT versions of other projects.

If you don't want to build the dependent projects as well, please make sure to define a proxy in your Maven Repository Manager to the following Maven Repository: https://oss.sonatype.org/content/repositories/snapshots/ and include it in your single group.

About

Drombler Abstract Client Platform (ACP) - an abstract, GUI-toolkit agnostic, modular Rich Client Platform

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages