由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - Java EE 习题 2
相关主题
j2ee, j2me, j2se 现在哪个用得多?j2ee without EJB
问个eclipse的问题JEE 6 看起来不错
怎么找出jdmkrt版本?JSP How to Invoke the Specific version of Xerces-J
SOAP over JMS with CXF frame?Java EE 习题 1
[转载] Urgent Help needed about Java Servlet?愣是笨到家----整不明白applet的path
help please!!!in eclipse EE , how to build a tomcat/web application?
Questions on EJB3 Persistence/Hibernatetomcat连接mysql求助
谁来给简单的讲讲JAASRe: Can Web Services return Hash or Obje
相关话题的讨论汇总
话题: inf话题: web话题: war话题: ejb话题: packaged
进入Java版参与讨论
1 (共1页)
s***8
发帖数: 1136
1
Which statement(s) are true with regard to web applications in JavaEE 6?
A, A WAR file must contain a web.xml under WEB-INF/
B, A WAR file must contain a web.xml under META-INF/
C, EJB bean classes may be packaged under WEB-INF/classes
D, One or more ejb-jar files may be packaged under WEB-INF/lib
E, A servlet can be mapped to 0, 1, or more url-patterns
q*********u
发帖数: 280
2
a c d?

Which statement(s) are true with regard to web applications in JavaEE 6?
A, A WAR file must contain a web.xml under WEB-INF/
B, A WAR file must contain a web.xml under META-INF/
C, EJB bean classes may be packaged under WEB-INF/classes
D, One or more ejb-jar files may be packaged under WEB-INF/lib
E, A servlet can be mapped to 0, 1, or more url-patterns

【在 s***8 的大作中提到】
: Which statement(s) are true with regard to web applications in JavaEE 6?
: A, A WAR file must contain a web.xml under WEB-INF/
: B, A WAR file must contain a web.xml under META-INF/
: C, EJB bean classes may be packaged under WEB-INF/classes
: D, One or more ejb-jar files may be packaged under WEB-INF/lib
: E, A servlet can be mapped to 0, 1, or more url-patterns

s***8
发帖数: 1136
3
c d e
web.xml is optional. It's optional even in J2EE 1.4 (think of a war with
only jsp pages). In JavaEE 6, servlet can also live without web.xml thanks
to various annotations introduced in servlet 3.0 (@WebServlet...)
ejb can now packaged into war, and deployed as part of webapp.
q*********u
发帖数: 280
4
学习了。

c d e
web.xml is optional. It's optional even in J2EE 1.4 (think of a war with
only jsp pages). In JavaEE 6, servlet can also live without web.xml thanks
to various annotations introduced in servlet 3.0 (@WebServlet...)
ejb can now packaged into war, and deployed as part of webapp.

【在 s***8 的大作中提到】
: c d e
: web.xml is optional. It's optional even in J2EE 1.4 (think of a war with
: only jsp pages). In JavaEE 6, servlet can also live without web.xml thanks
: to various annotations introduced in servlet 3.0 (@WebServlet...)
: ejb can now packaged into war, and deployed as part of webapp.

1 (共1页)
进入Java版参与讨论
相关主题
Re: Can Web Services return Hash or Obje[转载] Urgent Help needed about Java Servlet?
About Hibernatehelp please!!!
still web.xml questionQuestions on EJB3 Persistence/Hibernate
spring mvc 里面 view 必须是 jsp吗?谁来给简单的讲讲JAAS
j2ee, j2me, j2se 现在哪个用得多?j2ee without EJB
问个eclipse的问题JEE 6 看起来不错
怎么找出jdmkrt版本?JSP How to Invoke the Specific version of Xerces-J
SOAP over JMS with CXF frame?Java EE 习题 1
相关话题的讨论汇总
话题: inf话题: web话题: war话题: ejb话题: packaged