-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 5 posts ] 
Author Message
 Post subject: Wrapping persisten object by proxy?
PostPosted: Thu Jun 03, 2004 5:18 am 
Senior
Senior

Joined: Wed Aug 27, 2003 4:08 am
Posts: 178
Location: Wiesbaden, Germany
Hi all,

I'm playing around with idea to wrap my persistent objects with intercepting proxy ( for example for security checking )

Interceptor on session seems to be suboptimal for this puprose,
because I do not want to mess up with data loading, and while I can instantiate my interceptor proxy, I will lose control on it immediately
after instantiating it, and session will do loading of persistent data on the object, where my proxy shall not mess around...


Any ideas?

_________________
Got new hibernate xdoclet plugin? http://www.sourceforge.net/projects/xdoclet-plugins/
... Momentan auf der Suche nach neuen Projekt ode Festanstellung....


Top
 Profile  
 
 Post subject: hire ?
PostPosted: Mon Jun 07, 2004 6:22 am 
Newbie

Joined: Thu May 06, 2004 7:46 am
Posts: 9
Iam from india , any possibility of hireing ?

Thanks
S.Senthil


Top
 Profile  
 
 Post subject: Re: hire ?
PostPosted: Mon Jun 07, 2004 6:30 am 
Senior
Senior

Joined: Wed Aug 27, 2003 4:08 am
Posts: 178
Location: Wiesbaden, Germany
sskur wrote:
Iam from india , any possibility of hireing ?

Thanks
S.Senthil


got working permit? speak german language?

_________________
Got new hibernate xdoclet plugin? http://www.sourceforge.net/projects/xdoclet-plugins/
... Momentan auf der Suche nach neuen Projekt ode Festanstellung....


Top
 Profile  
 
 Post subject: Re: Wrapping persisten object by proxy?
PostPosted: Tue Oct 12, 2004 1:04 am 
Beginner
Beginner

Joined: Tue Jan 27, 2004 2:14 pm
Posts: 40
Location: Atlanta, GA, USA
ko5tik wrote:
I'm playing around with idea to wrap my persistent objects with intercepting proxy ( for example for security checking )

I am thinking about doing something like this. How did this work out for you? Can you share anything that you have discovered?

Thanks


Top
 Profile  
 
 Post subject: Re: Wrapping persisten object by proxy?
PostPosted: Tue Oct 12, 2004 4:37 am 
Senior
Senior

Joined: Wed Aug 27, 2003 4:08 am
Posts: 178
Location: Wiesbaden, Germany
tcollins wrote:
I am thinking about doing something like this. How did this work out for you? Can you share anything that you have discovered?
Thanks


I thinked around, and decided to put this logic into DAO layer.
I can rely on features of IoC containers for enforcing role based security ( i.e. answer to the question "does this user has this role" ) -
it can be done in completely non-intrucive way.


But I do not have good solution ( say: non intrusive ) to answer question "does this user owns this object"

regards,


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 5 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.