不要重复 DAO! - 0 views
Valang Validator 攻略 - 0 views
Wrong Notes: Flexjson 1.5 is live! - 0 views
Cheat Sheets - ILoveJackDaniels.com - 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
hetland.org : Instant Hacking - 0 views
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.
udn數位閱讀網│互動雜誌 - 0 views
Luke - Lucene Index Toolbox - 0 views
-
Luke is a handy development and diagnostic tool, which accesses already existing Lucene indexes and allows you to display and modify their contents in several ways: browse by document number, or by term view documents / copy to clipboard retrieve a ranked list of most frequent terms execute a search, and browse the results analyze search results selectively delete documents from the index reconstruct the original document fields, edit them and re-insert to the index optimize indexes and much more...
-
-
- ...2 more annotations...
« First
‹ Previous
441 - 460 of 465
Next ›
Showing 20▼ items per page