[java ee programming] JPA:simple method to get all QUERYSET for a entity

2009-04-13 Thread Coonay
import javax.persistence.Entity @Entity public class Note implements IsSerializable { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) private Long id; private String notePoster; } what is the simple method(simple means the least code) to get the all records for entity Not

[java ee programming] good quality nike jordan shoes from china(www.cnnshoe.com)

2009-04-13 Thread good quality nike jordan shoes from china(www.cnnshoe.com)
good quality nike jordan shoes from china(www.cnnshoe.com) We are wholesaler of Nike Jordan and Other Shoes in China.there are many kinds of Shoes in stock, such as Nike Shoes, Jordan 1-23, Air Jordan, AF1, DUNK, Air max series etc. Most of them can be supplied surely on time. All of these shoes

[java ee programming] anyone interesting in about soa

2009-04-13 Thread Erdem Bozbağ
I need three examples for each one 1. Design Pattern Language 2. Design Standard 3. Best Practice --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with P

[java ee programming] JFreeChart - Plotting Mulitple Charts in JInternalFrame

2009-04-13 Thread Steve
Does anyone have a suggestion on how I can add multiple JFreeCharts to a single JInternalFrame? My only solution thus far has been to create the charts, add them to ChartPanels, add the ChartPanel to a JPanel, and then add that JPanel to a master JPanel that is added to the JInternalFrame. Seems

[java ee programming] Re: Problem using Http Session Attribute Listener

2009-04-13 Thread David López Luengo
Problem solve. As I suppossed it was a silly newbie error. I was adding the attribute to the request object but the new event listenter interface I was implementing was HttpAttribute*Session*Listener. I need to add the attribute to the whole session, not just a single request (since there could be,

[java ee programming] Problem using Http Session Attribute Listener

2009-04-13 Thread David López Luengo
Hello everybody... I'm doing homework of servlet advanced chapter of Sang Shin's course and I try just to log the invocation to the methods "attributeAdded" and "attributeRemoved" both from HttpSessionAttributeListener class. Inside the body of the servlet I add a new attribute to the request as t

FW: [java ee programming] Remotely access of MYSQL server

2009-04-13 Thread tariq masood
follow these steps 1) I comment the bind-address into c:\winnt\my.ini #bind-address = 127.0.0.1 2) msql> grant all on * to root identified by '12345678'; > Date: Fri, 10 Apr 2009 23:50:48 -0700 > Subject: [java ee programming] Remotely access of MYSQL server > From: star...@yahoo.com

[java ee programming] Re: Remotely access of MYSQL server

2009-04-13 Thread Evans
Anh le and all, There's no need to just repeat what has already been answered. In fact, this same question was answered by two other people including myself. Unless of course your contribution is adding something entirely different. Again, if you feel the need to help out, you can always go th

[java ee programming] LAB 4916

2009-04-13 Thread olivtt
Hi same problem for me under Windows xp sp3 and netbeans 6.5 as described here http://groups.google.com/group/java-ee-j2ee-programming-with-passion/browse_thread/thread/c111cedc02ac8a73/2918286fad95b0d5 I've tryied this http://groups.google.com/group/java-ee-j2ee-programming-with-passion/browse_th

[java ee programming] Re: MySQL server is not connecting from client computer

2009-04-13 Thread arreche arreche
Have you tried to connect using another client like SQLyog? I guess MySQL by default only allows connections from the same host. SQLyog MySQL GUI - Community Edition http://webyog.com/en/download_form.php?url=http%3A%2F%2Fwww.webyog.com%2Fdownloads%2FSQLyog805.exe On Fri, Apr 10, 2009 at 5:22 PM,

[java ee programming] Re: MySQL server is not connecting from client computer

2009-04-13 Thread Ewald Ertl
Hi, have you allowed the connection from a remote host in mysql? Have a look at grant ( http://dev.mysql.com/doc/refman/5.1/en/grant.html ) HTH Ewald On 10 Apr., 18:22, r...@ramadamultan.com wrote: > Hi > > Dear Sang and All members > > I have problem to connect MySQL server from another clie