jspell

Access static property or method in JSP via EL 3.0 (JEE7; Tomcat 8)

旧城冷巷雨未停 提交于 2019-12-29 05:40:08
问题 I'm using tomcat 8.0.9 (servlet 3.1, jsp 2.3, el 3.0) and trying to access a static property from a jsp page like so: ${Boolean.TRUE} There is no error, but no output appears in the rendered result. What am I doing wrong? EDIT The answer to this question (marked as duplicate question) claims that since EL 3.0 (JSR-341, part of Java EE 7), it is possible to reference constants for all java.lang.* classes as they are implicitly imported and available like so ${Boolean.TRUE} This answer is NOT

Google Spell check URI not working

喜你入骨 提交于 2019-11-29 15:21:02
问题 http://www.google.com/tbproxy/spell?lang=en can any one help me finding google spell check API Url 回答1: Check this link and replace test with your suggested word - www.google.com/complete/search?output=toolbar&q=test 回答2: From searching around it appears the Google spell service is no longer available. It was never officially supported so I guess it just went away. I've just replaced my implementation with After the Deadline. This is a pretty impressive project, has a very nice jQuery plugin