Tagged Questions

0
votes
1answer
30 views

many-to-many JPA mapping inserting but not fething the child collections

Hello good people i've hit a block once again with hibernate.I posted numerous time on different aspect of the user and contact management i've building. here i have UserAccount, U …
0
votes
6answers
105 views

Eclipse as an IDE - What do you find missing as a beginner in Java?

I am working on a solution that aims at solving problems that newbie programmers experience when they are "modifying code" while bug fixing / doing change requests, on code in prod …
0
votes
2answers
32 views

PostgreSQL and JMS (Or other Pub-Sub/Callback Mechanism)

I want to have my PostgreSQL server send out notifications when a piece of data changes, preferably over JMS, but also considering any other Pub-Sub mechanism or Callback. Any ide …
0
votes
0answers
15 views

Smartcard application using J2EE

Hai guys, I want to know how a smartcard application can be done using j2ee.....
0
votes
1answer
41 views

HQL with a collection in the WHERE clause

Hello good people! I've been trying for the this whole a query who is officially giving me nightmares. The system is a user and contact management. So I have UserAccount, Contac …
0
votes
1answer
30 views

Recommended way to develop using Jetty and Eclipse

Hi, I am currently developing a J2EE application and I would like to use Jetty. I would like to have iot integrated with Eclipse, so I could debug the appliaction. I've tried ou …
1
vote
1answer
35 views

Looking for a simple, secure session design with servlets and JSP

I'm working on an intranet-only web application (J2EE) that requires some basic security features. There will be relatively few authorized users for the site, but I still need to i …
0
votes
6answers
61 views

java configuration file

I have a method : private String getProperty(String property) throws IOException,ConfigException{ //first test if the config file exists. String propertyFile = "DataTransfer/C …
0
votes
3answers
60 views

Functional depedency analysis

Developers who have used eclipse cannot miss out the Cntrl+Shift+G combo - the easiest way to find all references to a particular member/method/class in your workspace. Consider a …
0
votes
7answers
106 views

Call function periodically in Java

we need run one function periodically in Java web application . How to call function of some class periodically ? Is there any way that call function when some event occured like h …
1
vote
6answers
79 views

Which java web framework to choose for client side and server side validation?

We are currently searching for a java framework , that made validation easily on server side and both client side,Spring,Hibernate,Play are the framework choices that we are search …
1
vote
1answer
94 views

many-to-many (self referencing problem) vs double one-to-many

Hello! I'm facing some of the problem some of you already talked about and sorry to bring this out again. It's just like I still don't get certain aspect of hibernate. I'm using m …
0
votes
3answers
44 views

Why make an EJB rather than a Web Service?

I would have thought that there is a lot of information out there on this, but I haven't found anything that really answers my question. What are the advantages of making an EJB r …
1
vote
2answers
50 views

EXT GWT + java EE

Hello. My question is: what is the best way to send my jee annotated entity beans' data to the clientside to use it in a grid for example? Surely I could make the BaseModel-extend …
1
vote
3answers
32 views

Should the jndi name for a datasource be looked up by a ServiceLocator?

I have a J2EE webapp which is used to upload a file which is then processed by a database procedure. Because we do not want the webapp to have to wait until the database procedure …

1 2 3 4 5 49 next
15 30 50 per page