Hi...I'm coming from a visual studio .net environment and am trying to understand the best way to develop web pages and web services in Java. IntelliJ seems like a really great Java IDE...however I am confused as to how to create a web service in IntelliJ or what sort of UI framework is generally accepted for IntelliJ development. JSP pages seem like an ASP equivalent and I am really hopefully looking for something like an ASP.NET equivalent with code behind controls, state management, etc.
Any feedback would be greatly appreciated!
Try @webservice in a jee 5 container.
Richard Kuo wrote:
Hi...I'm coming from a visual studio .net environment and am trying to understand the best way to develop web pages and web services in Java. IntelliJ seems like a really great Java IDE...however I am confused as to how to create a web service in IntelliJ or what sort of UI framework is generally accepted for IntelliJ development. JSP pages seem like an ASP equivalent and I am really hopefully looking for something like an ASP.NET equivalent with code behind controls, state management, etc.
>
Any feedback would be greatly appreciated!