I would like to obtain the JBoss Applic开发者_如何转开发ation Server 5.1.0 source code to go through it on Debugging mode.
Is there any way apart of XSTL which dynamically generates HTML form based on metadata specified inside a XML? Take note that I\'m d开发者_如何转开发eveloping a JAVA web application here. There won\'t
I have a stored procedure which takes a cursor as parameter. I have a namedquery defined in hibernate mappings to call the stored procedure...
I\'m trying to use Hibernate JPA but I need to create my persistence.xml (so I can use the entity manager correctly). I am unsure of what to create and where to place it.
I have been looking for a solution to create a modular web application, which is modular in the sense that user can provide its own plugin in form of a simple jar which will then provide its own data
For example, can I do the following @Stateless @LocalBean public class MyBean extends AbstractFacade<MyBeanEntity>
I\'m going nuts here... I have recently noticed that time is mis-presented in my JPA-managed entities, when I access a Date field:
What is the difference between facade and business delegate design pattern? Aren\'t both of them used for hiding business logic from the client开发者_运维技巧?Delegation is standing between the client
I was getting into trouble when tried to find a solution for myproblem. I have an xml Schema that I download from the internet and create SchemaFactory with it.
I have a weird (?) problem with an EJB I want to deploy to my Glassfish 3.1 application server. I have this bean, which should be executed continuously in Glassfish using the @Schedule annotation. T