Menu

#1 maven bundle

closed
nobody
None
5
2004-05-22
2004-05-19
Anonymous
No

First: I love pBeans.

Second: It would be great to have pbeans.jar in the
maven repository at ibiblio. See:
http://maven.apache.org/repository-upload.html ... this
would enable projects to declare a dependency on pBeans
and have maven handle getting it.

Third: I made a basic project.xml to get you started:
<?xml version="1.0" encoding="ISO-8859-1"?>
<project>

<pomVersion>3</pomVersion>
<groupId>pbeans</groupId>
<id>pbeans</id>
<name>pBeans</name>
<currentVersion>1.2.2</currentVersion>

<description>
pBeans is a Java based persistence framework and an
Object/Relational (O/R)
database mapping layer. It is designed to be simple to
use and completely
automated.

The idea is that you save time and effort by simply
focusing on writing Java
classes, and not worrying about maintenance of matching
SQL scripts, XML based
schemas, or even generating code. The pBeans framework
takes care of persisting
JavaBeans with very little assistance from the developer.
</description>
<shortDescription>Java persistence framework and
Object/Relational mapping layer</shortDescription>

</project>

Fourth: I made a maven upload bundle from that xml
file and pbeans 1.2.2. It's attached.

Fifth: Take a look at
http://weblogs.java.net/pub/wlg/1299 ... I've gotten
lots of good response from it already, so you may see
some come your way too.

Thanks for pBeans.

Discussion

  • Nobody/Anonymous

    maven repo upload bundle

     
  • Jose Solorzano

    Jose Solorzano - 2004-05-22
    • status: open --> closed
     

Log in to post a comment.