PDA

View Full Version : Mike, what JSP package you use for content mgmt?


huiben
09-08-2003, 08:10 PM
Hey, mike, I notice you use jsp for mobile burn. is there a particular package you use for content management? or you write raw html and jsp? i am a developer, and I am one of those who like to help other developers as well. so I maintain a mobile developerment website (www.benhui.net) in which I also use jsp. but I am lack of a content management system. can you recomment something that you use?

thanks
ben

Michael
09-08-2003, 10:23 PM
It's Michael, actually.

As to the site, I use no commercial content system. The entire site is written in JSP (Tomcat v4) with a MySQL back end.

The admin system that generates the usage reports and populates tehdatabase with the stories and everything else is written in Cold Fusion. CF is good for that kinda thing since it is easy to develop a system quite rapidly, but it doesn't scale all that well and the last time I tried it on UNIX it was very unstable.