understand the code of a generated CRUD application

View: New views
3 Messages — Rating Filter:   Alert me  

understand the code of a generated CRUD application

by chflb :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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.

Re: understand the code of a generated CRUD application

by Dan Kolar :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

Re: understand the code of a generated CRUD application

by kenneth ganfield :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
The following tutorial might also help:
http://www.netbeans.org/kb/60/web/jsf-jpa-crud-part1.html

The 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