Skip to main content

Manfred Riem

I love working with a broad range of technologies. At work it is mostly JavaEE and JavaSE technologies, as a hobby I do some Java on devices.

 

mriem's blog

Integration testing on Weblogic using HtmlUnit and Maven

Posted by mriem on January 13, 2012 at 1:50 PM EST

 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.

Added a crude JSF-JavaScript based accordion to our JSF library

Posted by mriem on January 10, 2012 at 11:07 PM EST

We added an accordion demo to our JSF demos. See it in action over here. If you have suggestions. Let us know!

Testing with a specific JSF version on Glassfish using HtmlUnit and Maven

Posted by mriem on January 6, 2012 at 1:04 AM EST

 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?

Using multiple different containers for integration testing

Posted by mriem on December 23, 2011 at 1:21 AM EST

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?

Using HtmlUnit, Glassfish and Maven in a multi-project setup for integration testing

Posted by mriem on December 21, 2011 at 12:55 AM EST

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.

Using HtmlUnit, Glassfish and Maven for integration testing

Posted by mriem on December 15, 2011 at 11:34 PM EST

In the previous article we described a setup for integration testing. It did not explain
how to do automatic deployment to an application server. Since we want to make it
convenient to do integration tests we are now going to add Glassfish into the mix.

HtmlUnit and Maven for integration testing

Posted by mriem on December 13, 2011 at 9:30 PM EST

If you want to do integration testing using HtmlUnit and Maven the following sets you up for easy testing.

Exporting PDF using JSF 2.1

Posted by mriem on November 11, 2011 at 8:50 AM EST

In the previous blog article we generated XSL:FO, this was really
a springboard for the real stuff. In this blog article we show how
you can now generate PDFs straight from a JSF page. How? Read on!

Exporting XSL:FO using JSF 2.1

Posted by mriem on November 9, 2011 at 6:48 PM EST

If you want to export XSL:FO using JSF read on. The following steps tell you how easy it is.

Exporting CSV using JSF 2.1

Posted by mriem on November 7, 2011 at 1:02 PM EST

If you want to export CSV using JSF read on. The following steps tell you how easy it is.