SSL - JAXWS AND APACHE TOMACT SETUP

Web services are client and server applications that communicate over the World Wide Web's (WWW) HyperText Transfer Protocol (HTTP) . It is good practice to keep a web service endpoint secure. This article is going to show you how to secure a web service endpoint with Secure Sockets Layer (SSL).

Integrating Jmesa with Stripes

I received a requirement were the user would like to do some sorting, exporting and filtering on a table we display on several screens in our application. We use Stripes Framework for our web layer because of its simplicity. I know people might echo STRIPES! What is stripes? At the time I had the…

JAXWS DISABLING EXCEPTION STACK TRACE

This post is just a tip on how to stop displaying those ugly stack trace errors in productions when working with JAXWS implementations. This would help your end point's exception messages look much more cleaner. All you need to do is to add this VM argument to your start up script. The way you…

joining strings in java

Joining a list of string by a delimiter has been greatly simplified in Java 8. The introduction of the "join" method to the "String" class makes this possible.

WebLogic attempting to cast incompatible JAX-RS Versions

Error in configuring weblogic 12c and jaxrs 2.0: Caused by: java.lang.LinkageError: ClassCastException: attempting to castjar:file:/oracle_common/modules/jersey-core-1.18.jar!/javax/ws/rs/ext/RuntimeDelegate.class to zip:/servers/ReportServer/tmp/_WL_user/jax-rs/prnh4c/WEB-INF/lib/javax.ws.rs-api-2…

WebLogic: No VirtualMachine found

Starting up WebLogic give the following exception: com.bea.wls.redef.ClassRedefInitializationException: No VirtualMachine found and weblogic.application.ModuleException: Cannot initailize ClassRedefinerFactory . The solution I used to solve the issue was to remove the fast swap elemeny/tag in my…