I. Introduction of the ContentJava EE's 13 core technologies: JDBC, JNDI, EJB, RMI, JSP, Java Servlet, XML, JMS, Java IDL, JTS, JTA, JavaMail, and JAF.Java was initially in the browser and client machines, when many questioned whether it was suitable for server-side development. Now with the increase in support for third-party Java EE, Java is widely accepted as one of the preferred platforms for developing
. 12, JavaMailJavaMail is used to access the mail server API, it provides a set of abstract classes for mail server . not only support SMTP Server , also supports IMAP Server . 13, JAF (JavaBeans activationframework)JavaMail uses JAF to handle MIME-encoded message attachments. MIME byte streams can be converted to Java objects, and most applications do not have to use the J AF. Summarize:The 13 specificatio
-independent solution.9. JMS (Java message Service) JMS is an application interface (API) for communicating with each other for message-oriented middleware. It supports both point-to-point domains, domains that support publish/subscribe (Publish/subscribe) types, and provides support for the following types of messages: Approved messaging, transactional message delivery, consistent messaging, and persistent subscriber support. JMS also provides anothe
Having learned about the Java EE recently, it is mentioned that the study of this project has to mention its 13 specifications:The Java EE platform consists of a suite of services, application interfaces (APIs), and protocols that provide functional support for developing Web-based multi-tier applications, with a simple description of the
, you can get a perfect platform-independent solution.9. JMS (Java message Service) JMS is an application interface (API) for communicating with each other for message-oriented middleware. It supports both point-to-point domains, domains that support publish/subscribe (Publish/subscribe) types, and provides support for the following types of messages: Approved messaging, transactional message delivery, consistent messaging, and persistent subscriber s
Java EE Presumably everyone is not strange, it seems that now more popular to call it Java EE, no matter how the name changed, the core and the idea is unchanged. Learn the Java EE first to understand its specifications, let's look at its 13 specifications.1,JDBC (Java Database Connectivity)The Java API for executing S
reprinted from: Http://www.cnblogs.com/ydpvictor/archive/2012/09/03/2669472.htmlThe general direction of Java is JAVAEE,JAVAEE not only socket programming, including 13 core technology.Core APIs and components for Java EEThe Java EE platform consists of a suite of services, application interfaces (APIs), and protocols that provide functional support for the development of Web-based multi-tier applications,
-independent solution.9. JMS (Java message Service) JMS is an application interface (API) for communicating with each other for message-oriented middleware. It supports both point-to-point domains, domains that support publish/subscribe (Publish/subscribe) types, and provides support for the following types of messages: Approved messaging, transactional message delivery, consistent messaging, and persistent subscriber support. JMS also provides anothe
The Java EE platform consists of a suite of services, application interfaces (APIs), and protocols that provide functional support for the development of Web-based multi-tier applications, with a simple description of the 13 technical specifications in the Java EE (Space-constrained, simple description only):1.JDBC (Java Database Connectivity): The JDBC API provi
can be deployed to any Web service application in an axis environment that needs to be implemented ws-security. At the same time the specific application does not make any coding modifications.
Since this is based on handler implementations, it is necessary to review some of the basics of handler.
SOAP messages handler have access to SOAP messages that represent RPC requests or responses. In Jax-RPC technology, SOAP message Handler can be deployed on the server or used on the client.
SOAP messa
Core technology in Java EE 13 (1)extensible Markup Language (XML)XML is a language that can be used to define other markup languages (2) JavaServer Pages (JSPs)used to create dynamic Web pages (3)Java servlets Most of the features offered are similar to JSPs, but are implemented in different ways (4)Java Database Connectivity (JDBC) access to a wide variety of databases in a unified way(5)Java Tra
=" Wkiol1x_uulwyqasaalmpj7etwo772.bmp "/>Code implementation
12345
if [Expression];thenStatement1Statement2......Fi
Example: If the current year is 2015, show "You have to study hard!"Note that there are spaces before and after the [expression] expression! Otherwise syntax error
1 2 3 4 5
#!/bin/bash if [$ (date+%y) -eq 2015 ];then echo "youshouldstudyhard!" Fi
;Variable type
When you run the shell, there are three different variables: Local VariablesA local variable is defined in a script or command and is valid only in the current shell instance. Environment variablesAll programs, including shell-initiated programs, can access environment variables, and some programs require environment variables to keep them running properly. Shell scripts can also define environment variables when necessary. Shell variablesShell variables are special variable
" echo " paramaterscounts -->$# " echo "allparamatersare-->[emailprotected]"
The Red box "1 2 3" is the pass parameter to the script, where the $, $ is a reference to the parameters passed, in fact, the essence is a special variable.$# The total number of parameters passed, [email protected] printout full parameter. There are other special variables and usages--reference [
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.