[How to Encrypt and Decrypt Strings in JAVA using Standard Java JCE library] Cipher : Java Glossary

http://mindprod.com/jgloss/cipher.html Here’s how to encrypt and decrypt a message using CipherOutputStream/ CipherInputStream The methods used are all part of Sun’s JCE. Sun’s JCE documenation is all but useless. You pretty well have to Google the web to find sample code to use these methods for particular algorithms and block modes. Pay attention to string encoding/decoding and padding issues.

Jboss Cluster in the Cloud | JBossWorld, Redhat Presentation [ban_w_310_running_in_the_cloud.pdf ]

http://www.redhat.com/summit/2011/presentations/jbossworld/whats_new/wednesday/ban_w_310_running_in_the_cloud.pdf

aost - Tellurium Automated Testing Framework [Project Hosting on Google Code]

http://code.google.com/p/aost/ UI-module bases framework for auto-testing web applications, uses Selenium to interface with web sites (written in n Java, Groovy, JQuery, JavaScript), test can be written in Java, Groovy or special Tellurium DSL. )

FPUpdater Tool README

http://www.oracle.com/technetwork/java/javase/fpupdater-tool-readme-305936.html curl -v -H “Accept-Language: en-us;q=2.2250738585072012e-308” http:///someurl if your tomcat/Jboss/whatver runs on unlatched JVM – the thread will go into infinite loop also see http://blogs.oracle.com/security/2011/02/security_alert_for_cve-2010-44.html

[RUS] Учимся готовить: Spring 3 MVC + Spring Security + Hibernate / Java Enterprise Edition / Хабрахабр

http://habrahabr.ru/blogs/java2ee/111102/#habracut Sample application/tutorial Spring 3 MVC + Spring Security + Hibernate

SourceForge.net: Project redmin-mylyncon

http://sourceforge.net/apps/wordpress/redmin-mylyncon/ http://redmin-mylyncon.sourceforge.net/update-site/N/

JBoss, Geronimo, or Tomcat? - JavaWorld

http://www.javaworld.com/javaworld/jw-12-2007/jw-12-appservers.html notes (mostly feature list) on open source java app servers

GXT on GWT (on Eclipse) - quantschool

http://www.quantschool.com/gxt-on-gwt-on-eclipse Tutorial that shows how to use Eclipse (3.5/3.6) and create a sample project for a web application based on GWT (google web toolkit) and GXT (a mix of Ext JS javascript framework and google web toolkit)

L-peer in the software world: Switching from C# to Java [REDHAT Virtualization Platform Management App re-write]

http://lpeer.blogspot.com/2010/04/switching-from-c-to-java.html Great post about challenges that one team inside of Redhat faced when they were challenged with the task of migrating C#/IIS/MS-SQL-based VM management tool into Java. The post is more interested from the project management perspective, than from the technology side.

Perfomance: C vs Java [Azul Systems - Cliff Click Jr.’s Blog]

http://blogs.azulsystems.com/cliff/2009/09/java-vs-c-performance-again.html somewhat useful comparative review