Introduction Quite some time back, I had wrote an article about Tomcat Production Server – Performance Tuning. In that article, I had missed out an important feature “Apache Portable Runtime(APR)”, which provides superior scalability, performance and better integration with the native server technologies. So this article specifies the steps to install the tomcat native library [ Read More ]
Archive for the ‘Java EE’ Category
Tomcat Native Library – (APR) Installation
Posted on Dec - 22 - 2010What web application test tool do you use?
Posted on Dec - 04 - 2010Testing an application plays a vital role to make the product a grand success. An application cannot be delivered to a customer before testing it throughly. Nowadays there are so many automated web application test tools available as a open source, I have assessed most of the tools used by the developers and testers in [ Read More ]
Tomcat Production Server – Performance Tuning
Posted on Nov - 29 - 2010Introduction Think about this situation, you had developed an application which contains excellent layout, latest features and all the other things which relishes the application. But if it lacks in performance means, No matter what surely the application will be rejected by the customers. Customers always expect their application should have a better performance. If [ Read More ]
Steps to configure Verisign SSL certificate in Oracle Glassfish
Posted on Jun - 24 - 2010Introduction Customers always expects their business application should be scalable, distributed, component-based, mission-critical and more secured. Mostly they will expect the transaction processed between the client and server in their application should be very secured. SSL certificate verification is a way to accomplish this. First let me give a small intro about SSL and Verisign. [ Read More ]
JQuery Effects in a JSF Application
Posted on Dec - 11 - 2009Introduction Nowadays whenever I surf the net, I am crossing an article about Jquery. The reason is JQuery relishes our application in a fascinated manner that tempts me to ponder the internet to find the ways to implement JQuery in a JSF application. Eventually I found that Richfaces component library provides an easiest way to [ Read More ]
What Java EE Server do you use?
Posted on Nov - 30 - 2009Java EE servers are based on the Java™ 2 Platform, Enterprise Edition (J2EE™) and is used widely to provide code portability, reuse across tiers, platform support, scalability and for EJB strengths. Instead these supports are provided by the most of the java EE servers, this article is the place where you can share the Java [ Read More ]
Live Charts in JSF using Primefaces
Posted on Nov - 27 - 2009Introduction Quite some time back I had wrote an article about “Charts in JSF using Primefaces”, where I had specified the ways to construct the commonly used charts for a web application. But in this article let us learn how to construct a chart that displays the live data. Primefaces charts has built in support [ Read More ]
Charts in JSF using Primefaces
Posted on Nov - 23 - 2009Introduction In the Previous days the charts can be created in the JSF application with the use of JSF Chart Creator, But now while surfing the net the peoples suggested to get rid of JSF Chart Creator and to focus on Primefaces charts. Definitely I am sure Primefaces provides the easiest ways to create charts [ Read More ]
What component library do you use with JSF?
Posted on Nov - 16 - 2009JavaServerFaces (JSF) is a standardized specification for building User Interfaces for server-side applications? and also the third party libraries can be easily incorporated in to the JSF applications. Instead there are many third party libraries and each relishes our web application in its own certain way. I am very keen to know what component libraries [ Read More ]
Step by step tutorial to setup Primefaces in Netbeans
Posted on Nov - 07 - 2009Introduction This tutorial shows how to setup Primefaces component suite for a JSF or a Facelets project along with Richfaces in Netbeans6.x. Furthermore, you can learn how to make a hello world application using Primefaces in JSF. First let me give a small intro about Primefaces, which is an open source component suite for Java [ Read More ]
Layouting and Dynamic Includes in Facelets
Posted on Oct - 18 - 2009Introduction A classified web applications necessitate the use of Cascading Style Sheets(CSS), JavaScript, together with a server-side framework, such as JavaServer Faces(JSF). This article is consecrated for the peoples who wants to use facelets as an alternative view technology for building JSF applications. This article is splitted in to two-part series, Here you will find [ Read More ]
JSF+Facelets+Richfaces Installation-Guide
Posted on Oct - 16 - 2009Introduction Installing facelets together with richfaces is very simple. I used to develope web applications with JSF and its libraries like richfaces, Icefaces and so on. But I felt, my application have achieved a greater landmark only after implementing facelets. The reason is, facelets contains obliging features like templating(Similarly like struts), Composition components(Reuse can be [ Read More ]
Resolve IE8 Compatibility Issues with Richfaces
Posted on Oct - 03 - 2009Introduction I have developed a web application in JSF along with richfaces. My application perfectly works in the various browsers like Firefox, Google Chrome also in IE6 and IE7. But in IE8, I found a compatability issue with Richfaces. I felt wrecked, because the web application designed in the older version browsers, doesnt have the [ Read More ]