by edvorkin | Jun 19, 2011 | Blog, Java
By Lucas Jellema Java Enterprise Performance – Unburdended Applications View more presentations from Lucas...
by edvorkin | Jun 19, 2011 | Blog, Java, Programming
For impatient: webpagetest.org Dynatrace Ajax Edition Page speed from google lab ShowSlow YSlow I got idea about this post after attending O’Reilly’s Velocity 2011 Conference. The conference is all about web performance and operations. I loved the vibe and...
by edvorkin | Jun 12, 2011 | Agile ALM, Blog
“Really thorough code reviews, in which someone else reads your code carefully to find problems, are the best way I know to do early bug detection. But they are rarely done. This is partly because they take a lot of time to do well, but I think it is mainly...
by edvorkin | Jun 3, 2011 | BigData, Blog, Cloud Computing, Groovy /Grails, Java, Programming
Every technologist in Java/JVM space may benefit from those useful projects. Some of them nominated for best technology product award at Jax Conference in San Jose, 2011. I choose them because they can be used in a wide array of projects and solve real problems we, as...
by edvorkin | Jun 2, 2011 | Agile ALM, Blog, Programming
Yesterday I came across a slide show presented at Velocity conference by John Allspaw, Etsy’s Head of Ops, and Paul Hammond of TypeKit when they were both still at Flickr. In easy, fun manner they talk about cooperation between development team and operations. Without...
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...