About lindbergframework
The idea and motivation of the lindbergframework is provide resources and simple
solutions to problems based on the concept 'Plug and Use'. In the current version, the framework
provides easy and simple solutions to the population of beans from SQL queries, abstraction of
the complexities to access to stored procedures and stored functions , population of database
cursors, transaction management, dependency injection, integration with Spring, JSF and Adobe
Flex. The lindberg-persistence (LINP) solution, implements a important concept: separated
repository of SQL commands. Among other resources.
Contact
- lindbergframework@lindbergframework.org
- victorlindberg713@gmail.com
Maven
Maven repository
<repository>
<id>sonatype-releases</id>
<name>Sonatype Releases Repository</name>
<url>http://oss.sonatype.org/content/repositories/releases/</url>
</repository>
Maven Dependency
- lindbergframework - Default (Required)
<dependency>
<groupId>org.lindbergframework</groupId>
<artifactId>lindbergframework</artifactId>
<version>1.0</version>
</dependency>
- lindbergframework - General Web Applications
<dependency>
<groupId>org.lindbergframework.web</groupId>
<artifactId>lindbergframework-web</artifactId>
<version>1.0</version>
</dependency>
- lindbergframework - Java Server Faces (JSF) integration
<dependency>
<groupId>org.lindbergframework.web</groupId>
<artifactId>lindbergframework-jsf</artifactId>
<version>1.0</version>
</dependency>
- lindbergframework - Java Server Faces (JSF) integration
<dependency>
<groupId>org.lindbergframework.web</groupId>
<artifactId>lindbergframework-flex</artifactId>
<version>1.0</version>
</dependency>
|
Architecture and Modules

|