Advertisement
Nickname
harmless
Registered since:
September 1, 2008
Short bio:
 
Home page:
 
Total posts:
30

Forum posts by m n:

2 pages [ 1 2 Next ]
Posted in All Buzz Forum, Feb 27, 2011, 11:41 PM
I have already argued that many application contexts are better than a single application context. But how the heck do you load more than one context? There are a couple of ways to do this. web.xml Your first option is to load them all into your Web application context via the ContextConfigLocation element. You’re already [...]
Posted in Java Buzz Forum, Feb 27, 2011, 11:41 PM
I have already argued that many application contexts are better than a single application context. But how the heck do you load more than one context? There are a couple of ways to do this. web.xml Your first option is to load them all into your Web application context via the ContextConfigLocation element. You’re already [...]
Posted in All Buzz Forum, Feb 27, 2011, 9:41 PM
This is the second part in an introduction to Architecture Rules. The first part, Architecture Rules 101 went over a short, sweet, and simple configuration. Reminder So remember, the basics of Architecture Rules is that it is Java. Open Source. Asserts architectural rules via unit tests. You write your rules in XML. Your run your [...]
Posted in Java Buzz Forum, Feb 27, 2011, 9:41 PM
This is the second part in an introduction to Architecture Rules. The first part, Architecture Rules 101 went over a short, sweet, and simple configuration. Reminder So remember, the basics of Architecture Rules is that it is Java. Open Source. Asserts architectural rules via unit tests. You write your rules in XML. Your run your [...]
Posted in All Buzz Forum, Feb 27, 2011, 7:41 PM
This is a short introduction to splitting up your bean definitions from one single Spring application context, to many application contexts. That is, from one XML file to many XML files. The general idea is to have one single primary application context, usually titled applicationContext.xml, and then many other application contexts with are...
Posted in Java Buzz Forum, Feb 27, 2011, 7:41 PM
This is a short introduction to splitting up your bean definitions from one single Spring application context, to many application contexts. That is, from one XML file to many XML files. The general idea is to have one single primary application context, usually titled applicationContext.xml, and then many other application contexts with are...
Posted in All Buzz Forum, Feb 27, 2011, 5:41 PM
This post on OpenSessionInViewInterceptor vs. OpenSessionInViewFilter gets a lot of views from developers who are searching “OpenSessionInViewFilter” and “OpenSessionInViewFilter”. I’d guess, a lot of them are looking for examples. I don’t want to disappoint anyone so here are example setups of both the...
Posted in Java Buzz Forum, Feb 27, 2011, 5:41 PM
This post on OpenSessionInViewInterceptor vs. OpenSessionInViewFilter gets a lot of views from developers who are searching “OpenSessionInViewFilter” and “OpenSessionInViewFilter”. I’d guess, a lot of them are looking for examples. I don’t want to disappoint anyone so here are example setups of both the...
Posted in All Buzz Forum, Feb 27, 2011, 3:41 PM
Problem: Assuming you’re using an ORM, such as Hibernate, rendering the view with business objects that have many-to-one or one-to-one relationships might try to access a detached object with a lazy property and throw a LazyInitializationException. For this reason, we’re provided with the Open Session In View pattern. Solution: The...
Posted in Java Buzz Forum, Feb 27, 2011, 3:41 PM
Problem: Assuming you’re using an ORM, such as Hibernate, rendering the view with business objects that have many-to-one or one-to-one relationships might try to access a detached object with a lazy property and throw a LazyInitializationException. For this reason, we’re provided with the Open Session In View pattern. Solution: The...
Posted in All Buzz Forum, Jun 10, 2009, 7:54 AM
Dzone just moved to new servers and changed their DNS yesterday. My local DNS has not updated yet so for me, Dzone is down still. I usually check the font page and upcoming links many times a day. While its been down I have had to look elsewhere. Mostly I have just been at javablogs.com. Where [...]
Posted in Java Buzz Forum, Jun 10, 2009, 7:54 AM
Dzone just moved to new servers and changed their DNS yesterday. My local DNS has not updated yet so for me, Dzone is down still. I usually check the font page and upcoming links many times a day. While its been down I have had to look elsewhere. Mostly I have just been at javablogs.com. Where [...]
Posted in All Buzz Forum, Jun 10, 2009, 5:54 AM
Search This Book Published by Apress, August 2008 416 pages ISBN 1430209739 The Good Numerous practical examples from the Netbeans API and the JDK. Each chapter introduces a concept that could profoundly change your code. Practical situations with concrete examples. Explanations for novices and experts. The Bad System.out .println Have to read...
Posted in Java Buzz Forum, Jun 10, 2009, 5:54 AM
Search This Book Published by Apress, August 2008 416 pages ISBN 1430209739 The Good Numerous practical examples from the Netbeans API and the JDK. Each chapter introduces a concept that could profoundly change your code. Practical situations with concrete examples. Explanations for novices and experts. The Bad System.out .println Have to read...
Posted in All Buzz Forum, Jan 7, 2009, 9:17 AM
var dzone_style="2";Dzone has been down most of the day for the past couple of days. I usually check the font page and upcomming links many times a day. While its been down I have had to look elsewhere. Mostly I have just been at javablogs.com. Where do you go to read about code when DZone is [...]
2 pages [ 1 2 Next ]
Advertisement