J2ME help!

Malaysia
December 18, 2006 8:28pm CST
i wan design a login page in J2ME, i need to read username password, and how to match the user i already create?
2 responses
• India
10 Mar 07
Using a database like SQL with j2me is not possible . So we use xml sheets to store different usernames and passwords. you need some jaxp knowladge for that.If you dont know all that stuff better you can store all names and passws in a text file in that jar file itself and retrieve data from that text file using streams concept.which is basic and fundamental one.only problem with this is that u dont have security..
1 person likes this
@valmiki (84)
• India
30 Dec 06
Well in Java Web development, J2EE, we use SQL. And in general whenever it comes to storing data, the first thing that comes to my mind is database, and hence SQL. Cant you use SQL with J2ME