Saturday, May 28, 2005

Make an EJB from any Java class with Java Reflection

Make an EJB from any Java class with Java Reflection

Do you have a Java class whose functionality would be useful across the entire enterprise? Do you have many classes with enterprise potential and existing applications that use them? Creating EJB versions of your classes and converting the applications that use them can be time-consuming -- unless you automate the process. Read on to find out how you can automate the routine aspects of EJB development by using Java Reflection.

0 Comments:

Post a Comment

<< Home