Java EE Web Services with JWS
Web services expose some business logic over the Internet using the HTTP protocol via interfaces described by WSDL. There are several specifications which are part of the Java EE specification including JAX-WS (JSR 224), Web Services 1.2 (JSR 109), JAXB 2.2 (JSR 222), Web Services Metadata 2.0 (JSR 181), and JAXR 1.0 (JSR 93). All [...]
An easy to use GridBagConstraintsBuilder (using Fluent API and Java 5)
The number of times i needed to write a GUI using Java Swing can almost be counted with one single finger (no not that finger). Like most Java developers it dislike it. Why, do so many of us dislike it. I have always been more a server side developer (CORBA, EJB, Web Services etc). I [...]