Archive

Author Archive

Mobile application development in Java

Last wednesday i held a presentation called “Mobile application development in Java using CodenameOne“. The room was filled with 200 people that asked a lot of questions. You can download the slides (in dutch) as a pdf: CodenameOne_JFall2012_RemcoNabuurs

When the recording at parleys comes online, i’ll update this post.

Categories: Java Tags: , , ,

Liferay 6.0 EE SP2 is out!

Liferay just released their second service pack for 6.0 enterprise customers. Apart from lost of small bug fixes, they included one welcome enhancement to the hooks system: overriding struts actions in a hook
Read more…

Categories: Liferay Tags:

5 things you didn’t know about … Command-line flags for the JVM

Nice blog post by IBM about JVM command line settings. I like the option to remove explicit garbage collection.

http://www.ibm.com/developerworks/java/library/j-5things11/index.html

Categories: Infrastructure, Java Tags:

OpenSSO and Secure Ticket Service (STS)


For one of our customers we’ve been working on securing their web services with Secure Ticket Service (STS). The setup involves a Liferay Portal that authenticates the users using OpenSSO Express 8. The portlets make SOAP calls to a JBoss 5.1 server that has some EJB’s exposed as a web service provider.

The principle behind STS is really simple. You don’t have to change your webservice provider, client or WSDL. Just plug the right client and server handler, configure OpenSSO and go!

On the SUN Development Blog there is an excellent walk through named Enabling Web Service Security with OpenSSO WSS Agent. This post is about our experience with this setup and the pitfalls we encountered.

Read more…

Categories: Security Tags: , , ,
Follow

Get every new post delivered to your Inbox.

Join 169 other followers