Podrška #15502
Zatvorenškola java ee
0%
Opis
naučiti osnove java ee-a
Fajlovi
Povezani tiketi 1 (0 otvoreno — 1 zatvoren)
Izmjenjeno od Ernad Husremović prije više od 17 godina
The web.xml Deployment Descriptor file describes how to deploy a web application in a servlet container such as Tomcat.
Izmjenjeno od Ernad Husremović prije više od 17 godina
Izmjenjeno od Ernad Husremović prije više od 17 godina
- Naslov promijenjeno iz java ee u škola java ee
Izmjenjeno od Ernad Husremović prije više od 17 godina
šta je to authentification realm ?¶
[glassfish admin edit file realm]http://localhost:4848/configuration/realmEdit.jsf?name=file&configName=server-config
http://blogs.sun.com/foo/entry/mort_learns_jdbc_realm_authentication
Izmjenjeno od Ernad Husremović prije više od 17 godina
j2ee5 tutorial¶
otpakovao u ~/devel/java
file:///home/hernad/devel/java/javaeetutorial5/doc/index.html
Izmjenjeno od Ernad Husremović prije više od 17 godina
- Java EE server
- The runtime portion of a Java EE product. A Java EE server provides EJB and web containers.
- Enterprise JavaBeans (EJB) container
- Manages the execution of enterprise beans for Java EE applications. Enterprise beans and their container run on the Java EE server.
- Web container
- Manages the execution of JSP page and servlet components for Java EE applications. Web components and their container run on the Java EE server.
- Application client container
- Manages the execution of application client components. Application clients and their container run on the client.
- Applet container
- Manages the execution of applets. Consists of a web browser and Java Plug-in running on the client together.
Izmjenjeno od Ernad Husremović prije više od 17 godina
- applet container
- odgovarajuće biblioteke / api-s
- j2se
- jsp
- servlets
- odgovarajuće biblioteke / api-s
- j2se
- odgovarajuće biblioteke / api-s
- j2se
Izmjenjeno od Ernad Husremović prije više od 17 godina
The Application Server supports the Java Platform Debugger Architecture (JPDA). With JPDA, you can configure the Application Server to communicate debugging information via a socket. In order to debug an application using a debugger:
Enable debugging in the Application Server using the Admin Console as follows:- Select the Application Server node.
- Select the JVM Settings tab. The default debug options are set to:
- -Xdebug -Xrunjdwp:transport=dt_socket,server=y, suspend=n,address=9009
Izmjenjeno od Ernad Husremović prije više od 17 godina
java standard tag library¶
JSTL includes a wide variety of tags that fit into discrete functional areas. To reflect this, as well as to give each area its own namespace, JSTL is exposed as multiple tag libraries. The URIs for the libraries are as follows:- Core: http://java.sun.com/jsp/jstl/core
- XML: http://java.sun.com/jsp/jstl/xml
- Internationalization: http://java.sun.com/jsp/jstl/fmt
- SQL: http://java.sun.com/jsp/jstl/sql
- Functions: http://java.sun.com/jsp/jstl/functions
Izmjenjeno od Ernad Husremović prije više od 17 godina
In addition to declaring the tag libraries, tutorial examples access the JSTL API and implementation. In the Application Server, the JSTL TLDs and libraries are distributed in the archive <J2EE_HOME>/lib/appserv-jstl.jar. This library is automatically loaded into the classpath of all web applications running on the Application Server, so you don't need to add it to your web application.
Izmjenjeno od Ernad Husremović prije skoro 16 godina
- Status promijenjeno iz Dodijeljeno u Odbačeno