Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
Support for string externalization process in JSPs
Eclipse 2.1 JDT Java perspective offers a really cool tool for handling string externalization process in Java code. A similar tool would be really useful to handle the same process for JSPs in existing webapps not based on frameworks…
How do you envision this tool working? Its much easier to do this on Java files as you can simply search for strings constants (with some minimal heuristics), but doing this in a JSP or HTML page would provide to be quite hard since most of the page may be free form paragraphs or sentences.