
Seam
iteye_8138
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Seam with @GeneratedValue
when create entity with @Id, without @GeneratedValue at first time. the table need to be drop and recreate again.2009-05-13 14:24:52 · 89 阅读 · 0 评论 -
Seam Order by
1) setOrder("Calendar.datesStart asc"); 2) http://seamframework.org/Community/EntityQueryAndOrderingIssue2009-08-11 09:51:44 · 96 阅读 · 0 评论 -
Seam and JBPM
Practical JBoss Seam Projects Page 159 to 161 1) jBPM Supporting tasks implemented in variety of ways (web pages, business components, business rules, etc.), connected together with a structured w...原创 2009-08-04 11:48:02 · 134 阅读 · 0 评论 -
Seam's tips for Seam in Action (2)
Page 77 1) sort the enityHome List 1. Comparator 2. @OrderBy at the parent entity原创 2009-08-01 18:14:20 · 94 阅读 · 0 评论 -
Seam's tips for Seam in Action (1)
1) add entity by method-binding page 18 #{tipAction.add(tip)} public void add(GolfTip tip) { entityManager.persist(tip); activeTip = tip; facesMessages.add( ...原创 2009-07-30 14:32:43 · 127 阅读 · 0 评论 -
forge alpha4
error when upgrade to forge alpha4 Exception in thread "Thread-0" java.lang.NoClassDefFoundError: org/jboss/seam/forge/shell/plugins/Plugin at java.lang.ClassLoader.defineClass1(Native Method) ...原创 2011-06-11 15:16:10 · 114 阅读 · 0 评论 -
Seam Hibernate 延迟加载
1) Entity UnSerializable Annotation on property datatype byte[] 2) Build add instument onetoone table mapping may not working properly manytoone table mapping may work.原创 2010-01-06 09:48:51 · 102 阅读 · 0 评论 -
modaLPanel
http://yfyang.iteye.com/blog/262041 http://blog.youkuaiyun.com/gengv/archive/2009/06/12/4263633.aspx http://www.vine-server.com/blog/index.php?UID=1234967481 http://www.experts-exchange.com/Pro...原创 2009-06-18 14:37:32 · 133 阅读 · 0 评论 -
Using Sets in JSF
1)DataModel PersistentSet problem from rich subtable http://www.jboss.org/index.html?module=bb&op=viewtopic&t=113070&start=0&postdays=postDays&postorder=postOrder&highlight=highlight 2)Using Sets ...原创 2009-06-18 14:11:04 · 95 阅读 · 0 评论 -
Seam Tutorial 1.2: RichFaces and paged table
http://www.jroller.com/holy/entry/seam_tutorial_1_2_richfaces原创 2009-06-13 15:55:16 · 110 阅读 · 0 评论 -
Seam's tips (1)
空格 in XHTML   空格 #{' '} seam 2.1.2 RC2 admin login for identity manager SQL statements which are executed at application startup if hibernate.hbm2ddl.auto is 'create' or 'create-drop' ...2009-05-31 19:04:54 · 99 阅读 · 0 评论 -
Seam Hash Password
http://shervinasgari.blogspot.com/2009/02/hash-user-password-in-seam-211-manually.html public String saveProcessUser() { // Check if a new password has been entered if (currentUser....原创 2009-08-31 16:35:07 · 127 阅读 · 0 评论