Im trying JSF2 CDI (weld) beans in eclipse helios instead of ManagedBeans, but can\'t do the auto completion inside the expression language for my Named beans (the #{myNamedBean.Ctrl+Space} thingy)
I\'m not a fan of JSF开发者_运维百科. Spring MVC makes a lot of sense to me and I\'ve used it in the past.
Let\'s say I have an interface called SocialNetworkService, and three implementations - TwitterService, FacebookService and FriendFeedService.
I have a MySQL database with many databases, each named for a specific customer. A webapp is deployed per customer. The name of the webapp determines the underlying database name. When the webapp sta
I am new to weld and consider what environment is useful for a web-application using CDI (Weld). I want to use JSF or Wicket for presentation and JPA/Hibernate for my persistence layer (including Tran
After 2 days of debugging and trying I have no other idea than asking you for a solution. I want to use CDI (on JEE6) in a Tomcat WebApp with only simple plain old java objects (yet).
I am using CDI and want to know how the caller is notified that the observer has observed an event or didn\'t.If no observes act on t开发者_如何学Gohat event, then I want to do something.I don\'t see
here is my DAO implementation, i will load the whole table and cached in memory for a certain period of time
guys i\'m new and i\'m not english. I have a problem with using js setInterval that simulate a user click, every X seconds, on submit button.
@Path(value = \"/user\") @Stateless public class UserService { @Inject private UserManager manager; @Path(value = \"/create\")