Skip to main content
View by: Most Recent | Topic | Community | Webloggers   
Monthly Archives:    

Blogs by topic Java Enterprise and user mriem

• Accessibility • Ajax • Blogging • Business • Community 
• Databases • Deployment • Distributed • Eclipse • Education 
• EJB • Extreme Programming • Games • GlassFish • Grid 
• GUI • IDE • Instant Messaging • J2EE • J2ME 
• J2SE • Jakarta • JavaFX • JavaOne • Jini 
• JSP • JSR • JXTA • LDAP • Linux 
• Mobility • NetBeans • Open Source • OpenSolaris • OSGi 
• P2P • Patterns • Performance • Porting • Programming 
• Research • RMI • RSS Feeds • Search • Security 
• Servlets • Struts • Swing • Testing • Tools 
• Virtual Machine • Web Applications • Web Design • Web Development Tools • Web Services and XML 


Testing

 In the previous articles we have concentrated on testing using Glassfish. But can you use the same recipe to do testing on Weblogic. The answer is YES, but ..... Yea you know there is always a caveat. First make sure you have Weblogic installed properly. Note I did the testing with the latest 12c version, so your mileage may vary. Download the attached zip file again and follow along. In...
on Jan 13, 2012 | Permalink | Discuss

J2EE

We added an accordion demo to our JSF demos. See it in action over here. If you have suggestions. Let us know!
on Jan 10, 2012 | Permalink | Discuss
 In the previous article we described how to do testing with multiple containers. But since joining the Glassfish team I have wondered how can I test applications against different versions of JSF on Glassfish? As it turns out it is actually quite straightforward. This blog entry shows you how to do it. It will allow you to test using a 2.1.2 version and up. All by using properties passed in...
on Jan 6, 2012 | Permalink | Discuss
In the previous article we have worked out how to run the integration tests against Glassfish, but what about other versions of Glassfish or even other servers? Well, the infrastructure groundwork has been laid for that. Before we are going to reap the fruits we are going to explain the difference between downloading, installing and configuring your server within Cargo. The main reason...
on Dec 23, 2011 | Permalink | Discuss
In the previous article we added the Glassfish application server into the mix for testing. This looks all nice,but one might wonder how this would work in a parent project (POM) and child projects setup. Well it is fairly easy to accomplish.We will move all the bits first over to the new parent POM we are going to use. See below for what theparent POM will look like. <?xml version="1.0...
on Dec 20, 2011 | Permalink | Discuss
Using HtmlUnit, Glassfish and Maven for integration testing
on Dec 15, 2011 | Permalink | Discuss
Use HtmlUnit and Maven for integration testing
on Dec 13, 2011 | Permalink | Discuss
A particular annoyance of JSF was the lack of proper file uploading, at least from my perspective. Read on for an easy solution!
on Sep 30, 2011 | Permalink | Discuss
JSF 2.2 is starting up, do something about it!
on Apr 1, 2011 | Permalink | Discuss
The JavaEE 7 umbrella JSR has been approved. A step in the right direction. Now we'll just have to see what is going to be included for real :)
on Mar 29, 2011 | Permalink | Discuss
If you are using JSF 2.0 and you want to use a HTML5 input week the default components do not work properly. So if you need it see here for more information.
on Mar 25, 2011 | Permalink | Discuss
If you are using JSF 2.0 and you want to use a HTML5 input month the default components do not work properly. So if you need it see here for more information.
on Mar 24, 2011 | Permalink | Discuss
If you are using JSF 2.0 and you want to use a HTML5 input datetime the default components do not work properly. So if you need it see here for more information.
on Mar 21, 2011 | Permalink | Discuss
Inputting a time the HTML5 way using JSF 2.0, see here for more information.
on Mar 18, 2011 | Permalink | Discuss
Inputting a date using the new HTML5 control cannot be done using the default JSF 2.0 components, so how do you do it then? Well, see here for more information.
on Mar 16, 2011 | Permalink | Discuss
Does JSF 2.0 work on Jonas 5? Read this article for more information.
on Mar 15, 2011 | Permalink | Discuss
 If you are wondering if JSF 2.0 works on Websphere 7, then read this article.
on Mar 7, 2011 | Permalink | Discuss

Web Applications

How do you export PDF straight from a JSF page? This blog article describes the steps on how to do it!
on Nov 11, 2011 | Permalink | Discuss
This blog article is the 2nd article in new render kits we have available! This article shows you how to export XSL:FO using a JSF render kit.
on Nov 9, 2011 | Permalink | Discuss
Exporting CSV is a common occurrence in business web applications, but JSF did not have a proper way of doing it within the JSF lifecycle. See here how to do it.
on Nov 7, 2011 | Permalink | Discuss