You need to sign in to do that
Don't have an account?
Trying to develop login app on developerforce.com
I want to develop login application on developerforce.com. Previously I developed such web project in java using Eclipse IDE. It was validating login request using username and password stored in MySql database. I used JSP and servlet for this.
I created some web pages using JSP for accepting user's name and password; and for indicating successful or failed login. I created servlet which accepts HTTP request. then I connected my app to Mysql using JDBC. and finally sent HTTP response back, which is displayed on web page.
I want to develop same application on developer force. From where should I start? How to connect visualfroce web pages to db? Whether I have to store each (username . password) as a object? Where to write code for authentication? Can anybody help me with this?
Actually I want to develop client-server app where client can see her details stored in database and can update her details. But she can access this service only through web interface. i.e client won't required to login via salesforce's standard UI. Instead she can use visualforce web page to use this app. How can I connect visualforce web page to database(i.e. objects)? How can I search that client in created objects and can display details on web page?
http://wiki.developerforce.com/page/An_Introduction_to_Force.com_Sites
Thank you!!