Glassfish, jmx, jconsole, apps active sessions

Posted by & filed under java.

We put lately more attention to monitoring and tuning our systems – mainly db.  I tried to refresh in mind how to check active sessions on jvm for specified app. I’ve experimented with VisualVM, but it didn’t satisfied me. I simply does not work out-of-the-box. After registering jmx remote host, I could not expand apps list… I… Read more »

Keep your WSDL files updated

Posted by & filed under java.

A quick remark for the future that is worth to remember. I suppose there is one of good coding principles to keep your imported WSDL files up-to-date. I was writing distributed ticket handling system. I needed some stateful service for this. I’ve implemented this storage with database behind and ejb-webservice as endpoint. While I was… Read more »

Glassfish ESB, Resolving “localhost” in WSDL

Posted by & filed under Enterprise Sevice Bus.

I wrote an composite application with webservice as entrance endpoint for client system. When I was previewing the wsdl file I’ve notice there is only host name without full domain name(as it is in DNS servers) give in schema location and webservice endpoint.  That was obviously wrong, because client would not be able to resolve those adresses…. Read more »

Solution in Git repo

Posted by & filed under java.

Hi, for your convenience I’ve put that sample code on git repo. You can download it, experiment with it, learn etc. I suppose it will be easier for you getting it from github then waiting for an email from me. Cheers https://github.com/janekmobilny/SimpleGWTapp

Java Hardware VM

Posted by & filed under java.

What is going on? Once I’ve watched James Gosling on Apple, Apache, Google, Oracle and the Future of Java the guru said that making java chip is very expensive…and only Intel could afford it. And a few month later then I found Polish company GryfTechnologia producing and selling Java Hardware Virtual Machine. The chip’s name… Read more »