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
Camel – Socket Permission Denied using port 0 with Restlets
Restlets offer solid support for ephemeral ports. Apache Camel does a solid job of trying to stop you. Continue reading
CXF – Validating JAX-RS WADL files in unit tests
What’s the best way to stop developers breaking the WADLs generated by CXF for Java-first JAX-RS services? Make breaking the WADLs break the build of course. Continue reading
JBoss Fuse – Deploying JAX-RS services with Fuse 6.2 and Java 8
Depending on the parts of CXF your JAX-RS services utilise, you might have a little OSGi-wrangling on your hands if you want to deploy them to JBoss Fuse 6.2 on Java 1.8
Continue reading
CXF – Missing WADL method parameter element types with JSON JAX-RS services
If you’re using JSON to exchange data with your CXF JAX-RS service clients you might find your out-of-the-box WADL file a little light on detail. Continue reading
TinyMCE 4 – Enabling and disabling toolbar buttons
Depending on your exact needs the disappearance of the Control Manager in TinyMCE 4 may make it easier or harder for you to enable and disable your plugin’s toolbar buttons. Here we look at the easier and the harder way to do it. Continue reading
CXF – Using interceptors to provide simple, property-based response filters
An example of building a CXF interceptor to provide a lightweight, property driven mechanism for web service consumers to filter response sets to suit their needs. Continue reading
TinyMCE 4 – Dude, where’s my border?
TinyMCE’s image dialog provides an easy way to set the size of the border around an image. Unfortunately adding an image border in the first place isn’t quite so user friendly. Continue reading
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
TinyMCE 4 – Multi-line labels in popup dialogs
Adding an explanatory text label to a TinyMCE pop-up can be a great way of helping your users find their way around your custom dialogs. Unfortunately you might struggle if you can’t keep your instructions short. Continue reading
TinyMCE 4 – Rolling up toolbar buttons
TinyMCE 4’s default theme gives a lot less toolbar buttons per mile than TinyMCE 3 did. Here we look at using menu buttons to improve its fuel efficiency. Continue reading