web应用实例.ppt

web应用实例

web.xml web-app …… listener listener-classcom.sun.bookstore1.listeners.ContextListener/listener-class /listener servlet…/ servlet …… /web-app Sharing Information The cart, currency, and counters can be set and read by multiple multithreaded servlets. To prevent these objects from being used inconsistently, access is controlled by synchronized methods. ShoppingCart …… public synchronized void add(String bookId, BookDetails book) { if(items.containsKey(bookId)) { ShoppingCartItem scitem = (ShoppingCartItem) items.get(bookId); scitem.incrementQuantity(); } else { ShoppingCartItem newItem = new

文档评论(0)

1亿VIP精品文档

相关文档