Tagged Questions
1
vote
0answers
633 views
Java Web-Application deployment and initialization
I'm developing a web-application for managing and sharing images and more general media-types at all.
My technology stack is:
Java 6
Spring 2.5x
JPA 1.0
JCR 1.0 with Jackrabbit 1.6.x
ACID-able DB ...
0
votes
1answer
80 views
Jboss order loading problem
Imagine we have 2 wars to deploy. First war should load some data into JCR repository, or any other storage. Second war uses data that is loaded by first war in storage.
Now we have situation when ...