Still struggling where to put logic ?
I hope this read may help:
http://www.springframework.org/node/97
The responsability of
Presentation Layer
Business Layer
Persistence Layer
Domain Layer...
Type: Posts; User: josenyimi; Keyword(s):
Still struggling where to put logic ?
I hope this read may help:
http://www.springframework.org/node/97
The responsability of
Presentation Layer
Business Layer
Persistence Layer
Domain Layer...
The facade/dao 1-2-1 method mapping is not bad !
(mind that it's not always the case that you need this 1-2-1 mapping ...)
You may also need to have a look for instance to the jpetstore sample...
For the same reason as http://www.springframework.org/ is based on a PHP CMS (Drupal) as Colin explained it at http://www.springframework.org/node/69#comment-7
R,
José.
Thanks Rod for the hint.
I have just downloaded the Standard Edition and will start playing with it soon.
José.
Hello,
I'm working in a large corporation. Our Customer Service Dept is using a lot of Intranet web applications and for each webapp the user needs to type a username and password (if they still...
Thanks for the hint.
I gave a look to that readme.txt file and it's written there the following:
Is that means I should start from a given skeleton for my doc as well ?
What are using to...
Hello,
I would like to make my doc have the same look and feel as the "spring ref doc" one (html and pdf).
http://www.springframework.org/docs/reference/index.html...
Have you give a look to bettershop project ?
https://betterpetshop.dev.java.net/
José.
EJB3.0 seems to promote IoC too:
http://docs.jboss.org/ejb3/tutorial/injection/injection.html
José.
I was reading this article from TSS
http://theserverside.com/news/thread.tss?thread_id=29318
Now that EJB is getting improvement:
Will we still need lightweight container (like Spring) in...
BTW, how do you pronounce "Hibernate" out there :wink:
José.
Last year I have posted the following to struts list.
The subject was: "Struts Design Flaw".
Have a look to struts users reactions at:...