Hello,
Currently I am using browser sessions and DB for user sessions. However, we know this will pose a problem if I use EC2 (Foundry) and have more then 1 server running.
What is the...
Type: Posts; User: HolmesSPH; Keyword(s):
Hello,
Currently I am using browser sessions and DB for user sessions. However, we know this will pose a problem if I use EC2 (Foundry) and have more then 1 server running.
What is the...
I am currently working on an application that will use Amazon RDS for the database and NOT EC2 servers, and EC2 for the Web Servers, etc.
It is my understanding that currently the DB configuration...
I do use logic sometimes in the getter setter methods. For me is depends on what the end goal is.. If I know what's being passed in will always have a value, or if the Getter is actually getting a...
In Spring 3.0, the annotation bindings have greatly improved in this area!
I upgraded from 2.5 to 3.0 specifically for this reason.
1) You can use @RequestMapping("/foo") simply using...
Anyone want to chime in with their favorite JSTL/JSP alternative and like three reasons WHY you like it?
I have migrated to 3.0 RC2 and REALLY like what I am seeing from Spring 3.0.
This...
Well I sat down today, and basically spent... THE ENTIRE DAY working from scratch on a new Spring 2.5 MVC app trying to replicate my requirements and making them work one by one..
Here I will...
I appreciate the posts, links, etc.
Please understand I am not trying to be a complete @$$ here... lol Sometimes things come across differently online then vocally, but while these examples show...
I appreciate the tutorial however it meets just about none of my requirements lol...
1) It's using .htm extension
2) It's already more complex then it needs to be using Jetty and Mavin
3) Is not...
After about three weeks of wanting to kill my self (This was more common 12 years ago when I started programming, not now however), I am finally decided to ask for some help..
I usually can't...