My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Links

About lindbergframework - Plug and Use

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.

Official Website - http://www.lindbergframework.org

Full Documentation (PDF PT_BR) - http://www.lindbergframework.org/doc/lindbergframework-1.0-doc.pdf

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 - Flex integration

<dependency>
<groupid>
org.lindbergframework.web
</groupid>
<artifactid>
lindbergframework-flex
</artifactid>
<version>
1.0
</version>
</dependency>
Powered by Google Project Hosting