Chamil Thanthrimudalige
2007-03-01 06:44:43 UTC
hi all,
Implementation needs a new Deployer and a new MessageReceiver. The
new Deployer will be called when a file with extension "dbs" is
dropped in to the directory "db_services". I am not sure whether this
is the best folder name and extension to use. So if some one has any
suggestions please let me know.
The Deployer will read the configuration file for the service and
create a DBInfo object from it with the relevant details. It will
then set this as parameter in the new AxisService object. An instance
of DBMessageReceiver is attached to all the operations that are created.
All processing code will be in a static utility class called DBUtils.
Any feedback about this design is most welcome.
Best Regards,
Chamil Thanthrimudalige
Implementation needs a new Deployer and a new MessageReceiver. The
new Deployer will be called when a file with extension "dbs" is
dropped in to the directory "db_services". I am not sure whether this
is the best folder name and extension to use. So if some one has any
suggestions please let me know.
The Deployer will read the configuration file for the service and
create a DBInfo object from it with the relevant details. It will
then set this as parameter in the new AxisService object. An instance
of DBMessageReceiver is attached to all the operations that are created.
All processing code will be in a static utility class called DBUtils.
Any feedback about this design is most welcome.
Best Regards,
Chamil Thanthrimudalige