java ee - WAR - JSPs and resources inside jar library? -
i'm creating java ee web application , need design in modular way. idea create core .war package , in case of need add modules it's .jar libraries. question is: can put example html, jsp, css etc. inside jar bundled .war , how can access them .war?
for example if customer needs discussion forum, i'd add .jar module including required jsps, css , on , make accessible like
http://my-web.com/forum/index.jsp
thanks
this seems plugin mechanism application server. may want check out apache felix or other osgi implementations , embed them in application server. can later add osgi bundles plugins system.
Comments
Post a Comment