What is new for developers
This version contains some new and changed features for application developers. For example, WebSphere® Application Server 傳統版 v9 is adding support for Java™ Platform, Standard Edition 8, (Java SE 8 ) as its default platform.
- Overview: IBM WebSphere Application Server Developer Tools for Eclipse
Beta
WebSphere Application Server Developer Tools for Eclipse is a lightweight set of tools for developing, assembling, and deploying Java™ EE, OSGi, Web 2.0, and mobile applications to WebSphere Application Server Liberty and traditional. The documentation describes how to install and use WebSphere Application Server Developer Tools for Eclipse along with supported programming models and server tasks.
- WebSphere Application Server 傳統版第 9 版中的 Java SE 8
WebSphere Application Server 傳統版 is adding support for Java™ Platform, Standard Edition 8, (Java SE 8) as its default platform support. Java SE 8 includes new features such as Lambda expression support and virtual extension methods, a more understandable date and time API, and improved security. Java SE 8 offers support for WebSphere applications to use available Java features and standards.
- Developing JSP files
WebSphere Application Server 傳統版 supports the JSP 2.3 specification, which simplifies the construction of user interfaces and enables Expression Language (EL) version 3.0.
- Developing JSF files
WebSphere Application Server 傳統版 supports the JSF 2.2 specification from the product run time to ease the development of Java-based web applications. You can use Apache MyFaces 2.2, or your own implementation.
- Servlet 3.1 feature functions
WebSphere Application Server 傳統版 supports the Servlet 3.1 specification from the product run time to ease the development of Java-based web applications. The new specification includes the following features:
- Asynchronous I/O
- A feature that enables an application to relinquish control of a thread when a read or write becomes blocked, thereby enabling an increase in server efficiency.
- Upgrade processing
- A feature that enables a client and a server to agree on a protocol other than http for client-server communication.
- Large post data
- A feature that allows the application to receive more than 2GB of post data and send more than 2GB of response data.