I'm working on a webapp with a (Spring) Faces front-end.
Now I would like to include an image gallery.
Someone in here knows where I could find an open source jsf (or java) based gallery?
Or perhaps it's peace of cake with some existing jsf components for me to build one?
All comments welcome.
Thanks in advance & kind regards,
Jochen
Bauke Scholtz
Ranch Hand
Joined: Oct 08, 2006
Posts: 2458
posted
0
Your question is too general and vague. What exactly is your interpretation of "image gallery"?
Bauke Scholtz wrote:Your question is too general and vague. What exactly is your interpretation of "image gallery"?
Sorry, I will try to explain a bit better.
What I'm actually looking for is a way to allow the users of my website/webapp to create galleries and upload images in their galleries.
Something like the PHP image gallery "coppermine" does but of course running in a Java environment and it doens't need to have all those special features.
I realise that the chance of finding a JSF based package for this might be slim but if someone would be able to point me to some jsf components which could help me building my own little coppermine version, that would also be appreciated a lot. An open source non JSF (but Java based!) solution would also be great of course.
I hope this explains better what I'm looking for.
Thanks and greets,
Jochen
EDIT: ps: I've already browsed through sourceforge a bit but haven't found anything good yet.
Bauke Scholtz
Ranch Hand
Joined: Oct 08, 2006
Posts: 2458
posted
0
No one library comes to mind, sorry.
You could create it yourself with under each h:graphicImage to display image and t:dataList to iterate over images.
But, futuristic? Haven´t heard that before. It´s not science fiction ;)
Y3K seems pretty futuristic to me! Must be really awesome to live in Curacao. You think there are still a lot of jobs open for Dutch speaking J2EE developers?
Bauke Scholtz
Ranch Hand
Joined: Oct 08, 2006
Posts: 2458
posted
0
Jochen Szostek wrote:Y3K seems pretty futuristic to me!
Oh, that! Hehe.
Must be really awesome to live in Curacao. You think there are still a lot of jobs open for Dutch speaking J2EE developers?
Here´s a shortage of professional Java EE developers. I know that under each SQL Integrator is still looking for more Java EE developers.
But we go offtopic ;)
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: Looking for Java based image gallery, preferably in JSF? Or create one myself?