1. Storing JSP Tags in a Database stackoverflow.comI have a requirement to store jsp content in a oracle database. I retrieve it from the database and store it in a string and output it by setting escapeXML to ... |
2. Where is the HttpSession data stored? stackoverflow.com
|
3. Storing multiple values in the Database. coderanch.com |
4. Storing multiple values in the Database. coderanch.com |
5. To read data from XL sheet & store it in database coderanch.com |
6. How to store French language in to Oracle ? Pls. help.. coderanch.com |
7. Store jsp content in database coderanch.comHello, Lets say I want save some content from a jsp page (HTML and jsp code) in a database. To make it simple I could have one field for the subject and one for the page content. But if the page content contains jsp code how is it then possible to execute that code? /* Data in database */ INSERT INTO ... |
8. To store multiple data in ResultSet coderanch.com |
9. datas storing twice from servlet to mysql database coderanch.comHi, I am storing some datas like username,logintime,logout time from my servlet program to mysql database.but when i login once ,the datas are getting stored twice.I cant find why this problem occurs? my code follows: package com.example.servlets; import java.io.IOException; import java.io.PrintWriter; import javax.servlet.ServletException; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.servlet.ServletContext; import javax.servlet.http.*; import java.sql.*; import javax.servlet.RequestDispatcher; import javax.servlet.http.HttpSession; /** * Servlet implementation ... |
10. I'd like to use a database to store i18n. Has anyone done this? coderanch.com |
11. Storing input labels in database coderanch.com |
13. How to Store and display Hindi (devanagari) script using jsp and mysql. forums.oracle.com |