deployment descriptor (RSS)

"J2EE development without EJB" reading notes (2)

Productivity Automatic Code Generation For general applications, instead of using code generation to deal with, it is better to find ways to reduce the complexity, such as the use of design as simple ...

On the java: comp / env

try ( Context ctx = (Context) new InitialContext (). Lookup ( "java: comp / env"); ds = (DataSource) ctx.lookup ( "jdbc / test"); conn = this.getConn (); ) catch (Exception e) ( Sy ...

About JSON

Abstract XML - this for that client and server data exchange between the payload format has become almost synonymous with Web services. However, because Ajax and REST technology applications that affe ...