This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes EJB and other Java EE Technologies and the fly likes Can we keep style sheet outside the ear? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "Can we keep style sheet outside the ear?" Watch "Can we keep style sheet outside the ear?" New topic
Author

Can we keep style sheet outside the ear?

Alka S.
Greenhorn

Joined: Nov 29, 2003
Posts: 26
I am using Jboss as a Application and web server.
My ear contains war,jar. I want to keep style sheet outside the ear so user can change the style sheets as an required. So no need to build and deploy whole ear again.
Sebastiaan Kortleven
Ranch Hand

Joined: Mar 12, 2004
Posts: 81
you can reference to the style sheet using a full path instead of just the stylesheet name. Like this you can deploy another war that contains just the style sheet... I think...

gl
Harm de Laat
Greenhorn

Joined: Sep 07, 2003
Posts: 11
Originally posted by Sebastiaan Kortleven:
you can reference to the style sheet using a full path instead of just the stylesheet name. Like this you can deploy another war that contains just the style sheet... I think...

gl


Correct. You can even use the style-sheet from a complete different webserver.
 
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: Can we keep style sheet outside the ear?
 
Similar Threads
Stains out? PLEEEEEEZ HELP!
XSLT and default namespaces
strip space that I don't get!!!
length of select item
formatting JSON for jqGrid