Archive

Archive for the ‘Java’ Category

Weblogic (10.3) and Maven Integration – Part 1

August 29th, 2009 mohan No comments


(Note: 08/24/2009 This was posted in my old blog here, since the part 2 of the article is available on this blog. I’m moving the content here, with the original published date.)
(Update: The content has been slightly updated)

Categories: Weblogic Tags:

Weblogic (10.3) and Maven Integration – Part 2 (t3 admin channel)

August 24th, 2009 mohan No comments

This is a continuation of the Part 1, where in Step 3) creation of t3 admin channel was not given.This is step by step guide to creating an t3 admin channel. For some reason this is not available when configuring a domain (due to security requirements?), anyways this is a problem for local weblogic installation especially if using the weblogic-maven-plugin.

Categories: Weblogic Tags: ,

Maven Plugins magic versions (LATEST and RELEASE)

July 20th, 2009 mohan No comments

Maven 2 internally has a concept of two repositories:

Categories: Plugins Tags: ,

Java 5 Generics, Sun JDK and Eclipse JDT differences

May 17th, 2009 mohan 2 comments

Another one of those annoying differences between Eclipse JDT and Java (SUN) JDK, especially using generics. Sometime, you have to live outside the IDE to compile the code (e.g. CI), have you ever got bitten by this:

Categories: Java Tags: