I am working on an enterprise project that has an EJB module and a web project running on GlassFish v3.1, Weld v1.1 and Jersey. In the EJB I have defined an entity class Manufacturer and generated a s
I want to define a template using a JspFragment. That\'s why I created the following Tag class: public class CreateTemplateTag extends SimpleTagSupport {
What is the difference in Hibernate of cfg.setProperty(Environment.DEFAULT_SCHEMA, \"exampleDB\"); with
I have a super entity class with Inheritance strategy TABLE_PER_CLASS defined in my EJB project. I tried to use EJB3Unit for unit testing but only to realize that Inheritance strategy TABLE_PER_CLASS
my requirement is to develop rich web applications quickly and开发者_如何转开发 easily, and the framework must be easy/compatible with spring something like IceFaces
I have a specific question about Java EE architecture. I have an application that requires several components:
i\'m trying to generat pdf files using iText, i want those files to be opened directly on my chrome browser so here is my print method\'s code:
Lest\'s consider that I have the following: public class MyRunnable implements Runnable { public void run() {
I saw the Tomcat v6.0.2 in a list of third-party开发者_运维问答 components in notices.txt that came with the installation package. Does this mean that Tomcat used as a servlet/jsp container?That sound
I\'m using Mojarra 2.1.3 (FCS b02) on Glassfish 3.1.1. When I use @FacesConverter(forClass=BigDecimal.class)