Last Version

lindbergframework 1.0

The idea and motivation of the lindbergframework is to 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.

License

License

GroupId

GroupId

org.lindbergframework
ArtifactId

ArtifactId

lindbergframework
Version

Version

1.0
Type

Type

jar
Description

Description

lindbergframework
The idea and motivation of the lindbergframework is to 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.
Source Code Management

Source Code Management

http://code.google.com/p/lindbergframework/source/browse/tags/lindbergframework-1.0

Download lindbergframework 1.0


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

Dependencies

compile (7)

Group / Artifact Type Version
commons-lang : commons-lang jar 2.4
commons-beanutils : commons-beanutils jar 1.7.0
asm : asm jar 1.5.3
cglib : cglib jar 2.1
jdom : jdom jar 1.0
org.lindbergframework.configuration : lindbergframework-xmlconfiguration jar 1.0
org.lindbergframework.persistence.sqlmapping : lindbergframework-xmlsqlmapping jar 1.0

provided (1)

Group / Artifact Type Version
org.springframework : spring jar 2.5.5

test (3)

Group / Artifact Type Version
mysql : mysql-connector-java jar 5.1.10
ojdbc : ojdbc jar 14
org.springframework : spring-test jar 2.5

Project Modules

There are no modules declared in this project.