License |
License |
---|---|
GroupId | GroupIdorg.lindbergframework |
ArtifactId | ArtifactIdlindbergframework |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionlindbergframework
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 |
Filename | Size |
---|---|
lindbergframework-1.0.pom | |
lindbergframework-1.0.jar | 159 KB |
lindbergframework-1.0-sources.jar | 114 KB |
lindbergframework-1.0-javadoc.jar | 811 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring | jar | 2.5.5 |
Group / Artifact | Type | Version |
---|---|---|
mysql : mysql-connector-java | jar | 5.1.10 |
ojdbc : ojdbc | jar | 14 |
org.springframework : spring-test | jar | 2.5 |