_ You have a typo inside project title : "Link keeper is a web application based on JSF (Java Server Pages)". Of course JSP is "Java Server Pages" and JSF is "Java Server Faces", so it must be JSP instead of JSF. As these acronyms are very near, both for Java technology, and both suitable for such web project, it is easy to get confused from time to time.
_ There already are Java CMS open source projects such as "Lenya" or "Magnolia" around for example, I would like you to elaborate the need for a new one for there is little interest of developing what already exists, except for personal skills development and public fame which are good points too. What would your CMS project do that the others "concurrents" don't ?
Best regards.
Eric LEMAITRE
CNAM IT Engineer, MS/CS (RHCE, RHCX, SCJA, SCJP, SCJD, SCWCD, SCBCD, SCEA, Net+)
Free Online Tutorials: http://www.free-tutorials-online.net/
Anonymous
Ranch Hand
Joined: Nov 22, 2008
Posts: 18944
posted
0
Eric, thank you for your remarks
I planned to use JSF, but then decided to switch to Struts, so made typo during changing summary info.
I know that there is already java CMS available. I downloaded Magnolia few monthes ago, and of cource I'll look at "Lenya" ASAP
my aim is to create simple and extensible base for creating web solutions. also I have plans to have both "online" and "offline" modes.
and for sure I'm looking for skills improvement (maybe some fame)
Of course the mandatory preliminary issue before starting such a project is checking what the other existing already do, so what yours would do that the others don't.
Keep us tuned of your analysis. Making a synthetic analysis of these existing Java CMS projects will already be an interesting fact, I whish I would read it.
TIA, best regards.
Anonymous
Ranch Hand
Joined: Nov 22, 2008
Posts: 18944
posted
0
Eric,
thank you a lot for links!
ssara sai
Greenhorn
Joined: Dec 11, 2004
Posts: 2
posted
0
Originally posted by <marvin.tm>: I invite you to participate in link-keeper project
I just started pilot project (it will keep links by categories), but plan to grow it to easy and flexible CMS
I use Struts, JSP, Hibernate
thank you Hi iam interested:can u pls mail me at my id:saraswaroopa@rediffmail.com P.S. there is no "location" - it's opensource
Anonymous
Ranch Hand
Joined: Nov 22, 2008
Posts: 18944
posted
0
Eric! thank you a lot! I'm reading JSR-170 now, and its quite promising. also there is some implementations of JSR-170 available already.
so it makes my task easier! I don't need to implement my own repository. I plan to move linkkeeper to some CR implementation to test it.
also it reminded me one project I participated, were we did almost the same (including access using XPath) which is now part of JSR-170. but it was few years ago