I use Jboss IDE as IDE. I have created a Hibernate project. and I get this error when deploying my .har (Hibernate project) :
I want to do a basic authenticator handler in SEAM. I put this in components.xml: <web:authentication-filter url-pattern=\"/test/resource/rest/*\" auth-type=\"basic\"/>
I am using Eclipse EE IDE and I am using the MySql Connector/J driver. How do 开发者_如何学CI set up a properties file with all the information(DB URL, DBusername,etc) Also I see that you need a DBnam
Appfuse开发者_Python百科 vs. Roo, what would you use and why? What are the sweet spots of each.As per the answer I gave to TheServerSide thread on this issue...:
Our application uses a topic to push message to a small set of subscribers. what sort of things should i look for when modeling a jms message with respect to the size of the actual message to be pushe
I created an EJB 2 named EvenementBean for test. I then deleted it. and whenever 开发者_JAVA百科trying to deploy my .ear project now, I get these errors :
I am brand new to Spring web MVC. I am trying to create a simple 1 paged site that will check the users browser and display the current theme f开发者_运维知识库or that browser.
given开发者_如何学Python a application: http://localhost:8080/myapp/ is it possible to enquire JVM through MBean/MXBean in which port the current application code is accepting requests? and also the