nestor-parent

parent pom for nestor bundles

License

License

GroupId

GroupId

com.amplifino.nestor
ArtifactId

ArtifactId

nestor-parent
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

pom
Description

Description

nestor-parent
parent pom for nestor bundles
Project URL

Project URL

http://github.com/Amplifino/nestor
Source Code Management

Source Code Management

http://github.com/Amplifino/nestor/tree/master

Download nestor-parent

Filename Size
nestor-parent-1.0.0.pom 8 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.amplifino.nestor/nestor-parent/ -->
<dependency>
    <groupId>com.amplifino.nestor</groupId>
    <artifactId>nestor-parent</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.amplifino.nestor/nestor-parent/
implementation 'com.amplifino.nestor:nestor-parent:1.0.0'
// https://jarcasting.com/artifacts/com.amplifino.nestor/nestor-parent/
implementation ("com.amplifino.nestor:nestor-parent:1.0.0")
'com.amplifino.nestor:nestor-parent:pom:1.0.0'
<dependency org="com.amplifino.nestor" name="nestor-parent" rev="1.0.0">
  <artifact name="nestor-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.amplifino.nestor', module='nestor-parent', version='1.0.0')
)
libraryDependencies += "com.amplifino.nestor" % "nestor-parent" % "1.0.0"
[com.amplifino.nestor/nestor-parent "1.0.0"]

Dependencies

provided (3)

Group / Artifact Type Version
org.osgi : org.osgi.core jar 6.0.0
org.osgi : osgi.cmpn jar 6.0.0
org.osgi : osgi.annotation jar 6.0.0

Project Modules

There are no modules declared in this project.

nestor

Project nestor builds a modular enterprise application server based on OSGI and Declarative Services.

See also: http://www.amplifino.be/html/nestor.html.

Development environment is based on Eclipse+BndTools.

Main nestor components are:

  • a generic, configurable object pool
  • a jdbc database connection pool, configurable with OSGI Config Admin and using an OSGi DataSourceFactory.
  • a transaction manager implementation
  • a transactional jdbc database connection pool.
  • a whiteboard for JAX-RS applications using Jersey and Jackson
  • a whiteboard for SOAP web services using the JAX-WS implementation included in Java SE.

This repo contains the following Bundles (BndTools projects)

  • cnf: BndTools bundle repository
  • com.amplifino.counters: thread safe counters
  • com.amplifino.nestor.associations: lazy references to map rdbms foreign keys.
  • com.amplifino.nestor.bndrun.template: template for bndrun files containing essential bundles for interactive testing.
  • com.amplifino.nestor.bundles.rest: sample rest whiteboard application showing graphical view of bundle wiring
  • com.amplifino.nestor.dot: java interface to external GraphViz dot program
  • com.amplifino.nestor.jaxrs: OSGI RFC217 rest whiteboard using Jersey
  • com.amplifino.nestor.jdbc.api: fluent api on top of JDBC
  • com.amplifino.nestor.jdbc.pools: JDBC connection pool using OSGI JDBC service (DataSourceFactory)
  • com.amplifino.nestor.logging: logging bridge from java.util.logging to OSGI Log Service
  • com.amplifino.nestor.logging.test: test bundle for com.amplifino.nestor.logging
  • com.amplifino.nestor.rdbms.schema: database schema
  • com.amplifino.nestor.rdbms.schema.test: database schema test bundle
  • com.amplifino.nestor.rest: rest whiteboard using Jersey and Jackson
  • com.amplifino.nestor.security.http: servlet filter using OSGI useradmin service
  • com.amplifino.nestor.soap: soap whiteboard using JAX-WS Reference Implementation included in Java 8
  • com.amplifino.nestor.soap.sample: extremely simple sample webservice for testing soap whiteboard
  • com.amplifino.nestor.soap.test: soap whiteboard test bundle
  • com.amplifino.nestor.transaction: safe transaction API on top of javax.transaction.UserTransaction
  • com.amplifino.nestor.transaction.control: OSGI RFC221 transaction control implementation
  • com.amplifino.nestor.transaction.control.jdbc: OSGI RFC221 transaction control jdbc specifics implementation
  • com.amplifino.nestor.transaction.control.jdbc.test: test bundle fro com.amplifino.nestor.transaction.control.jdbc
  • com.amplifino.nestor.transaction.datasources: JTA Transactional JDBC connection pool
  • com.amplifino.nestor.transaction.provider: implementation of OSGI JTA Transaction Service
  • com.amplifino.nestor.transaction.spi: TransactionLog implementation for use in com.amplifino.nestor.transaction.provider
  • com.amplifino.nestor.transaction.test: transaction test bundle
  • com.amplifino.nestor.useradmin: implementation of OSGI UserAdmin Service with pluggable persistence provider
  • com.amplifino.nestor.useradmin.rest: rest interface on OSGI UserAdmin Service with sample UI using Angular.js
  • com.amplifino.nestor.useradmin.spi.obelix: persistence provider for nestor.useradmin using Obelix project
  • com.amplifino.nestor.useradmin.spi.rdbms: persistence provider for nestor.useradmin using a relational database
  • com.amplifino.nestor.useradmin.test: test bundle for nestor.useradmin
  • com.amplifino.nestor.webconsole.security: secures webconsole password with PBKDF2 hash
  • com.amplifino.pools: generic object pool

Internal Bundle dependencies: ( dotted line means either bundle can be replaced with alternative implementation of the whiteboard or standard specification).

Versions

Version
1.0.0