This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JForum and the fly likes Storing jforum user outside jforum database Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » JForum
Reply Bookmark "Storing jforum user outside jforum database" Watch "Storing jforum user outside jforum database" New topic
Author

Storing jforum user outside jforum database

Migrated From Jforum.net
Ranch Hand

Joined: Apr 22, 2012
Posts: 17424
Hi,
i would like that jforum reads users from a webservice and store it throw other webservice instead of doing it on the jforum database.

Basically i want that jforum users are replicated in other source than the jforum database for having some data relative to jforum available for other applications.

The legacy applications only know how to read data from this webservice and this webservice can not access jforum database.

Is that possible with jforum?

Thanks in advance
[originally posted on jforum.net by dloureiro]
Migrated From Jforum.net
Ranch Hand

Joined: Apr 22, 2012
Posts: 17424
The easiest method is look at the SSO documentation/posts here and create a custom SSO implementation class. With this method, you still have entries in the jforum_users table and what you're trying to do with the SSO code is to keep it updated with info from your "Master" authentication info.

A more complex (and more coding) way is to look at modifying the underlying Data Access Objects (DAO classes) so that the jForum user entity object fields that map to your master authentication source's info (e.g. username, e-mail, name, and the like) are populated and stored there.
[originally posted on jforum.net by monroe]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Storing jforum user outside jforum database
 
Similar Threads
4 Problems Interacting Simultaneously
Archiving existing yahoo group to JForum
SSO - email and password in Session
Connecting to other websites
Constant Connection Pooling inside Jar?