• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

authenticating User!

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello everyone!

I'm trying to make a User Authentication for a small project in GWT, I'm new in this business! I'll post to the point where I am and I wish someone would help me to keep me!

All information is welcome!
Thank you!

I'm using Hibernate with MySql database.


my Serice

my Service Async


My ServiceImpl. Here I am struggling to finish the code ...

Any idea how I can finish this code?

Thank you!
 
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You will need to query the DB if the given username+password combination is valid. If yes, you will need to populate the AutenticaLogin object and return it back. You will also need to figure out how you plan to let the UI know that the credentials are wrong. Return a null object or throw a custom ValidationFailedException or something.
Your question is not related to GWT really. I will move it over to the ORM forums for you.
 
Leonardo Terrao
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ok!
Thank you!

My User interface I've ever ridden!
Sorry for the level of the questions but I am an adventurer! Everything is new for me Java, Hibernate and GWT.
This query is valid and return?
 
reply
    Bookmark Topic Watch Topic
  • New Topic