Hi developers!
 
We are writing a simple MINA implementation to receive XML messages
from devices and store in it a DB2 / MySQL database (thousands of
devices sending XML in few seconds - still in design). I'm very new to
MINA and would like to know how to interface with databases.
 
1. Is there any XML parser - tried and tested - which may be inbuilt 
or coupled with MINA? (I read some XML codec is under development)
2. How to do database stuff? Is there anyone who has tried integrating
MINA with DB? (using JDBC/ Hibernate) 
3. How about connection pooling,exception handling, etc ?
4. Do I have to write an all-new MINA-database persistence layer? or
All my questions 
 
If some design just flashes in your mind, please let me know. A
step-by-step guide would be great. Any advice / help is greatly
appreciated.
 
You guys are doing a great job and I'm more than happy to contribute
anything I can.
 
thanks
Babu
 
 
 
 
 

Reply via email to