neel architect

Greenhorn
+ Follow
since Mar 26, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by neel architect

Can i change any assumption of part 2 in part3 .Will it be allowed.
Had anybody made any changes???
Can i mention in the assignment that i want to use Webstart swing client with J2EE version 1.3.Will it be wrong
Can anyone will help
In my design swing client and web client connecting through web tier.In the web tier i am using declarative security .So In the component diagram do i have to show Login ,Logout delegate, AccountManager,AccountDAO.
As per my knowledge ,in declarative authentication,container will do authentication automatically.So i donot need to show in component diagram.
Wating for your suggesstion.
In my design swing client and web client connecting through web tier.In the web tier i am using declarative security .So In the component diagram do i have to show Login ,Logout delegate, AccountManager,AccountDAO.
As per my knowledge ,in declarative authentication,container will do authentication automatically.So i donot need to show in component diagram.
Wating for your suggesstion.
In my design swing client and web client connecting through web tier.In the web tier i am using declarative security .So In the component diagram do i have to show Login ,Logout delegate, AccountManager,AccountDAO.
As per my knowledge ,in declarative authentication,container will do authentication automatically.So i donot need to show in component diagram.
Wating for your suggesstion.
In my design swing client and web client connecting through web tier.In the web tier i am using declarative security .So In the component diagram do i have to show Login ,Logout delegate, AccountManager,AccountDAO.
As per my knowledge ,in declarative authentication,container will do authentication automatically.So i donot need to show in component diagram.
Wating for your suggesstion.
Mark, i am very unclear about how declarative web container security works.i looked at sun tutorial and designing enterpreise application security portion.I could not figure it out.
Can you explain me , how authentication/authorization works in web container as declarative mode .Thanks in advance.
In your architecture Swing client directly connects EJB tier or swing connects using protocol router as thin client .
If using protocol router then how you handle 5 secs performance issue.
Thanks Dipak for your reply.

Both are viable options. I connected SWING directly to EJB Tier .


I am planing to connecing swing through protocol router .But i am not sure how i will met 5 secs requirement.
My assumption,swing client is also internet so ,RMI i have to tunnel over HTTP.which is slower.and if i put web tier in a cluster mode,it will be faster.and maintenance point of view it is also better.is my argument correct.


still I have some confusion on handling security
I am going for decl security handling.

Web based clients can be authenticated by to let the web container (running on the web servers) authenticate the user and then propagate the User Principalto the ejb container (security propagation) and then the ejb container can handle the authentication/authorization portion of it.
In that case for do i have to mention AccountManager Fa�ade ,AccountDAO etc.or just mentioning decl security handling is enough

can i get your email dipak
Thanks Mark Egloff .
Still I have some confusion on handling security
I am going for decl security handling.

Web based clients can be authenticated by to let the web container (running on the web servers) authenticate the user and then propagate the User Principalto the ejb container (security propagation) and then the ejb container can handle the authentication/authorization portion of it.
In that case for SignOnFilter i have to mention AccountManager Fa�ade ,AccountDAO etc.or just mentioning decl security handling is enough
I am planning to have same structure for web and swing client.Both will connect web tier and then talk with EJB tier.
So in documentation ,or diagram how i can handle security.Any SCEA can help me Please....!!!
Great Score Dipak!!!
I have some questions
#Connecting Trasmaster is synchronous or asynchronous call.
#For sending Email can i use message driven bean
#How can i handle security for web tier(I am using Intercepting filter).Is it programmtically ,or changing config file.Where i get good materail on that.
#Swing client directly connects EJB tier or swing connects using protocol router as thin client
I have some questions
#Connecting Trasmaster is synchronous or asynchronous call.
#For sending Email can i use message driven bean
#How can i handle security for web tier(I am using Intercepting filter).Is it programmtically ,or changing config file.Where i get good materail on that.