WildFly 8 Application server (formerly known as JBoss Application Server) is available for the general use. JBoss blog has announced this new on Feb 11, 2014. Jason Greene, who is the lead for this project updates the features on this new release and providing the road map for the future releases. One of the key …
WildFly
JBoss AS 5 Performance Tuning
JBoss AS 5 Performance TuningJBoss AS 5 Performance Tuning will teach you how to deliver fast applications on the JBoss Application Server and Apache Tomcat, giving you a decisive competitive advantage over your competitors. You will learn how to optimize hardware resources, meeting your application requirements with less expenditure. also read: WebLogic Interview Questions JBoss Portal Server Development …
JBoss Tools 3 Developer’s Guide
JBoss Tools 3 Developer’s GuideThis book will show you how to develop a set of Java projects using a variety of technologies and scenarios. Everything is described through the “eyes” of JBoss Tools. After we settle on the project (or scenario) that will be developed, we will configure the proper environment for the current tool …
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 …
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.
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 …