jboss « MVC Controller « Spring Q&A





1. Calling a .Net Window-based application using Runtime.getRuntime().exec from a Spring Controller running on Tomcat    stackoverflow.com

I am calling an exe file called myapp.exe via a Spring Controller; here is the code in the controller: Runtime.getRuntime().exec("D:\vmd\apps\myapp.exe"); myapp.exe is a C# .NET application. If I click directly on myapp.exe using ...

2. spring 2.5.6 @Controller does not work on JBOSS 7    stackoverflow.com

I recently migrated my codes from jboss 4.2.3 to jboss 7. There's something kind of weird and I can't figure out the reason. I used annotation @Controller at the top of ...