aspose file tools
The moose likes iOS and the fly likes Spring MVC web application on iOS Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Mobile » iOS
Reply Bookmark "Spring MVC web application on iOS" Watch "Spring MVC web application on iOS" New topic
Author

Spring MVC web application on iOS

Rahul KulkarniMysore
Greenhorn

Joined: Nov 20, 2012
Posts: 5
I support a Spring MVC web application that runs on Tomcat 7 and writes to a Microsoft SQL Server database.
How easy is it to have this application support/run on the iOS framework i.e. iPhone, iPad etc.
Are there any automated tools to do this?

Thanks in advance.
Rahul
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56233
    
  13

I assume you mean besides just hitting the web app with a browser?

Are you thinking that you need to run Tomcat on the device?


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Rahul KulkarniMysore
Greenhorn

Joined: Nov 20, 2012
Posts: 5
This is a web application that is already running on Tomcat and is in use via traditional displays.
What I am seeking help on is making it iOS compatible.

Thanks.
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56233
    
  13

Still not sure what you are after. Unless it uses Flash, just about any web page is compatible with iOS browsers.

Or are you asking about responsive design which has nothing at all to do with Tomcat or Spring or any other server-side technology?
Rahul KulkarniMysore
Greenhorn

Joined: Nov 20, 2012
Posts: 5
Responsive design it is.
Are there any tools that would help me with it?

Thanks,
Rahul
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56233
    
  13

HTML, JavaScript and CSS.

To a smaller extent frameworks like jQuery Mobile and iUI, and grid-based CSS frameworks such as Bootstrap.

Even with tools, it needs to be hand-crafted with love.
Rahul KulkarniMysore
Greenhorn

Joined: Nov 20, 2012
Posts: 5
Thanks.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Spring MVC web application on iOS
 
Similar Threads
Spring 3 in distributed environment
Next framework to choose ?
entry for the location of [servletname]-servlet.xml file in the web.xml
Wicket vs Spring WebFlow?
[Spring Web Flow 2] Can Spring Web Flow work with Spring Web MVC?