This is a migrated thread and some comments may be shown as answers.

Basic Login Application

1 Answer 55 Views
General Discussion
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
srinu
Top achievements
Rank 1
srinu asked on 11 Sep 2012, 01:27 PM
Hi,

I am new to JQuery Mobile Framework,

my requirement is to develop a login application where the user will be authenticated against the credentails in the database. 

I developed the application using Java/J2EE where the UI screens are JSP and all the authentication logic is written in servlet. The same needs to be developed in Jquery Mobile framework.
 
please suggest the way the forward. 

Thanks
srinu

1 Answer, 1 is accepted

Sort by
0
sdobrev
Top achievements
Rank 1
answered on 11 Sep 2012, 04:05 PM
Hi Srinu,

As you have described your requirements migrating to jQuery mobile is not going to be an easy task, because your current solution is tightly coupled and you are generating an HTML on the server using JSP. In order to do so you have to separate your logic into two parts: one that will contain the backend services and the other which will consume the services and build a UI on top of them. Then you can build a thin mobile client using jQuery that will consume the same services.

My advice for you is to ask the broader web community over at Stackoverflow to help you with your quest.

Hope this helps.
Tags
General Discussion
Asked by
srinu
Top achievements
Rank 1
Answers by
sdobrev
Top achievements
Rank 1
Share this question
or