I just want users to login to the semantic application (not a web based) and enter her credentials and if user is first time visit, then he/she might be register first to the system. Since it is a desktop based application, I think Tomcat JNDI can not be the option?
On Thu, May 19, 2016 at 8:25 PM, Nicolas Paris <[email protected]> wrote: > Hi, > at least 2 ways > - tomcat JNDI (connection to a mysql database) > - you can store user login/authent as triple > > > > > > 2016-05-19 22:17 GMT+03:00 mehmet mehmet <[email protected]>: > > > What is the appropriate way to deal with user login/authentication > > information in a semantic based application without using a database? > > > > On Wed, May 18, 2016 at 5:46 PM, Martynas Jusevičius < > > [email protected]> > > wrote: > > > > > Not directly. You need an RDF wrapper - take a look at these: > > > http://ontop.inf.unibz.it/ > > > http://d2rq.org/ > > > > > > On Wed, May 18, 2016 at 5:15 PM, mehmet mehmet <[email protected]> > > > wrote: > > > > Is Jena support Sqlite database? If we have some data from database > in > > > > sqlite like user login etc, can we use it inside Jena ? > > > > I am new to JenJena and MySql. > > > > > >
