Slashdot Mirror


User: Nanboa

Nanboa's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Java-Android-JSP on Ask Slashdot: Tips For Designing a Modern Web Application? · · Score: 1

    What it sounds like that if you are comfortable building in Java the JSP framework would be a natural choice for you. Using JSP with a database to get the parameters and plugging them into the webpage would be an obvious choice and would make it easier to create an android app with it. A good book for designing and building android applications is Reto Meier series of books about android development. You could design the front end in something like dreamweaver and use the parameters to design the app with eclipse. These developments programs have excellent query halping hints with the programming and an application can be developed easily. For the apple end you could use a server or an LAMP setup and run the web page after DNS on your own server. A good book to use for designing is Bennett and Farmer's Object Orientated System analysis and design Second to fourth edition as it is important to design a web application fro the start so that you can scale it well. To tend to it run it on one or more servers and load balance it so that you have minimal downtime. Good luck with it.