Sergi Baila
- 活动总数 11
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 3
-
创建于 Problem using JPA console
I'm having problems runing the JPA console. I have a simple Java EE project and wanted to try this but all I got is this message:jpa-ql> select c.id from Cliente cjava.lang.RuntimeException: javax.... -
创建于 How can I make IDEA generate a build number automatically for my project?
So, that's the question. I want to just throw a build number somewhere in a file which is updated automatically by IDEA. I've thought of using the "pre-process" or "post-process" tabs on the artifa... -
创建于 JSF, Facelets and HTML 5 mix support on IDEA 10
Hi.I'm developing a Java EE 6 web app using JSF 2 with facelets templating. During development I needed to use custom attributes so I went with the HTML 5 standard:<div data-nota="#{nota}" data-al...