[jboss-user] [JBoss Seam] - Re: Simple question: finding the client IP address in a sess

norman.richards@jboss.com do-not-reply at jboss.com
Sun Jan 7 02:40:47 EST 2007


My view is that ideally you should never have to think about URLs or request parameters or session variables when writing a web application.  Or at least you shouldn't have to think about them any more than you think about your database tables and columns when writing code to use an entity.  Sure you need to worry about your column name when creating the mapping meta-data, but when you call person.setName(), you shouldn't be exposed to any of that.  



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998638#3998638

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3998638



More information about the jboss-user mailing list