https://github.com/drombler/drombler-acp
  
  
    Drombler Abstract Client Platform (ACP) - an abstract, GUI-toolkit agnostic, modular Rich Client Platform  
    https://github.com/drombler/drombler-acp
  
application-framework drombler-acp drombler-commons drombler-fx modular osgi rcp
        Last synced: 4 months ago 
        JSON representation
    
Drombler Abstract Client Platform (ACP) - an abstract, GUI-toolkit agnostic, modular Rich Client Platform
- Host: GitHub
- URL: https://github.com/drombler/drombler-acp
- Owner: Drombler
- License: other
- Created: 2015-05-30T13:05:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-02-13T11:02:24.000Z (over 4 years ago)
- Last Synced: 2025-07-11T22:48:37.920Z (4 months ago)
- Topics: application-framework, drombler-acp, drombler-commons, drombler-fx, modular, osgi, rcp
- Language: Java
- Homepage: https://www.drombler.org/drombler-acp
- Size: 18.3 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
- 
            Metadata Files:
            - Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
 
Awesome Lists containing this project
README
          # 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](https://github.com/Drombler/drombler-commons)
See the [documentation](https://www.drombler.org/drombler-acp) 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
* [Drombler FX](https://github.com/Drombler/drombler-fx) (*JavaFX*-based)
## Maven Dependency Management
```xml
    
        
            [...] 
            
                org.drombler.acp
                drombler-acp
                2.0 
                pom
                import
            
            [...]
        
    
```
## Issues
Please file issues to [Drombler FX](https://github.com/Drombler/drombler-fx/issues) for the time being.
## Build the project from sources
```bash
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](https://maven.apache.org/repository-management.html) to the following Maven Repository: https://oss.sonatype.org/content/repositories/snapshots/ and include it in your [single group](https://help.sonatype.com/repomanager3/formats/maven-repositories#MavenRepositories-ConfiguringApacheMaven).