i'm looking creating small web framework on top of standard servlet-3.x specifications. main motive reduce boiler plate codes , abstractions. after read servlet specifications looks without using jax-rs or sparkjava can create small web framework api developments.
i'm planning use web-fragments method create framework level filters, , other beans , package jar. application developer create war project web.xml metadata-complete option set false.
i can see web-fragment project template in eclipse want develop project using maven. intellij can't see such options web fragment projects alone. want create simple maven project ship jar web-fragment.xml in it, other war projects can make use of it.
so there plugins or other options available develop web fragment projects in intellij ?
any jar file added web-inf/lib directory of web application technically "web fragment", whether has meta-inf/web-fragment.xml file or not.
therefore, need create maven project "jar" packaging , import intellij idea.
Comments
Post a Comment