WebSphere Application Server 7.0 Administration Guide As a J2EE (Enterprise Edition) administrator, you require a secure, scalable, and resilient infrastructure to support and manage your J2EE applications and service-oriented architecture services. The WebSphere suite of products from IBM provides many different industry solutions and WebSphere Application Server is the core of the WebSphere product range …
Servers
Drools JBoss Rules 5.0 – Human-readable Rules
Drools JBoss Rules 5.0 Developer’s GuideBusiness rules and processes can help your business by providing a level of agility and flexibility. As a developer, you will be largely responsible for implementing these business rules and processes effectively, but implementing them systematically can often be difficult due to their complexity. Drools, or JBoss Rules, makes the process of implementing these …
Guided Rules with the Guvnor
Guided Rules with the Guvnor In the last chapter we took a tour with the Guvnor and used it to write our first business rule, and printed out a traditional ‘Hello World’ message. Although this rule is a major step forward for us, we’re not really using the full power of the Drools rule engine. …
JBoss Portal Server Development
Enterprises need more than just basic services; they need value-creating entities, which are crucial for running a successful business. Portals offer tremendous value to enterprises, and JBoss Portal Server is a popular, feature-rich open-source server that provides a standards-compliant platform for hosting functionality that serves the diverse portal needs of an enterprise. Its primary strength …
Short and Long-Running Processes in SOA
What This Book Covers SOA Cookbook covers process-oriented SOA. BPEL is the best-known language in this area, and this book presents numerous BPEL examples. It also studies proprietary vendor process languages such as TIBCO’s BusinessWorks and BEA’s Weblogic Integration. If you are building SOA processes in the field, chances are you are using one of …
How to enable SSL on JBoss application server?
To enable SSL on JBoss add the following segment to JBOSS_HOME/server/default/deploy/jbossweb-tomcatxx.sar/server.xml as a child of the jboss.web Service element. also read: WebLogic Interview Questions JBoss Portal Server Development Tomcat Interview Questions NOTE: You can use any keystoreFile of your preference instead of the wso2wsas.jks which is shipped with WSO2 WSAS.
How to install Tomcat 6.0 server?
This article explains how to install the tomcat 6.0 server in your desktop. This is pretty simple and since moss of the java beginners find its difficult to get started with the web development. Because tomcat is the mostly recommended web server for learning JSP and Servlets basics. Tomcat is also the Reference Implementation(RI) for …
SAR (Service Archive) file in JBoss
This tips explains how to create and deploy the SAR file in the JBoss application server. SAR files are only used in the JBoss application server. It cannot be used in the other application server environments. Before looking into creating a SAR file, first let you know what is SAR file. also read: WebLogic Interview …