Deal of the Day

Home » Main » Manning Forums » ceracm

User Profile: ceracm


User Profile for: ceracm
UserID: 587
Username: ceracm
Name: Chris Richardson  
Email: cer@acm.org  
Status Level:
Manning Author (73)
Avatar:  
Registered: 3/2/04
Location: Oakland, CA
Total Posts: 73
Recent Messages:
Re: build pojos in action failed
 
Author Online » 2005 » POJOs in Action, Jun 22, 2007 3:46 PM
The javadocs say this about java.lang.ClassFormatError * Thrown when the Java Virtual Machine at...
Re: A Scenario - What is a elegant solution?
 
Author Online » 2005 » POJOs in Action, Feb 20, 2007 3:36 PM
A few different options come to mind (for a non-Spring application): 1. The factory reads the cla...
Re: Multi tier design recommendations
 
Author Online » 2005 » POJOs in Action, Jan 14, 2007 10:26 PM
A couple of reasons to use session beans: 1. You need to support remote clients that begin a transa...
Re: A Scenario - What is a elegant solution?
 
Author Online » 2005 » POJOs in Action, Jan 14, 2007 10:24 PM
hmm... Why do you think you could not subclass Order? Presumably there would be a factory respo...
Re: services : pb of analysis or design
 
Author Online » 2005 » POJOs in Action, Jan 7, 2007 12:30 PM
Hmmm... depends on what you mean by analysis and design :-). One definition: * analysis = und...
Re: Update detach object using POJO facade
 
Author Online » 2005 » POJOs in Action, Jan 7, 2007 12:26 PM
You could just use: PlaceOrderFacade.update(PendingOrder pendingOrder) The facade's client ju...
Re: dividing responsabitlies in a model?
 
Author Online » 2005 » POJOs in Action, Jan 7, 2007 12:24 PM
My guess is that the behavior should go in the classes themselves. class Policy { List<Plan> p...
Re: JMock
 
Author Online » 2005 » POJOs in Action, Jan 7, 2007 12:19 PM
Many of the tests in my book use JMock and it definitely can be useful for TDD. However, if you a...
Re: how to access repository from domain object? again
 
Author Online » 2005 » POJOs in Action, Jan 7, 2007 12:14 PM
Sorry for not replying sooner - December was a hectic month: holidays and JavaPolis. You raise a ...
Re: Build error with maven
 
Author Online » 2005 » POJOs in Action, Jan 7, 2007 12:08 PM
Sorry for the delay in replying. Were you able to solve the problem? Which version of the source c...