Hi,
The following tutorial might also help:
http://www.netbeans.org/kb/60/web/jsf-jpa-crud-part1.htmlThe tutorial is for 6.0 and has not been updated for 6.1 yet so some of
the code is different, but we are working on it.
But there might be something there to help
ken
Dan Kolar wrote:
> chflb napsal(a):
>> thank you so much about your help,I have installed netbeans 6.1 and I
>> have
>> generated a crud application, but I need a tutorial that helps me to
>> understand the code, more particulary the role of the "getReference"
>> and and
>> the utility of "Java.util.Collection" (i prefer the tutorial will be in
>> frensh).
>> thank you.
>>
> Hi,
>
> there's no tutorial on this, but you can understand code better with
> help of Java Persistence API tutorial,
>
http://java.sun.com/javaee/5/docs/tutorial/doc/bnbpy.html .
> Hope it helps a bit at least.
>
> Dan Kolar