Hi folks,

a rather simple question I wasn't able to find an answer to on my own:

What's the difference between an ASO and a "normal" HiveMind service
in terms of it's usage in Tapestry? When should I use an ASO/normal
service to package some logic?

Both can be simply injected into pages and IMHO seem to provide the
same "funcionality"...

I want to create a (simple) Security-service (=something checking for
example that person_A is allowed to load object_B from the database)
where I can call a method with person_A_id and object_B_id as parameters
and which throws a SecurityException if necessary. Should I take
an ASO or is a normal service "enough"?

Thanks!
  Andreas

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to