HTML-JSP-DB Com
HTML to JSP to DB s/w communications
-->For html to jsp communication use jsp file or url pattern either as href attribute value of <a> or action attribute value of form tags
- DBJspApp(EDWP)
- |-->webcontent
- |-->input.html
- |-->DBJsp.jsp
- |-->WEB-INF
- |-->lib
- |-->mysql driver
- |-->web.xml
-->Don't place out.println in the code, always use expression tags
-->Don't hard code jdbc properties,collect them from web.xml file as init param values
-->Involve all the three life cycle methods of jsp
-->Use all the three scripting tags of jsp
Note: Refer DBJspApp or DBJspApp1 folder of downloaded workspace folder
Comments
Post a Comment
Express your feelings