Does Isis in its present state lend itself for large quantities of users who
can register hemselves and maintain their own personal records/details (like in
a simple CMS) or is it better to handle that on a future front-end angular app
apart from Shiro? What would you advice? At the moment I find it hard to
oversee...
But anyway: I need the objects in ISIS and will continue to build them ;-)
@javax.inject.Inject
private DomainObjectContainer container;
and then:
String userName = container.getUser().getName();
On 15 August 2014 18:34, wrote:
> In my Socrates app I created a class 'login' to manage future user
> front_end logins. How can I set the relationship between user and login so
> that each user can have at most one login?
>
>
>
>
>
>
�