7 private links
One div aims to highlight the potential of CSS3 through a library of single element logos.All icons displayed on the website are realised in pure css with only one html div. The challenge is also to provide an alternative to SVG. Indeed icons allow precise borders preserved even resized (As vector format). Then we can see a clear interest in responsive design.
This tutorial is a introductory look at the Shoes GUI toolkit for Ruby. You'll find it is easy to learn, making it a good option for beginning programmers to make Shoes online applications.
This page display the list of articles called « JAX-WS with Apache CXF and Eclipse » : Step Extrait [step1] Initialize CXF Eclipse Plugin and generate empty Dynamic Web Project. [step2] Generate WebService HelloWorld on server side. [step3] Generate consumer of the WebService HelloWorld.
Running out of Java heap isn't the only cause of a java.lang.OutOfMemoryError. If native memory runs out, OutOfMemoryErrors that your normal debugging techniques won't be able to solve can occur. This article explains what native memory is, how the Java runtime uses it, what running out of it looks like, and how to debug a native OutOfMemoryError on Windows and Linux. A companion article covers the same topics for AIX systems.
Sébastien Letélié and Cyril Balit weblog
Créer une autorité de certification et des certificats SSL auto-signés pour son serveur Debian Lenny
Ignore or Trust any certificate. Hi There, Is there a way in tomcat to ignore or trust any SSL certificate when connecting to a site through https? I know there is some JAVA code for it. But can we...
Nitesh Gautam publie un article sur Missing operation for soapAction.
JAXB: Any way to incorporate restrictions into annotations?. This isn't strictly a CXF question, but I figure people here would be doing JAXB deep dives. How do people deal with the need to specify...
Every Web developer has to tangle with tables. A new open source library, DisplayTag, can make life with tables much more organized. Find out how to combine the DisplayTag library with JavaScript to make a slick app that displays line item details.
This section describes steps to follow if you want to use the java.net.HttpURLConnection class to send out a SOAP XML message.