by edvorkin | May 31, 2011 | Blog, Java, Programming
Webinar Maven, Java EE 6 and GlassFish 3.1 is now available for replay on our YouTube Channel. This new 30-minute session is another one done by Adam Leftik, Oracle GlassFish Server product manager. The session starts with an intro to Maven, which you may choose to...
by edvorkin | Mar 9, 2011 | Blog, Identity and Security, Java, Programming
Federation Metadata Manager for Open SSO Fedlets (femmo) is a script that parses a (Shibboleth) federation metadata XML content and creates a pool of metadata files a in order to configure Open SSO Fedlets. One of the easiest way to create SAML2 Service Provider...
by edvorkin | Feb 7, 2011 | Blog, Programming
This is how to upgrade to Oracle Weblogic from Oracle Application server 10.3.*. Video from Oracle developers Day, February 2011. Using smartUpgrade utility to copy your OAS settings into corresponding Oracle WebLogic setup. I like that you don’t have to install...
by edvorkin | Jan 7, 2011 | Blog, Java, Programming
In 10 easy step I show how to write simple server side code to handle REST Request. As you know, REST specification describe using POST, GET, PUT and DELETE method for CRUD operations. In this article we will start with simplest user case – get a resource back...
by admin | Dec 8, 2010 | Blog, Programming
Modern web applications are complicated and consisted of different pieces including css files, javascript files, images, AJAX calls, html pages and dynamic content served by different web framework. Web browser are responsible of loading static content as well as...