J2EE应用/
|__EJB组件/(haiejb.jar)
| |__META-INF/
| | |__ejb-jar.xml
| | |__jboss.xml
| |__ejbs/
| |__HaiHome.class
| |__HaiClient.class
| |__HaiBean.class
|__WEB应用/(haiejb.war)
| |__haiejb.jsp
| |__WEB-INF/
| |__web.xml
| |__jboss-web.xml
|__META-INF/
|__application.xml
javac -classpath %classpath% -d [outpath] *.java
jar cvf haiejb.jar META-INF/ ejbs/
jar cvf haiejb.war haiejb.jsp WEB-INF/
jar cvf haiejb.ear haiejb.jar haiejb.war META-INF/
分享到:
相关推荐
Learn how to implement design patterns in Java: each pattern in Java Design Patterns is a complete implementation and the output is generated using Eclipse, making the code accessible to all....
Java® Performance Companion shows how to systematically and proactively improve Java performance with today’s ...Mastering useful HotSpot VM command line options not covered in Java™ Performance
A collection of very reusable code and components in C# 4.0 ranging from ActiveRecord, Csv, Command Line Parsing, Configuration, Validation, Logging, Collections, Authentication, and much more....
Common Misconceptions about Java 11 Chapter 2: The Java Programming Environment 15 Installing the Java Development Kit 16 Choosing a Development Environment 21 Using the Command-Line Tools 22 ...
import org.apache.sshd.common.config.keys.KeyUtils; import org.apache.sshd.server.SshServer; import org.apache.sshd.server.auth.password.PasswordAuthenticator; import org.apache.sshd.server.command....
A collection of very reusable code and components in C# 4.0 ranging from ActiveRecord, Csv, Command Line Parsing, Configuration, Validation, Logging, Collections, Authentication, and much more....
JavaCV uses wrappers from the JavaCPP Presets of commonly used libraries by researchers in the field of computer vision (OpenCV, FFmpeg, libdc1394, PGR FlyCapture, OpenKinect, librealsense, CL PS3 Eye...
Instructions on how to download and install the JavaMail API are contained in the course. In addition, you will need a development environment such as the JDK 1.1.6+ or the Java 2 Platform, Standard...
Common Misconceptions about Java 11 Chapter 2: The Java Programming Environment 15 Installing the Java Development Kit 16 Choosing a Development Environment 21 Using the Command-Line Tools 22 ...
* This class calculates the Greatest Common Divisor of two numbers passed into the program through command line arguments. * @author Alex Laird * @version 1.0 */ ``` - **包名**: `numeric`,表示这...
' in the Conditional Operator)**:在条件运算符中,条件判断应该位于最左侧。 ```java int result = (a > b) ? a : b; ``` - **特殊注释(Special Comments)**:使用特殊的注释来标记待办事项或问题。 ```java ...
In order to build it you need to install Apache Maven and run 'mvn install' command. Some modules of project contain dependencies not included in Maven Central - to build such modules you need first ...
Defines a subset of the Common Annotations API to support programs running on the Java SE Platform. JDK Module Description jdk.accessibility Defines JDK utility classes used by implementors of ...
14. In Microsoft Word, the "Delete Row" command in the "Table" menu can be used to remove an entire row from a selected table. 15. A computer's internal memory (RAM) has a smaller storage capacity ...