Discussion:
[jboss-user] [Beginner's Corner] - About the Quickstarts
James Freitas
2013-01-27 16:20:05 UTC
Permalink
James Freitas [https://community.jboss.org/people/jamesfrj] created the discussion

"About the Quickstarts"

To view the discussion, visit: https://community.jboss.org/message/794459#794459

--------------------------------------------------------------
Hello, everybody!!

I am a totally newbie at JBoss Development.  I have tested all the Quickstarts (HelloWorld, Login, NumberGuess, etc) and they have worked fine, but I would like to take the next step!

I mean, I would like initially to create these applications from the scratch, but I am not sure how to do it.

For instance I was trying to create a HelloWorld application by my own hands, but what Project should I create ?  When I use  Java EE Web Project, it comes with a lot of components that I don't use for such a simple task. 

Is there a how to for QuickStarts creation?   Can you help me out?   
Just the initial step, I mean, the kind of project that I should create for these Quickstarts, would be already a great help...


Thank you
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/794459#794459]

Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]
Peter Johnson
2013-01-28 15:11:53 UTC
Permalink
Peter Johnson [https://community.jboss.org/people/peterj] created the discussion

"Re: About the Quickstarts"

To view the discussion, visit: https://community.jboss.org/message/794642#794642

--------------------------------------------------------------
Try using Dynamic Web Application, that's for a basic web app that uses JSPs and servlets.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/794642#794642]

Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]
James Freitas
2013-01-28 15:34:44 UTC
Permalink
James Freitas [https://community.jboss.org/people/jamesfrj] created the discussion

"Re: About the Quickstarts"

To view the discussion, visit: https://community.jboss.org/message/794651#794651

--------------------------------------------------------------
Thanks for your reply, Peter!

Is that kind of Project suitable for all the QuickStarts?

Thanks in advance!
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/794651#794651]

Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]
Peter Johnson
2013-01-28 15:44:36 UTC
Permalink
Peter Johnson [https://community.jboss.org/people/peterj] created the discussion

"Re: About the Quickstarts"

To view the discussion, visit: https://community.jboss.org/message/794653#794653

--------------------------------------------------------------
For the ones that are mainly servlets and JSPs, yes. But not for an EJB or web service quickstart.

BTW, are you using Eclipse with the JBoss Tools plugins or are you using the JBoss Developer Studio? Also, providing the uRLs for the quickstarts you are using would also help. (Without that info I am sort of guessing as to what you are using which means my answers might not be accurate.)
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/794653#794653]

Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]
James Freitas
2013-01-28 16:07:44 UTC
Permalink
James Freitas [https://community.jboss.org/people/jamesfrj] created the discussion

"Re: About the Quickstarts"

To view the discussion, visit: https://community.jboss.org/message/794659#794659

--------------------------------------------------------------
I am using JBoss Developer Studio.

These are the QuickStarts shown at the JBoss Central screen in JBoss Developer Studio :

Helloworld - http://www.jboss.org/jdf/quickstarts/jboss-as-quickstart/helloworld/ http://www.jboss.org/jdf/quickstarts/jboss-as-quickstart/helloworld/
Login - I could not found
Numberguess - http://www.jboss.org/jdf/quickstarts/jboss-as-quickstart/numberguess/ http://www.jboss.org/jdf/quickstarts/jboss-as-quickstart/numberguess/
Kitchensink - http://www.jboss.org/jdf/quickstarts/jboss-as-quickstart/kitchensink/ http://www.jboss.org/jdf/quickstarts/jboss-as-quickstart/kitchensink/
HTML5 - http://www.jboss.org/jdf/quickstarts/jboss-as-quickstart/helloworld-html5/ http://www.jboss.org/jdf/quickstarts/jboss-as-quickstart/helloworld-html5/
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/794659#794659]

Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]
Peter Johnson
2013-01-28 16:56:12 UTC
Permalink
Peter Johnson [https://community.jboss.org/people/peterj] created the discussion

"Re: About the Quickstarts"

To view the discussion, visit: https://community.jboss.org/message/794679#794679

--------------------------------------------------------------
For kitchensink you'll need something other than Dynamic Web Project because it uses EJBs. You might need several projects (I'd have to examine the Maven POM).

For HTML5 the Dynamic Web Project should be OK, though a project more geared towards JAX-RS might be better. (Or it might be worse, I usually prefer to hand-code things myself rather than relying on a tool or wizard to do my work for me; I have spent too much time on the forums helping people fix problems caused when Eclipse/JDS or one of its plugins gets overly helpful and screws things up.)

The JBoss Tools docs have various tutorials that should help you select the correct project type.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/794679#794679]

Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]
James Freitas
2013-01-28 17:12:16 UTC
Permalink
James Freitas [https://community.jboss.org/people/jamesfrj] created the discussion

"Re: About the Quickstarts"

To view the discussion, visit: https://community.jboss.org/message/794685#794685

--------------------------------------------------------------
Thank you
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/794685#794685]

Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]
Loading...