Mann B

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

Recent posts by Mann B

hi Mery,
Security in Web context has many angles by its own. There are issues related to access to a resourse by the end user. For eg. If u have a JSP page then whoch users or roles are allowed to access it. From which page the access could be allowed. Alo u can have some parts in that JSP page which could be accessible by certain users and not accesible by certain users.
And this can be achieved by many ways.
Regards
Mann
20 years ago
hey
can you give the details of the project.
Regards
Mann
Hi
This a link for Struts Studio on eclipse. I found it quite easy to use and configure
check out!
http://www.exadel.com/products_strutsstudio.htm?source=JDJSponsorship.jan
Mann
Hi Friends,
I am working on a project on Weblogic 4.5. We have Entity Beans for Database Access, and all the database access is done through static methods in the EJB. And in turn they are called by session Beans so no remote access issue. Its working fine. Now the issue is, is this way of usage of Entity Beans is good? Also will there be any concurrancy and sunchronization related issues? For e.g. if more than one cilent accessing the same static method at same time, what will happen? one will wait while other gets processed?
Anticipating Ans from all directions
Thanks in Advance
Mann