我正与甲骨文应用程序合作, 为甲骨文 i Store 应用程序定制 jsp 页面。 现在, 我们正在使用 DreamWeaver 查看和编辑 jsp 页面。 该页面可以使用 html、 littlelets 和 types 编码 。 我对 i Store 应用程序非常新, 并且可以使用 Eclipse 作为此 jsp page 的 IDE 。 或者其他更好的 IDE 吗?
I ve got an index.jsp with [snip] <% String name = request.getParameter("name"); String pass = request.getParameter("pass"); String globalname = "webeng"; String globalpass = "2009"; ...