Hi guys I just need some enlightenment on how I should implement one of my projects. I've been migrating my codes from unmanaged to manged code and I chose Java as one of our primary PL to use. From time to time I've used some of Java products like GlassFish. I wonder how its configuration settings is done via a web application. I know I can create my own light weight web server on Java but I don't want to re-do the wheel and don't even know how I will handle JSP to communicate directly with my code.

Is there any Java API that lets you host JSP on a embedded web server to communicate directly inside your java apps just like GlasshFish and Openfire?

I'm not quite clear as to what your end requirements are but as far as embeddable containers go, Jetty and Grizzly are worth a look.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.