Re: [java ee programming] struts

2010-09-21 Thread thiago moraes
http://struts.apache.org/2.0.14/docs/struts-2-spring-2-jpa-ajax.html 2010/9/20 Sơn Lê Đức > basics about struts. build a simple app web by struts 2 and hibernate ? > > -- > You received this message because you are subscribed to the Google > Groups "Java EE (J2EE) Programming with Passion!" gro

[java ee programming] Client UserName & Password

2010-09-21 Thread Nelson Rodrigo - LHQ
Dear Friends I want to get client’s pc name and also client username to my web system In these way I can only get hosting pcs name and there username String CompName=InetAddress.getLocalHost().getHostName(); String userName = System.getProperty("user.name");

Re: [java ee programming] Re: easiest way to connect to a database....... hibernate or ibatis ..

2010-09-21 Thread Marco Pivetta
Don't you get it in an easier way if you use the standard JPA included with JavaEE? If you're talking about the connector only, then also the Hibernate team suggests to use other connectors different from the one included in Hibernate ORM... Marco Pivetta - Ocramius Aethril http://twitter.com/Ocra