facebook

How can I generate JSF Pages From Entity Classes

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #300991 Reply

    jsjimenez
    Member

    Hello

    How can I generate JSF Pages From Entity Classes on myeclipse.

    see Section from this Article

    http://www.netbeans.org/kb/docs/web/jsf-jpa-crud-wizard.html

    Section : Generating JSF Pages From Entity Classes

    thanks

    #300992 Reply

    jsjimenez,
    The link you have mentioned is for NetBeans IDE.
    “In this tutorial, you use the NetBeans IDE to generate and deploy a web application that displays data from a database.”
    For MyEclipse you can refer to
    http://www.myeclipseide.com/documentation/quickstarts/jsf/

    #301010 Reply

    jsjimenez
    Member

    Shalini Thanks for your reply

    already seen this url. I’m basing this tutorial to build my application. But I download the example on-demand called MyBlogJSFJPAExample. in this example is a class called PostController and I do not know how to create this class.

    But what we really want is know as the class PostController created in the example MyBlogJSFJPAExample.

    Thank you

    excuse my English I use google … .. jajajaj

    #301062 Reply

    Brian Fernandes
    Moderator

    In that example, the Post and the PostDAO classes are generated by MyEclipse as you are probably already aware.

    The PostController class is not generated, it was written by hand and uses the PostDAO class for the lower level POJO management. MyEclipse does not currently have any wizards which generate CRUD applications.

    Hope this helps.

    #301069 Reply

    jsjimenez
    Member

    ThanksThanksThanksThanks

    #301070 Reply

    jsjimenez
    Member

    ThanksThanksThanksThanks

    #301173 Reply

    You are welcome..

Viewing 7 posts - 1 through 7 (of 7 total)
Reply To: How can I generate JSF Pages From Entity Classes

You must be logged in to post in the forum log in