Author Archives: AU

Sharing Spring JdbcTemplate instance


Sharing experience dealing with a shared instance of Spring JdbcTemplate. Prior to sharing JdbcTemplate instance in our application, we injected a Datasource object directly into the DAOs and then in the setter method we created an instance of JdbcTemplate class. … Continue reading

Posted in TechTalk | 2 Comments

Install Weblogic on Mac OS X


Describes installation of Weblogic Server 11gR1 (10.3.3.0) on Mac OS X. This installation procedure has been tested on Snow Leopard, Lion and Mountain Lion. Download generic server jar from: http://www.oracle.com/technetwork/middleware/ias/downloads/wls-main-097127.html. Default file name is wls1033_generic.jar. You will need Oracle ID to … Continue reading

Posted in TechTalk | Tagged , , , , , , , , , , , , , , , , , | 7 Comments