• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

EJBs are fine, but....

 
Ranch Hand
Posts: 202
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
EJBs and the focus on them in SCJEA is fine, but what is focus on the exceptions and errors while creating and deploying an EJB.
Are there any tools used for debugging ?
------------------
Suneel
 
Ranch Hand
Posts: 121
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I hope But not sure (I repeate not sure)about the Debugger.
I think j2ee software which is available in javasoft.com Or
The Web server should solve the error and Exception occur while deploying the EJB in a particular vendors container.
I hope some expart should give this answer.
Bidyut
 
Sheriff
Posts: 5782
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Many application servers that serve as deployment tools for the EJBs that you write provides such facilities. WebSphere from IBM, iPlanet from Sun are some examples.
------------------
Ajith Kallambella M.
Sun Certified Programmer for the Java�2 Platform.
IBM Certified Developer - XML and Related Technologies, V1.
 
Ranch Hand
Posts: 527
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I dont think there are debuggers specifically for error and exceptional handling. The Application servers like BEA weblogic and IBM's Visual Age, as an IDE compatible with websphere (Application server) provides an excellent support while deploying EJB's ,is very user friendly IDE.
Anil
 
Ranch Hand
Posts: 286
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Suneel Setlur:
Hi
Are there any tools used for debugging ?


Well, if you are making EJBs for WebSphere, you'd better use VisualAge for Java, Enterprise Edition. The EJB Development Environment of VAJ will make your life much easier!
[This message has been edited by Tony Chen (edited February 22, 2001).]
 
Ranch Hand
Posts: 349
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Or you may use Websphere studio as well instead of Visual Age for the certification. Webspehere studio closely relates to the Websphere Applications server.
Faisal
 
faisal mahmood
Ranch Hand
Posts: 349
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry I meant Websphere Applications Server Advanced Edition 3.5 in my previous message. It can be downloaded from the IBM web site.
Faisal
 
Straws are for suckers. Now suck on this tiny ad!
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic