yes,it is from RCP.
if I deploy petclinic-server.war without modification, the error infomation are as following:
<2004-10-25 下午16时29分14秒 CST> <Error> <HTTP> <BEA-101216> <Servlet: "ws" fai...
Type: Posts; User: ligw; Keyword(s):
yes,it is from RCP.
if I deploy petclinic-server.war without modification, the error infomation are as following:
<2004-10-25 下午16时29分14秒 CST> <Error> <HTTP> <BEA-101216> <Servlet: "ws" fai...
hi,
I have a simple security test with petclinic.
I add security definitions to security-context-server.xml:
<bean id="clinicSecurityInterceptor"...
Thanks for your reply
According to your suggest, I take a test on basis of petclinic.
first, I add a method in PetClinicValidationRulesSource:
private Rules createTestDialogRules() {
...
hi
My validation work without a form
for example:
public class MyDialog extends JDialog {
JTextField textfield = new JTextField();
......
}
the same question!
how to get the previous view when many views exist at one time?
how to achieve the cascade of views?
thanks
thank Ben very much.
now I can authenticate whether a user is valid using Hessian protocol and retreive the GrantedAuthority[] of current user
from ContextHolder .
so there are two modules on...
:?:
my application is based on RCP + SessionBean + DAO,
and App Server is weblogic.
now I have some question about the remoting authentication and authorition. (should I use...
:?:
My application is spring-based,and the application server is Weblogic,
But can I use Acegi Security with WebLogic? and how to do?
Thanks!