Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
248 views
in Technique[技术] by (71.8m points)

frameworks - Should I start my Seam project from scratch or from a seam-gen generated project?

I have been using Seam-gen with a small sample database to help me learn the Seam framework. Now I am going to build a more complex application. Are there disadvantages or things that I should watch out for if I decide to start from a seam-gen project?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Are there disadvantages or things that I should watch out for if I decide to start from a seam-gen project ?

No.

  • A Seam-gen generated project can be opened without any restriction in NetBeans (like another project)
  • If you use Eclipse, some settings are needed.
  • Seam-gen takes care includes all libraries
  • It creates by default, production and development profile. It helps you develop faster, without deployment.

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...