[java ee programming] generate http request headers

2010-07-12 Thread Ken
any ideas how to generate http request headers? Reading HTTP request headers are easy, but I want to write a java program to generate it and send to an URL. -- You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" group. To post to th

[java ee programming] JSF design pattern

2010-07-12 Thread aykut kanyılmaz
Hi, I use jpa,spring and jsf. My project is actually very simple and useful. The project is User Management System. My problem is about performans. When I directly use jpa's domain (entity) in jsf page, my request is re-request it self a lot of. My project leader said that there were a lot of desig