|
Simple JSP calendar. Uses system date to build html. Would be easy to plugin database access or turn into a larger application. Code: JSP 1.1 |
| |
Overall Rating:
 User Rated
| |
Small error  Written by Anonymous User (#1274-61) from WV (Friday, July 10, 2009)
 |
Strengths: Concise, good start Weaknesses: A few code errors out of the box Details: Just grabbed this script and played with it for a few minutes. Looks like a great base for what I need. I just wanted to point out that there is an error in the code. The opening <body> html tag is not well-formed and won't show up -- this needs to be corrected. Once I fixed this, it worked nicely out of the box. Also, the code depends on the file being named "cal.jsp" (in the html links) but this is easily changed. Review Based On: using demo only |
Thank you!  Written by Anonymous User (#1495-153) from Singapore (Friday, April 17, 2009)
 |
Strengths: Great Implementation to build upon. Weaknesses: None Details: Great implementation to build upon. The basic template is there, just need to modify as needed. Saved a lot of time for the current project that I am working on. Need to integrate it with the database now. Building an Event Web Application, was looking for a JSP implementation for calendar. Thumbs UP! Review Based On: 3 Hour(s) of usage |
jsp calender  Written by Anonymous User (#1388-100) from CA,USA (Thursday, August 09, 2007)
 |
Strengths: this is some what usefull Weaknesses: not so nice this is not given with examples Details: thos is ok not so good one no examples and brief explanation is given. Review Based On: using demo only |
Fantastic  Written by Anonymous User (#1616-259) from Melbourne, Australia (Saturday, October 21, 2006)
 |
Strengths: Ease of use, Easy to implement and add onto Weaknesses: none Details: Thanks a lot to the author of this. This saved me a lot of time. Very easy to add onto and the formatting of this calendar is great, code well structured too. Cheers Review Based On: 1 Day(s) of usage |
Excellent starting point  Written by S B from UK (Wednesday, September 20, 2006) Writer is with: http://www.forestry.gov.uk
 |
Strengths: Saves lots of coding time Weaknesses: no comment Details: While not exactly what I needed this code formed an excellent basis for customisation. The code uses the US convention with the first day of the week being Sunday and it could utilise constants from java.util.Calendar rather than explicit numbers in switch statements.
This is probably the most useful code snippet I have found this year so far.
Many thanks to the author for taking their time to share such a gem. Review Based On: 1 Day(s) of usage |
JSP Calendar to save coders millions of hours  Written by Anonymous User (#1666-315) from New Jersey (Friday, February 04, 2005)
 |
Strengths: Ease of placement, plain logic, etc Weaknesses: none Details: After trying to code a calendar from scratch and then searching google for some helpful examples, I ran along Jason's complete dynamic JSP Calendar code. It has saved me countless hours and is ready to have database values plugged into it. Either for personal use or for the corporate world. The JSP Calendar should be a stable in all Java Programmer's Code Repetoire. Review Based On: 1 Day(s) of usage |
| |
|