This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes EJB and other Java EE Technologies and the fly likes ejb3.0 annotation Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "ejb3.0 annotation" Watch "ejb3.0 annotation" New topic
Author

ejb3.0 annotation

Maheshwari Kirthi
Greenhorn

Joined: Jan 24, 2011
Posts: 18
Working on converting COBOL mainframe programs to EJB3.0 . In a template ejb there is a method as below:



What is the use of the annotation @COBOL(rpc="VESS001",para="")
And how/where are the rpc and para mapped.

Thanks,
Kirthi.

Ranganathan Kaliyur Mannar
Bartender

Joined: Oct 16, 2003
Posts: 949
    
    2

There is no such annotation COBOL in EJB. This should be a custom annotation used within your project.


Ranga.
SCJP 1.4, OCMJEA/SCEA 5.0.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: ejb3.0 annotation
 
Similar Threads
How To: Java Reflection for has-a-relationship?
regarding rmi
How to dinamically populate a String array?
What's the difference between hashcode() and equals() methods?
Is my Understanding Correct ?