Contents contributed and discussions participated by Benx Shen
不要重复 DAO! - 0 views
Valang Validator 攻略 - 0 views
Wrong Notes: Flexjson 1.5 is live! - 0 views
Raible Designs | Proposed Tomcat Enhancement: Add flag to escape JSP's EL by default - 0 views
-
Hello all, I'm working for a client that's using a proprietary Servlet/JSP-based framework that runs on Tomcat. They have their own custom JSP compiler and they're looking to move to a standard JSP compiler. One of the things their compiler supports is automatic escaping of XML in expressions. For example, ${foo} would be escaped so <body> -> &lt;body&gt;. JSP EL does not do this. It *doesn't* escape by default and instead requires you to wrap your expressions with <c:out/> if you want escaping. I'd like to ask what developers think about adding a flag (similar to trimSpaces in conf/web.xml) that allows users to change the escaping behavior from false to true? I think this is a good option to have as it allows security-conscious organizations to paranoid and escape all content by default. Thanks, Matt
JDBC Logger - - 0 views
-
What is JDBC Logger? JDBC Logger is an Open Source Java tool that intercepts and logs all database statements that use JDBC. It is intended for developers to monitor SQL statements generated by EJB, Hibernate or any other database access tool that doesn't display them in clear.
勞虎跑得快 » Blog Archive » REST 的口水正在洩洪 - 1 views
集成SVN源碼管理和Mantis缺陷跟蹤 - 0 views
JavaScript: The World's Most Misunderstood Programming Language - 3 views
-
Why is this language so misunderstood?
-
Is JavaScript object-oriented? It has objects which can contain data and methods that act upon that data. Objects can contain other objects. It does not have classes, but it does have constructors which do what classes do, including acting as containers for class variables and methods. It does not have class-oriented inheritance, but it does have prototype-oriented inheritance.
Douglas Crockford's Wrrrld Wide Web - 0 views
Top 10 CSS Tutorials - Cameron Olthuis - 0 views
« First
‹ Previous
161 - 180 of 236
Next ›
Last »
Showing 20▼ items per page