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

Blogs by topic Blogs 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

 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

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
My previous blog articles about Apache, (SSL), mod_proxy and Glassfish V1/2 are pretty popular. So this is a refresh to let you all know that you CAN do the same with Glassfish V3. I have tested it with v3.0.1. Note you will have to dig through the admin console a bit more to find where they have put each of the settings. Or you can read about the changes here.
on Jul 9, 2010 | Permalink | Discuss

NetBeans

I'll be reviewing NetBeans IDE 7 Cookbook, stay tuned for the review!
on Aug 1, 2011 | Permalink | Discuss
A minicast that shows you how to refactor a block of code into a method using NetBeans.
on Oct 18, 2009 | Permalink | Discuss

IDE

How do you create JUnit tests using NetBeans 7.0?
on Jul 26, 2011 | Permalink | Discuss

J2SE

If you need to parse HTML5, but you need it to be embeddable. Well, read on!
on Mar 31, 2011 | Permalink | Discuss