• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

New to WSAD

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All
I am new to WSAD and triyng to develop a samll application.
I just installed the WSAD only.
Can some body help in creating a small form and invoke a servlet whichj in turn calls an EJB.
I am searching on web from some kind of document which will tell the way of development and deployment but did not get any.
Please help.
Thank and Regards
Deepa
 
Ranch Hand
Posts: 76
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't have WSAD intalled right now. First thing is look for the documentation provided with WSAD (help).
Go to New and create new Enterprise application. It will ask you for name of your application and in the same window it will ask you for name of Web module, ejb module and Client Module.Uncheck whichever is not required, and click on finish. After the project is created open the J2EE view and you can see on the left hand side, your project being created.
Now right click on your project (Web or EJB) and explore all the options. You can create jsp,html,servlet,class,EJB etc.
HTH
 
Ranch Hand
Posts: 157
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Check this one...also
http://www-106.ibm.com/developerworks/websphere/techjournal/0306_wosnick/wosnick.html#intro
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic