D2J
D2J
- Subject: D2J
- From: Rob Caljouw <email@hidden>
- Date: Wed, 28 May 2003 19:27:57 -0400
Hi list,
Is anyone familiar with the initialization that take place when a D2JC
application starts? The application works well when it starts as a normal
EODynamicApplication. However, when I add a Login screen, based on the
example in "Building a Login Window" section of the Java Client Desktop
Applications book the menus do not appear. There is only the main
application menu and an Edit menu.
I also had to explicitly add Class.forName() to the Application class
because it did not load the appropriate JDBC drivers for the multiple models
in the application.
The Apple document describes removing menus and menu items but I couldn't
find any information on adding them. I don't want any extra functions just
the normal menus and items available.
Everything else appears to function just fine but I wonder what else does
not get initialized properly.
Any suggestions would be greatly appreciated.
Thanks in advance,
--
R.J. (Rob) Caljouw, P.Eng.
President
Bennett Technology Group, LLC.
Phone: 770-957-1866 (537)
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
- Follow-Ups:
- Re: D2J
- From: "B. Shank" <email@hidden>