Hi,
I want my Java application to provide some services on NetWeaver platform. To implement those services, the application need to dynamically loading classes and do file operations. But J2EE applications such as EJB and JSP are not allowed do that. Could I deploy those services which are written in Java but not J2EE compnonents?
Thanks
Jerome