Thursday December 08, 2005
Develop Custom Realm in NetBeans I will write simple custom realm for Sun Application server in NetBeans. This realm will be used for authentication of users. I will implement very simple realm that will check password that are stored in Hashtable. I guess, extending this realm for using JDBC or other technology is easy task.
Implementation involves the following three steps:
<!DOCTYPE project [<!ENTITY RealmTargets SYSTEM "realm-targets.xml">]>
.......
&RealmTargets;