享受代码,享受人生

SOA is an integration solution. SOA is message oriented first.
The Key character of SOA is loosely coupled. SOA is enriched
by creating composite apps.
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

06 2013 档案

摘要:public class CartMainTypeSelector {public static void selectCartMainType(CartContext context,CartOption options){Params params = context.getParams()... 阅读全文

posted @ 2013-06-28 15:16 idior 阅读(713) 评论(0) 推荐(0)

摘要:int officialShopId = shopId;group.setShopId(officialShopId);XmpUser xmpSeller = buildXmpUser(seller.getSellerInfo());group.setSeller(xmpSeller);L... 阅读全文

posted @ 2013-06-28 10:32 idior 阅读(642) 评论(0) 推荐(0)

摘要:public class CartViewRender { public static CartView renderMyCartView(Cart cart){ ErrorCodeEnum errorCode = null; try { ... 阅读全文

posted @ 2013-06-27 16:46 idior 阅读(689) 评论(0) 推荐(0)

摘要:public class BuyerHelper{ private static final UserRepository userRepository; public static void createAndCheckBuyer(Cart cart) { ... 阅读全文

posted @ 2013-06-27 15:38 idior 阅读(588) 评论(0) 推荐(0)