about
devsumo is a freelance software engineer based in the North West of England.To contact him, click here
-
Recent Posts
- Camel – Socket Permission Denied using port 0 with Restlets
- CXF – Validating JAX-RS WADL files in unit tests
- JBoss Fuse – Deploying JAX-RS services with Fuse 6.2 and Java 8
- CXF – Missing WADL method parameter element types with JSON JAX-RS services
- TinyMCE 4 – Enabling and disabling toolbar buttons
- CXF – Using interceptors to provide simple, property-based response filters
- TinyMCE 4 – Dude, where’s my border?
- JSoup – Entity exigency
Categories
Tags
camel centos compression concurrency cxf dell find groovy hp image editing java javamail javascript jaxb jaxrs jaxws jboss fuse jmx jsoup junit jvm linux metrics monitoring networking os x php python raspberry pi raspbian red hat restlet security serialization soa sonar spock ssl tinymce unix web apps xml xsl xslt yumPrivacy Policy
To view our privacy policy click here
Tag Archives: web apps
JSoup – Entity exigency
If you’re using JSoup to parse and render HTML documents which could contain a small range of exotic characters you may not like the choice of entity escaping it offers you. Fortunately it’s pretty easy to tweak it to suit your needs. Continue reading
Java – Trusting HTTPS server certificates
Switching Java HTTP client code over to HTTPS can go without a hitch when hitting well-established production servers. When it comes to in-house boxes or development and test environments though, hokey server certificates can throw up a few problems. Continue reading
Java Web Apps – Running regular background tasks
Wrapping a ScheduledThreadPoolExecutor with a servlet context listener provides a great, lightweight way to run regular background tasks in a Java web application. Continue reading