Hi. You have mentioned that the data are stored in mysql. You are going to write a java program that will retrieve/manipulate the data. One reason for why you can use application server is to take advantage of some of the features of applications server such as connection pooling. Of course you can implement connection pooling of your own but it consumes time. If you use CMP feature, then it can help you in reducing the development time. But in my opinion the most important feature of any application server is scalabity in terms of number of users connected concurrently. If in your application the requirement of scalability is too high then I would suggest you to go for application server.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883521#3883521 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3883521 ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
