1. Difference between Custom Tag and Java Bean? stackoverflow.comDifference between Custom Tag and Java Bean? |
2. Accessing JavaBean Methods using EL from JSP stackoverflow.comI'm migrating an old application from JSP 1.1 to JSP 2.1, and trying to do everything without scriptlets. I have a JavaBean that I create, populate and insert into the page ... |
3. Basically whatever I may do with "JavaBeans", "Servlets" etc (*.java files) needed to get compiled, I may also do it with JSP STANDARD TAG LIBRARY et... forums.netbeans.orgPosted: Sun May 17, 2009 12:37 pm Post subject: Basically whatever I may do with "JavaBeans", "Servlets" etc (*.java files) needed to get compiled, I may also do ... |
4. Tag library versus Javabean coderanch.comPersonally, I like to keep my JavaBeans very business-object like. That is, primarily data containers with some behavior. However, when I want to provide specific presentation behavior based on that data I use a custom tag. Motivations for the custom tag are "can this functionality be used across other pages in my app?" If so, and the behavior is not tied ... |
5. JavaBean and Tag Library!! coderanch.com |
6. jsp vs servlet, stardard tag vs javabean coderanch.com |
7. Using a JavaBean tags in a JSP page coderanch.com |
8. javabean or jsp tags coderanch.com |
9. Bug Interpreting HTML Tag in Java Bean using c:forEach coderanch.comCategoryModel.java public CategoryModel() { ArrayList |
10. unable to access methods of a javabean class using jsp tag library coderanch.com |