java beans...
hi ! i am aravind from sona college of technology,tamil nadu..
actually i am doing my final year project using beans.....
in the complete reference book,they have given some 7 steps
to develop our own bean.....
the steps are
1) create a dir for new bean ( ie) i am created c:\bdk\demo\sunw\demo\login as given in book.. where login is my pgm name..
2) then my source code(ie) using applet i am created a simple login form with button and text box... the pgm excuted with no errors..
3) then i am created the manifest file
(ie) Name: sunw/demo/logins/login.class
Java-Bean: True and saved the file as login.mft and placed in the dir c:\bdk\demo as told in the book.....
4) then i am created jar file
(ie) jar cgm ..\jars\logins.jar login.mft sunw\demo\logins\*.class
5) when i am started my bdk,, my pgm not in the toolbox window
but it should be there... and also when i am loaded my jar file,,,it is telling that invalid jar file... i am tried for 3 day but in vain....
can u give the solution with some useful demo programs....

