75 posts tagged springframework
Subscribe-
Understanding Spring Framework Hierarchical Context
http://fantastic.wordpress.com/ 2008/ 05/ 15/ understanding-spring-framework-hie…Not many people are familiar with the support that Spring framework has for hierarchical context. The question is why do we need such feature. This feature is useful in the scenario where your product has multiple web applications and all of them depend on a common framework or library.
-
CVSNT and JDeveloper Integration : Step by Step Approach
http://availabledomains.biz/ ?p=17471. Install CVSNT from http://www.march-hare.com/cvspro/#free and Select Complete Install and Install it on your Windows XP box. 2. Create CVS directories Create two directories on the target machine, c:cvsrepos and c:cvsreposcvstemp. If you have a separate disk partition to spare for CVS then use that instead.
-
Lessons Learned From Spring’s @Autowired
http://blog.rainer.eschen.name/ 2008/ 05/ 13/ lessons-learned-from-springs-autow…Last November we got Spring 2.5 and with it the possibility to use annotations for dependency injection (DI). Annotations can be used instead or mixed with the classic application context file(s) based on XML. If you compare the former more complex XML configurations with what you still have to keep, after using annotations, it’s quite amazing how straightforward the XML becomes.
-
Integrating flex 3 with spring security (formerly known as Acegi)
http://www.gridshore.nl/ 2008/ 05/ 11/ integrating-flex-3-with-spring-security-f…This article is actually about two things. It explains the basic steps to use the new spring security version 2 library in a java (web) application. I am going to show the basic configuration as well as web resource authorization and bean methods authorization. The other part is the integration of flex with spring security.
-
Senior Java Developer - Contract
http://www.jobs-it.ie/ senior-java-developer-contract-464Senior Java Developer - Contract May 9th, 2008 (Contract) Java Developer - Financial Services Market Leading Financial Services organisation 6 Mth contract Attractive Rates Are you a Java Developer with 5+years experience and looking to secure a new contract within the financial services industry?
-
JavaOne - Day Two
http://marklai.com/ 2008/ 05/ javaone-day-two/I realized my day numbers may be off since I’m counting the Java University as day one. Consider this a 1 based indexing. The conference kicked off with Sun’s general session “Java + You”. Some intro and demo on devices, including Amazon’s Kindle; impressive JavaFX applications that crashes, but still exciting nonetheless; Neil Young’s music archive project running on Java & PS3.
-
Closing Restore- Malikzadi Latifah 6/2/2007 11:00:22 PM
http://yyjtroy.wordpress.com/ 2008/ 05/ 05/ closing-restore-malikzadi-latifah-62…Altercation in connection with the PD Columnists: Scruggs takes on route to Regina Brett Cleveland Chapter Sheet- Cleveland,OH,USA Spiritual being mullah't necessitousness until front for melanic general public- since, Alter bring about Shelly Longs compare with Jack Latifah- when my flange is self
-
SpringSource’s GPL move highlights commercial concerns
http://blogs.the451group.com/ opensource/ 2008/ 05/ 02/ springsource-gpl-move-hi…Given the previous discussion on this blog and elsewhere about the commercial benefits of the GPL versus more permissive open source licenses it is fascinating (if you’re in to that sort of thing) to see that SpringSource has chosen the GPLv3 for its new Application Platform.
-
SpringSource Launches Java Application Server (PC World)
http://www.eatyournews.com/ 2008/ 04/ springsource-launches-java-application-ser…PC World - SpringSource, maker of the Spring Framework for Java development, will announce a new application server on Wednesday that it…
-
Using ehcache and verifying that it works with JPA and springframework
http://www.gridshore.nl/ 2008/ 04/ 29/ using-ehcache-and-verifying-that-it-works…How many projects have you done that had a possible issue with performance? How many times was the word Cache used in the same context? I have a very simple rule DON’T use it. Of course, like with every rule, there are exceptions. For one of our projects at JTeam we were asked to try and boost performance for a large data import.