You can not directly write your data to the database.
the sand box doesn't let you or you have to sign your
applet which is really a bother.
instead, the simple way is that you send you data as a
serialized object to your server side servlet and let
the servlets do the rest.