• 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

JUNIT to test EJB

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How can I use JUNIT to test EJBs on EJB server such as weblogic?
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Did you see this thread posted earlier today?
 
Ahmed Talokdar
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks..... but I need a tutorial that shows how to install it and use it against an EJB app on weblogic server using eclipse as IDE.
 
Ranch Hand
Posts: 1209
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Tufail Ahmed:
Thanks..... but I need a tutorial that shows how to install it and use it against an EJB app on weblogic server using eclipse as IDE.


cactus definitely has an eclipse plug-in. So u can zero in on cactus for unit tesing EJB residing on weblogic server through eclipse.
But step-by-step tutorial am not sure where it is :-(
 
Lasse Koskela
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here is a step-by-step guide for writing an EJB Cactus test for the J2EE reference implementation. The only difference due to using WebLogic instead of the RI is in the vendor-specific deployment descriptors (and these steps have nothing Cactus-specific so you should be able to cope if you know how to use WebLogic in general).
For Eclipse, there is a Cactus plugin available. Here is an IBM tutorial for writing Cactus tests using WSAD (which is an enhanced Eclipse).
 
Ahmed Talokdar
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks I will try the links.
 
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Cactus? I like the name.
reply
    Bookmark Topic Watch Topic
  • New Topic