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...
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...

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...

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...

Using HtmlUnit, Glassfish and Maven for integration testing

Use HtmlUnit and Maven for integration testing

A particular annoyance of JSF was the lack of proper file uploading, at least from my perspective. Read on for an easy solution!

JSF 2.2 is starting up, do something about it!

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 :)
Web Applications

How do you export PDF straight from a JSF page? This blog article describes the steps on how to do it!

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.

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.

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.
NetBeans

I'll be reviewing NetBeans IDE 7 Cookbook, stay tuned for the review!

A minicast that shows you how to refactor a block of code into a method using NetBeans.
IDE

How do you create JUnit tests using NetBeans 7.0?
J2SE

If you need to parse HTML5, but you need it to be embeddable. Well, read on!



