Search code examples
javaejbweblogic

How to design the directory structure to develop EJB applications


I have installed weblogic server in my system.Now,i want to learn to develop EJB applications.But,i have heard that a special kind of directory structure is required to keep .java files and .jar files in the application directory (if not developing using eclipse) .So,i need information regarding the directory structure and then how to deploy the application on weblogic server.


Solution

  • You should use an IDE with JAVA EE support for this.Here it is a list: IntellJ IDEA, Eclipse, NetBeans, STS, JDeveloper, Etc.