Create Login System with JAXB and EclipseLink

Unknwns

New Member
I want to create an XML schema that contains\[code\]<root><login> <username> </username> <paswword> </paswword></login></root>\[/code\]How can i read this values and use them for authentication, with or without JAXB.
 
Back
Top