You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cayenne.apache.org by Bill Dudney <bd...@apache.org> on 2006/05/01 21:36:16 UTC

Re: Maven Site? [Was: Free Maven 2 Book]

I would love to help with this!

I'm really swamped in my day job though so I've not been able to get  
to the JPA stuff that I was hoping to get to. I am hoping by JavaOne  
my time will be a bit more my own though so I'm happy to attack this  
first before returning to the JPA work.

TTFN,

Bill Dudney
MyFaces - http://myfaces.apache.org
Cayenne - http://incubator.apache.org/projects/cayenne.html



On Apr 29, 2006, at 7:00 AM, Andrus Adamchik wrote:

> Since we now can migrate the web site to Apache, maybe we should  
> investigate what it takes to build a maven site. The requirements  
> to the site would be:
>
> * Preserve the current Cayenne skin
> * Include doc sections for different releases.
>
> Any volunteers to look into that?
>
> FYI, the current web site sources are separate from the main source  
> tree in CVS:
>
> http://cvs.sourceforge.net/viewcvs.py/cayenne/cayenne-site/
>
> Andrus
>
>
> On Apr 28, 2006, at 2:54 PM, Kevin Menard wrote:
>
>> You guys probably already saw this, but if not, I'm including the  
>> TSS link:
>>
>> http://www.theserverside.com/news/thread.tss?thread_id=40126
>>
>> I've only read through the first chapter, so I can't comment much  
>> on its utility yet.  I can say that it looks like the book was not  
>> edited all that well and that they make some rather large,  
>> unsubstantiated claims.  If you can get past these things though,  
>> it looks to be a fairly easy read that may be useful to those of  
>> us just getting introduced to Maven.
>>
>> -- 
>> Kevin
>


Re: Maven Site? [Was: Free Maven 2 Book]

Posted by Andrus Adamchik <an...@objectstyle.org>.
Great! I figured you and Jeff are very busy now.

BTW, I have an almost working example of Cayenne with JPA annotations  
[1]. I integrated a simple CGlib enhancer using Java instrumentation  
API, so you can run the example like this:

# java -javaagent:/path/to/cayenne-jpa-3.0-incubating-SNAPSHOT.jar \
      org.apache.cayenne.jpa.example.Main

I borrowed DB schema from 3t-example elsewhere in CVS (need to add  
automatic schema load and maybe use Derby to make it self-contained).  
The example uses annotated POJOs - no special superclass or XML  
mapping! Although I still need to finish some enhancer leftovers.

So looks like we can demo something @JavaOne (by "we" I mean those  
who will be there... I won't). Also I haven't heard from David  
Blevins (OpenEJB/Geronimo) lately - he was going to try it with  
OpenEJB. I'll ping him once I have the standalone example in a good  
shape.


[1] http://svn.apache.org/repos/asf/incubator/cayenne/jpa/trunk/

Andrus


On May 1, 2006, at 3:36 PM, Bill Dudney wrote:
> I would love to help with this!
>
> I'm really swamped in my day job though so I've not been able to  
> get to the JPA stuff that I was hoping to get to. I am hoping by  
> JavaOne my time will be a bit more my own though so I'm happy to  
> attack this first before returning to the JPA work.
>
> TTFN,
>
> Bill Dudney
> MyFaces - http://myfaces.apache.org
> Cayenne - http://incubator.apache.org/projects/cayenne.html
>
>