[java ee programming] Re: I can't submit my exercise to j2eehomewo...@sun.com

2010-03-04 Thread miga
On 4 mar, 11:16, Ray Disc reddd...@gmail.com wrote: I submitted my homeworks to j2eehomewo...@sun.com but have not completed the course Java EE (J2EE) Basics yet. Are those emails sent to that address forwarded to j2eehomewo...@javapassion.com? If not, do I have to resubmit the homeworks

Re: [java ee programming] I can't submit my exercise to j2eehomewo...@sun.com

2010-03-04 Thread ming inn yeoh
Thanks Mihai... It works fine :) have a nice day! On Thu, Mar 4, 2010 at 4:01 PM, Mihai DINCA mihai.di...@free.fr wrote: Hi Minginn The address changed from j2...@sun.com to j2...@javapassion.com. So just send the homework to j2eehomewo...@javapassion.com. Hope it helps mihai minginn a

[java ee programming] Re: sorting in displaytag.

2010-03-03 Thread navS
sure, code starts from here. %@ page language=java pageEncoding=UTF-8% %@ taglib uri=http://struts.apache.org/tags-bean; prefix=bean% %@ taglib uri=http://struts.apache.org/tags-html; prefix=html% %@ taglib uri=http://struts.apache.org/tags-logic; prefix=logic% %@ taglib

Re: [java ee programming] Re: sorting in displaytag.

2010-03-03 Thread bambang teleinfocom
Hi Naveen : Well after browsing around your code, i don't like : input name=payee1 type=text onFocus=this.value=''; AutoComplete_Create('payee1',%=names%,%=ids %,'txnLedgerId1','category1','Direction1') class=textboxInput id=payee1 size=25

[java ee programming] I can't submit my exercise to j2eehomewo...@sun.com

2010-03-03 Thread minginn
Hi everyone.. I tried to send my homework exercise to j2eehomewo...@sun.com as instructed but I kept on received message from Internet Mail Delivery that message cannot be delivered to the following recipients. Anyone face the same problem? Thanks!! -- You received this message because you are

[java ee programming] sorting in displaytag.

2010-03-02 Thread navS
Hello team, I am facing some problem with sorting in displaytag. Statement :- I have one jsp page in which the top portion is adding a transaction. second portion is to display the added data using display table. when i add new transaction the page get refreshed to show newly added

Re: [java ee programming] sorting in displaytag.

2010-03-02 Thread bambang teleinfocom
Hi Naveen : Can i see your codes ? tq bb On Wed, Mar 3, 2010 at 2:40 PM, navS naveenkumarnl1...@gmail.com wrote: Hello team, I am facing some problem with sorting in displaytag. Statement :- I have one jsp page in which the top portion is adding a transaction. second portion

RE: [java ee programming] Wicket technology - sample code

2010-02-28 Thread Evans '
Hello Rafal, Thank you for sharing and I hope everyone here finds it useful. Regards, Evans Date: Sun, 28 Feb 2010 01:07:18 +0100 From: rafal_lac...@wp.pl To: java-ee-j2ee-programming-with-passion@googlegroups.com Subject: [java ee programming] Wicket technology - sample code Hey

[java ee programming] Wicket technology - sample code

2010-02-27 Thread Rafał Laczek
Hey, In last time I'm working in big project where I also use Wicket framework. I think that now I'm quite good specialist in this technology. For persons interested in this technology I send as the sample the java class with its markup. Wicket is a little bit tricky technology and I think

[java ee programming] Re: javac??

2010-02-26 Thread JKid314159
Hi Again! Great advice. What I did was to go into my Environmental Variables and into the System variables window. I set a variable JAVA_HOME with the value C: \Program Files\Sun\SDK\jdk and then placed this in the Path as ; %JAVA_HOME%\bin at the end. Thank you all for responding. This is

[java ee programming] definition of in-built functions

2010-02-26 Thread ANUJ KUMAR
How can we see the definition of the functions in the package we import. -- You received this message because you are subscribed to the Google Groups Java EE (J2EE) Programming with Passion! group. To post to this group, send email to java-ee-j2ee-programming-with-passion@googlegroups.com To

Re: [java ee programming] definition of in-built functions

2010-02-26 Thread Daniel Escasa
Sabi ni ANUJ noong Sat, Feb 27, 2010 at 12:57 AM: How can we see the definition of the functions in the package we import. The closest thing I can think of is the javadoc files. -- Daniel O. Escasa independent IT consultant and writer contributor, Free Software Magazine

Re: [java ee programming] definition of in-built functions

2010-02-26 Thread Edward Spilsbury
. From: ANUJ KUMAR kumar.anuj...@gmail.com To: java-ee-j2ee-programming-with-passion@googlegroups.com Sent: Fri, February 26, 2010 8:57:38 AM Subject: [java ee programming] definition of in-built functions How can we see the definition of the functions in the package we import. -- You

[java ee programming] Re: javac??

2010-02-25 Thread redsword
1) java.exe definately installed 2) I do not think you installed JDK, but only the JRE is installed . Thus java is there but not javac Or other posibilty is that javac is not in C:\Program Files\Java \jdk1.6.0_02\bin Verify by looking at C:\Program Files\Java\jdk1.6.0_02\bin using windows

[java ee programming] 4010_websecthreats.zip and 4016_jspbookstore.zip

2010-02-25 Thread Roxana Ionescu
Hello, I can't download 4010_websecthreats.zip and 4016_jspbookstore.zip Please help. Best regards -- You received this message because you are subscribed to the Google Groups Java EE (J2EE) Programming with Passion! group. To post to this group, send email to

[java ee programming] Re: javac??

2010-02-25 Thread JKid314159
HI! Almost Success?? I am not sure this is the best method. I think I need to make a JAVA_HOME variable under Environmental Variables under either User variables for Computer or System variables? This is because as other components are added the JAVA_HOME variable as to be reference such as

[java ee programming] Help on Tomcat port 80 and IIS configuration

2010-02-24 Thread Ramesh A
Hi All, I need a following configuration. I have a project which i have deployed in Tomcat When i have port no. set to 8080 in the Tomcat 6.0\conf\server.xml, i am able to access it thru http://localhost:8080/myproject When i have port no. set to 80, i am able to access it thru

Re: [java ee programming] Help on Tomcat port 80 and IIS configuration

2010-02-24 Thread Mansee Mongia
Hi Ramesh, Maybe you can try the following link : http://www.endofnow.com/?p=60 which describes a way to use port 80 for both IIS and tomcat by assigning multiple IP addresses to the box and configuring each web server to only listen to one IP address... Hope it helps. -- Mansee Mongia Have

[java ee programming] Re: javac??

2010-02-24 Thread JKid314159
Hi again! I have the following directories on my machine: Computer\OS(C)\Program Files Computer\OS(C)\Program Files(x86) - I went into the Environmental Variables and have two windows: Environment Variables 1)-User variables for Family 2)-System

[java ee programming] Re: javac??

2010-02-24 Thread JKid314159
Re: SUCCESS!!! Hi! I found my javac in the following folder: C:\Program Files\Sun\SDK\jdk\bin Went into the Environmental Variables and in the System Variables I edited Path. I ammended this path as ;C:\Program Files\Sun\SDK\jdk\bin I restarted the machine. I was able to compile at the

Re: [java ee programming] Re: javac??

2010-02-24 Thread Hari Prasad
Hi Alex, Cool !! Whenever we modify things in environment variable, do not restart the machine, just restart the command prompt ;-) Regards Hari On Thu, Feb 25, 2010 at 5:32 AM, JKid314159 lucky314...@gmail.com wrote: Re: SUCCESS!!! Hi! I found my javac in the following folder:

[java ee programming] Can somebody help me please

2010-02-23 Thread Rafał Laczek
Hi, Pleaase compare my wicket java class with corresponding html and tell me what I'm going wrong. The comunicate in browser is: WicketMessage: Unable to find component with id 'wmc' in [MarkupContainer [Component id = wmc]]. This means that you declared wicket:id=wmc in your markup, but that

[java ee programming] Re: ServletExamples J2EE 1.4

2010-02-23 Thread miga
On 23 fév, 16:51, jmt0806 jmt0...@gmail.com wrote: Now there seems to be an issue with running the JSPExamples (J2EE1.4) Samples: G:\My Documents\NetBeansProjects\J2EE\JSPExamples(J2EE1.4)1\nbproject \build-impl.xml:535: Problem: failed to create task or type copyfiles Cause: The name is

[java ee programming] javac??

2010-02-23 Thread JKid314159
Hi! I was preparing my new computer for this course and dowloaded the JDK + Java EE Bundle. No previous version of Java was installed on this machine. 1) command line: java -version gives the following: java version 1.6.0_17 Java (TM) SE Runtime Environment (build 1.6.0_17-b04) Java HotSpot (TM)

Re: [java ee programming] javac??

2010-02-23 Thread deepti monga
be recognizable now.   Thanks --- On Wed, 2/24/10, JKid314159 lucky314...@gmail.com wrote: From: JKid314159 lucky314...@gmail.com Subject: [java ee programming] javac?? To: Java EE (J2EE) Programming with Passion! java-ee-j2ee-programming-with-passion@googlegroups.com Date: Wednesday, February

[java ee programming] 4015_jstlexamples.zip -can't download

2010-02-22 Thread Zofia Zagubieniak
Hi, I can't download 4015_jstlexamples.zip file. "HTTP 404 - Nie znaleziono pliku" message is displayed.Please help regards, Zosia -- You received this message because you are subscribed to the Google Groups Java EE (J2EE) Programming with Passion! group. To post to this group, send email

Re: [java ee programming] 4015_jstlexamples.zip -can't download

2010-02-22 Thread Sang Shin
On 2/22/2010 6:36 AM, Zofia Zagubieniak wrote: Hi, I can't download 4015_jstlexamples.zip file. HTTP 404 - Nie znaleziono pliku message is displayed. Please help regards, Zosia It should be OK now. -Sang Shin -- You received this message because you are subscribed to the Google Groups Java

[java ee programming] 4018_webappsecurity.zip

2010-02-22 Thread Zofia Zagubieniak
Hi, I can't download 4018_webappsecurity.zip file HTTP 404 message is displayed The same problem I had with 4015 LAB but it is available now . Regards, -- You received this message because you are subscribed to the Google Groups Java EE (J2EE) Programming with Passion! group. To post to

[java ee programming] Hi everyone

2010-02-22 Thread Santosh Markani
Hi Everyone, This is Santosh Marakani, I am really interested in Java. Can anyone tell me how to integrate Struts with Hibernate. [image: ?ui=2view=attth=12478f163e3f2bf7attid=0.1disp=attdrealattid=ii_12478f163e3f2bf7zw] Santosh Marakani (571) 296-6319 -- You received this message because you

[java ee programming] Re: 4018_webappsecurity.zip

2010-02-22 Thread miga
On 22 fév, 15:15, Zofia Zagubieniak zzagubien...@wp.pl wrote: Hi, I can't download 4018_webappsecurity.zip file HTTP 404 message is displayed The same problem I had with 4015 LAB but it is available now . Please, try again, it should work now. -- You received this message because you

[java ee programming] Re: hi

2010-02-22 Thread miga
On Feb 23, 3:40 am, Munkhdalai Sain dalai8...@gmail.com wrote: hi guys, Someone sent you homework? I sent homework. However i received error message. Please, check that you replace the last part of the email address with javapassion.com instead of sun.com. -- You received this message

[java ee programming] Help Me with JSF + Spring + Hibernate + Facelets

2010-02-21 Thread Rodrigo Oliveira
1. Hello everyone! I'm using JSF + Spring + Hibernate + Facelets with Eclipse Galileo and Tomcat 6. 2. 3. 4. INFO: The listener org.springframework.web.context.ContextLoaderListener is already configured for this context. The duplicate definition has been ignored. 5.

[java ee programming] hi

2010-02-20 Thread Munkhdalai Sain
hi. I done first homework. i sent to zip file j2eehomewo...@sun.com. However, i received error message that mail cannot delivered Reason: Remote SMTP server has rejected address. What happened? -- You received this message because you are subscribed to the Google Groups Java EE (J2EE)

[java ee programming] Re: PLEASE HELP ME

2010-02-19 Thread Mihai DINCA
Hi Jiju In my NetBeans 6.8 I can select from the menu File - New Project, then in the dialog box: Java Web - Web Application. If you cannot do it, it may happens because your NetBeans is missing some plugins. When installing, I had chosen the complete installation (column All on the

Re: [java ee programming] Lost the database connection after 10 hours in hibernate

2010-02-19 Thread Mihai DINCA
Hi You must look the logs (Tomcat logs, MySQL logs, OS logs ...), maybe there is something there. Tomcat maintain a pool of database connections. I.e. there are some already established permanent connections to the database. It is possible to configure the OS and/or the database (I don't

[java ee programming] ServletExamples J2EE 1.4

2010-02-19 Thread jmt0806
There seems to be an issue with running the ServletExamples application on this machine. Error message: In-place deployment at G:\My Documents\NetBeansProjects\J2EE \ServletExamples(J2EE1.4)\build\web deploy?path=G:\My Documents\NetBeansProjects\J2EE \ServletExamples(J2EE1.4)\build

[java ee programming] Re: ServletExamples J2EE 1.4

2010-02-19 Thread miga
On Feb 19, 7:59 pm, jmt0806 jmt0...@gmail.com wrote: There seems to be an issue with running the ServletExamples application on this machine. Error message: I'm not sure you may run the j2ee1.4 examples with GlassFish v3. Try with Tomcat. -- You received this message because you are

[java ee programming] Re: ServletExamples J2EE 1.4

2010-02-19 Thread jmt0806
It worked with Tomcat 6. Thanks On Feb 19, 1:17 pm, miga migat...@gmail.com wrote: On Feb 19, 7:59 pm, jmt0806 jmt0...@gmail.com wrote: There seems to be an issue with running the ServletExamples application on this machine. Error message: I'm not sure you may run the j2ee1.4 examples with

[java ee programming] Please HElp

2010-02-18 Thread Nelson Rodrigo - LHQ
Dear Friends, I have followed JAVA JSE and J2EE courses, and I had developed some programs well. But in long time I couldn't touch them now totally forget even I can't remember how to start also. I'm using JBOSS TOMCAT ECLIPS NETBEANS So please guide me how can I start JSE Programs

[java ee programming] homework

2010-02-18 Thread Zofia Zagubieniak
Hi, Do enyone know why homeworks emailsare rejected. I'm registered on this course I got the following message Your message cannot be delivered to the following recipients:Recipient address: @sunmail2sca.sfbay.sun.com:j2eehomewo...@sun.comOriginal address: j2eehomewo...@sun.comReason: Remote SMTP

RE: [java ee programming] Re: 4005_servletadv.zip

2010-02-18 Thread parinita ghorpade
4101_jsfhelloworld.zip 4104_jsfguessnumber.zip 4103_jsftags.zip Links to above files are broken on the website. Date: Wed, 17 Feb 2010 10:02:46 -0800 Subject: [java ee programming] Re: 4005_servletadv.zip From: migat...@gmail.com To: java-ee-j2ee-programming-with-passion

[java ee programming] Re: homework

2010-02-18 Thread miga
On Feb 18, 10:20 am, Zofia Zagubieniak zzagubien...@wp.pl wrote: Hi, Do enyone know why homeworks emails are rejected. I'm registered on this course Replace the last part of the email address - after the @ sign - with javapassion.com -- You received this message because you are subscribed

Re: [java ee programming] Please HElp

2010-02-18 Thread Mihai DINCA
Hi It is not easy to fully explain how to do. But, you can try to start by: - Start NetBeans - From the menu: File - New Project - In the dialog box: Java / Java Application - Accept default settings and be sure that Create Main Class and Set as Main Project checkboxes are checked - NetBeans

[java ee programming] Lost the database connection after 10 hours in hibernate

2010-02-18 Thread Madhav Yadav
Hi All, I have a site in which I am using hibernate for the database connection. I am using hibernate3, mysql5, tomcat5. All is working fine for one day but when I open the site next day then it is showing the database connection error. I restart the sever and it is working but next day site

[java ee programming] Expression Language zip file

2010-02-18 Thread Zofia Zagubieniak
Hi, 4006_el.zip file is damaged.I can't download it. -- You received this message because you are subscribed to the Google Groups Java EE (J2EE) Programming with Passion! group. To post to this group, send email to java-ee-j2ee-programming-with-passion@googlegroups.com To unsubscribe from

[java ee programming] Re: 4005_servletadv.zip

2010-02-18 Thread miga
On 18 fév, 03:01, parinita ghorpade parini...@hotmail.com wrote:  4101_jsfhelloworld.zip 4104_jsfguessnumber.zip 4103_jsftags.zip Sorry for the trouble. Please, retry again, they should work now. -- You received this message because you are subscribed to the Google Groups Java EE (J2EE)

[java ee programming] Wicket - I need your advice

2010-02-18 Thread Rafał Laczek
Hi, I have a problem with ListView in Wicket. I try to add to the list the label which should display list via getGeneral() method. The label accept only String type and here I have List data type. Can you advise me please how to solve this problem. add(new ListView(category, model) { private

[java ee programming] Re: Expression Language zip file

2010-02-18 Thread miga
On 18 fév, 14:02, Zofia Zagubieniak zzagubien...@wp.pl wrote: Hi, 4006_el.zip file is damaged. I can't download it. Sorry for the trouble, please try to download it again, it should work now. -- You received this message because you are subscribed to the Google Groups Java EE (J2EE)

[java ee programming] Lab 4001 webappstructure restored

2010-02-18 Thread miga
Emil, please try again, the file has been restored, and sorry for the trouble. -- You received this message because you are subscribed to the Google Groups Java EE (J2EE) Programming with Passion! group. To post to this group, send email to java-ee-j2ee-programming-with-passion@googlegroups.com

[java ee programming] Problem with Spring Web Tier and SWT desktop application

2010-02-17 Thread Shivu
Hi All, I Am the first time visitor to this group, I am having a small issue. In our applicaiton we have SWT application talking with Spring web tier through XStream, serialised communication, calling a servlet in Web tier application like below //Create an instance of HttpClient.

[java ee programming] Re: Authorization from jdbc

2010-02-16 Thread Neil Franken
Hello All My mistake Aykut you are using glassfish. Sorry it is a late night here in Africa and my reading skills seems to get weaker with the old age. The first step would be to make sure you database complies to the JDBC Realm Requirements. 1) The group name column absolutely needs to be a

[java ee programming] 4005_servletadv.zip

2010-02-16 Thread parini...@hotmail.com
Cannot get to 4005_servletadv.zip file -- You received this message because you are subscribed to the Google Groups Java EE (J2EE) Programming with Passion! group. To post to this group, send email to java-ee-j2ee-programming-with-passion@googlegroups.com To unsubscribe from this group, send

[java ee programming] Re: Homework 1

2010-02-15 Thread miga
Edward, post on the forum if you want an answer. That said. Just create a new J2EE application from the samples in NetBeans (a full one as the one in the javaee tutorial). It will activate all that is needed. Then, normally you could see the web.xml file right. If not, there is something broken in

[java ee programming] Problem with Servlets Basics - hello2 project

2010-02-15 Thread Sarvesh
I am getting the below error when trying to RUN the hello2 project from Servletbasics lab. I am using Netbeans 6.7.1 Could someone please provide the solution ? Thanks in advance - Sarvesh C:\Users\SARVESWARA\Documents\Java

[java ee programming] Re: Problem with Servlets Basics - hello2 project

2010-02-15 Thread miga
On Feb 16, 1:25 am, Sarvesh psarvesw...@yahoo.com wrote: I am getting the below error when trying to RUN the hello2 project from Servletbasics lab. I am using Netbeans 6.7.1 Could someone please provide the solution ? Thanks in advance - Sarvesh Please, first do not use a thread which has

[java ee programming] Needs help on a problem which occurs while running an appication in Netbeans 6.8

2010-02-15 Thread Java_dude
I am trying to run a simple web application, a simple servlet, but after running it on netbeans 6.8 (newer version), it gives an error message as below: G:\Course work\Java Passion\J2EE\JSP Basics\4003_jspbasics\jspbasics \samples\hello2\nbproject\build-impl.xml:366: The libs.CopyLibs.classpath

[java ee programming] javaeetutorial5

2010-02-14 Thread Edward
I am trying to view javaeetutorial5 example, dukesbank, but when I pull it into netbeans 6.8, I get a warning: Target server not set properly. When I try to build it, it doesn't seem to build: [C:\java\javaeetutorial5\examples\dukesbank\dukesbank-appclient\src

[java ee programming] Homework 1

2010-02-14 Thread Edward
In homework 1 (http://www.javapassion.com/handsonlabs/webappstructure/ index.html#2.3), I am trying to view jsp pages in its xml version. yet the netbeans 6.8 looks different than the screenprint posting. Anyone know where I can access the xml editor mode in nb6.8? -- You received this message

[java ee programming] Re: javaeetutorial5

2010-02-14 Thread miga
On Feb 14, 11:56 pm, Edward burgthum...@gmail.com wrote: I am trying to view javaeetutorial5 example, dukesbank, but when I pull it into netbeans 6.8, I get a warning: Target server not set properly. In NetBeans, click on the project, click on Files tab, expand the project name, expand

[java ee programming] Wicket - I need your urgent help friends

2010-02-12 Thread Rafał Laczek
Hi, I have a project that must be refactored in Wicket. The current project is in Corelet. Bellow I have the basic class that is responsible for sending the messages. In this class we have process method and I need to refactor this class/method to obtain reusable panel. Thank you very much for

[java ee programming] icefaces setup

2010-02-11 Thread aykut kanyılmaz
how can i use icefaces in my webapp. can you help me for setting up icefaces. -- You received this message because you are subscribed to the Google Groups Java EE (J2EE) Programming with Passion! group. To post to this group, send email to java-ee-j2ee-programming-with-passion@googlegroups.com

Re: [java ee programming] javapassion.com is back!!

2010-02-11 Thread Sam Zhang
New class? 2010/2/10 Sanketh V vijaysank...@gmail.com Hi sang, Really its an awesome site to learn j2ee.. Even a baby can able to learn from this site. Please update the site asap, am waitin.. On Wed, Feb 10, 2010 at 2:45 AM, Sang Shin sangshinpass...@gmail.comwrote: Thank you for

[java ee programming] Re: javapassion.com is back!!

2010-02-11 Thread miga
On Feb 11, 11:30 pm, Sam Zhang concorp...@gmail.com wrote: New class? Please see the root page: http://www.javapassion.com/ -- You received this message because you are subscribed to the Google Groups Java EE (J2EE) Programming with Passion! group. To post to this group, send email to

[java ee programming] Re: Graduates from the 17th session

2010-02-10 Thread kli
Thank you for this reply. Unfortunately I missed the deadline for sending the new info for the certificate :( However, I've sent the info twice in December with the heading JavaEEBasicsCourse-2009-Fall as instructed earlier. I also sent a new version today. Sorry for this inconvenience. -Kari On

[java ee programming] Xml parsing and Validation using Apache commons digester library

2010-02-10 Thread sk
I am using Apache commons Digester library to parse a large xml file. I am not sure how to set up xml validation using digester and my schema file. Can I get some reference /sample code to set this up Thanks -- You received this message because you are subscribed to the Google Groups Java EE

[java ee programming] PD: Wicket panels

2010-02-10 Thread Rafał Laczek
Hi, I solved problem. Of course I should use model. I have done it as follow: ModelClass.java public class ModelClass extends LoadableDetachableModel{ public Date load() { GregorianCalendar gc = new GregorianCalendar(); return gc.getTime(); } } Data.java

[java ee programming] what about javapassion.com

2010-02-09 Thread Abdullah Erdoğan
I cant open java passion website, I was attending some courses. But it doesnt work now. Pls Help. Thanks. -- You received this message because you are subscribed to the Google Groups Java EE (J2EE) Programming with Passion! group. To post to this group, send email to

[java ee programming] Re: Another maintenance is going on with javapassion.com

2010-02-09 Thread aerdogan
Thanks, How long it take? becouse I am hungry for java tutor :) Best wishes On Feb 9, 12:14 am, Sang Shin sangshinpass...@gmail.com wrote: If you cannot access it right now, it is because we are going through another maintenance...  Sorry. -Sang Shin --

[java ee programming] javapassion.com site down?

2010-02-09 Thread Senthil Chidambaram
Hi, Is the site http://www.javapassion.com up and running? Looks like down to me. thx Senthil -- You received this message because you are subscribed to the Google Groups Java EE (J2EE) Programming with Passion! group. To post to this group, send email to

Re: [java ee programming] Re: Another maintenance is going on with javapassion.com

2010-02-09 Thread Sang Shin
On 2/9/2010 10:57 AM, aerdogan wrote: Thanks, How long it take? becouse I am hungry for java tutor :) Best wishes Hopefully it will be up today. -Sang Shin P.S.: I made several complaints to my hosting company already. Everytime I changed my service plan, the website goes down. :-(

Re: [java ee programming] Re: Another maintenance is going on with javapassion.com

2010-02-09 Thread Lakhmir Singh
Thanks Sang, Your work has been a saviour in all thick n thin times :-)... been a silent member for some time ... couldnt help but hold back this time around though.. Thank You for your efforts. On Tue, Feb 9, 2010 at 4:43 PM, Sang Shin sangshinpass...@gmail.com wrote: On 2/9/2010 10:57 AM,

[java ee programming] Authorization from jdbc

2010-02-09 Thread aykut kanyılmaz
hi dear frends, i have a problem. i want to authenticate from mysql user table. but it is not working. in web.xml display-nameAdminConstraints/display-name web-resource-collection web-resource-nameAdmin/web-resource-name url-pattern/secureAdmin/*/url-pattern

[java ee programming] javapassion.com is back!!

2010-02-09 Thread Sang Shin
Thank you for your patience. -Sang Shin -- --- Sang Shin, sangshinpass...@gmail.com http://www.javapassion.com/SangShinSchedule.html (Life is worth living... with Passion!)

[java ee programming] form based authentication

2010-02-09 Thread Madhav Yadav
Hi All, Can we customize form based authentication in tomcat. -- You received this message because you are subscribed to the Google Groups Java EE (J2EE) Programming with Passion! group. To post to this group, send email to java-ee-j2ee-programming-with-passion@googlegroups.com To unsubscribe

Re: [java ee programming] javapassion.com is back!!

2010-02-09 Thread Sanketh V
Hi sang, Really its an awesome site to learn j2ee.. Even a baby can able to learn from this site. Please update the site asap, am waitin.. On Wed, Feb 10, 2010 at 2:45 AM, Sang Shin sangshinpass...@gmail.comwrote: Thank you for your patience. -Sang Shin --

[java ee programming] eclipse3.1 EMF2.1 compatiblity

2010-02-07 Thread Wafa
Hi all I have Eclipse 3.1 and the compatible version EMf is 2.1 I have downloaded i via zip file but after extraction and merge it with my eclipse plugin EMF did not show in the list of my plugin from help-aboutEclipse-plugin I noiced there is no file called EMF Run time as oher recent version

[java ee programming] PD: Problem with NB

2010-02-07 Thread Rafał Laczek
I will add that in console I have SEVERE: java.lang.OutOfMemoryError: PermGen space BR Rafal Dnia 7-02-2010 o godz. 15:47 Rafał Laczek rafal_lac...@wp.pl napisał(a): Hi, For a few days I have problems with NB. When I run one application it takes a few minutes and seems that all

Re: [java ee programming] PD: Problem with NB

2010-02-07 Thread Michèle Garoche
Le 7 févr. 10 à 16:18, Rafał Laczek a écrit : I will add that in console I have SEVERE: java.lang.OutOfMemoryError: PermGen space It means that Java takes much too much memory. So there is a place in wiki NetBeans where it is explained how to fine tuning the java memory settings:

[java ee programming] unable to create tables

2010-02-05 Thread Bella
I am working on bookstore1 project of javaeetutorial5. When I execute command: ant create-tables I get the following error message: BUILD FAILED F:\Courses\JavaEEcourse\javaeetutorial5\examples\bp-project\app-server- ant.xml:4 19: Property javaee.server.passwordfile not specified. Please

[java ee programming] Re: unable to create tables

2010-02-05 Thread Bella
How can I debug ant create-tables command in app-server-ant.xml I tried echo javaee.server.passwordfile=Variable value is t: $ {javaee.server.passwordfilel}/ but was not able to get the value of my variable to print. Variable name was printed instead of its value On Feb 5, 1:25 pm, Bella

[java ee programming] String format do not return foat!!

2010-02-04 Thread kwan
Problem with String.format which it expected to display the information. The getChargePerDay and getMaxCharge are not display when it return. I doubt what is the problem. return String.format(%-30s $%5.2f $%7.2f %4$tm/%4$td/%4$ty, getTitle(),

RE: [java ee programming] cannot find javax.persistence package

2010-02-03 Thread Evans '
Evans Date: Tue, 2 Feb 2010 12:32:29 -0800 Subject: [java ee programming] cannot find javax.persistence package From: bell...@gmail.com To: java-ee-j2ee-programming-with-passion@googlegroups.com Hello, I am working on bookstore1 example for Java EE Programming basics course from Java EE 5

PD: [java ee programming] Missing markup.html in war file

2010-02-03 Thread Rafał Laczek
Hi, The problem has been solved. Br Rafal Dnia 3-02-2010 o godz. 13:18 Rafał Laczek rafal_lac...@wp.pl napisał(a): Hi, I'm still fighting with my Wicket project. It seems that web.xml is well configured because I can deploy war on the Tomcat and in browser I have communicate that there is

[java ee programming] Cannot run program.

2010-02-02 Thread Geobird
I am new to java. I have installed jdk 6.0 and jcreater 4.5 . Each time i try to run any program the error pops. What can be the reason ? -- You received this message because you are subscribed to the Google Groups Java EE (J2EE) Programming with Passion! group. To post to this group,

[java ee programming] NetBeans 6.8 UML

2010-02-02 Thread adrian filipescu
Hello, Is somebody use in NetBeans 6.8 the UML package? See this forum: http://forums.netbeans.org/post-56580.html You can install manually or via tools/plugin. Thank you! -- O zi buna/Kind regards/Cordialement, Adrian Filipescu

RE: [java ee programming] NetBeans 6.8 UML

2010-02-02 Thread Alin Dumitrescu
-with-pass...@googlegroups.com] On Behalf Of adrian filipescu Sent: February-02-10 4:44 AM To: java-ee-j2ee-programming-with-passion@googlegroups.com Subject: [java ee programming] NetBeans 6.8 UML Hello, Is somebody use in NetBeans 6.8 the UML package? See this forum: http://forums.netbeans.org/post

Re: [java ee programming] NetBeans 6.8 UML

2010-02-02 Thread José Luis Casiano Celestino
-ee-j2ee-programming-with-passion@googlegroups.com Subject: [java ee programming] NetBeans 6.8 UML Hello, Is somebody use in NetBeans 6.8 the UML package? See this forum: http://forums.netbeans.org/post-56580.html You can install manually or via tools/plugin. Thank you! -- O zi buna

[java ee programming] GLASSFISH QUESTION

2010-02-02 Thread arthasol
I want to upload my web application to an online hosting service using glassfish, how can I do that? -- You received this message because you are subscribed to the Google Groups Java EE (J2EE) Programming with Passion! group. To post to this group, send email to

[java ee programming] Graduates from the 17th session

2010-02-02 Thread kli
Dear group, I attended the 17:th course which ended on the 2nd of Dec, 2009. It seemed that the course structure is facing quite a many changes which may be the reason that there is no list of the graduates of that session. Am I right? -Kari -- You received this message because you are

[java ee programming] I need a help to understand ATL,JSF Java project (any voluteer??)

2010-02-01 Thread Wafa
*Hi all* *I need help from an expert in java specially in ATL transformation and JSF .* *Actually I have a project which I have to run, and I really could not understand it, please if any volunteer would be able to share and Help just tell me and I will send it to him and explain more my needs,

[java ee programming] cannot find javax.persistence package

2010-02-01 Thread Bella
Hello, I am working on bookstore1example for Java EE Programming basics course from Java EE 5 tutorial Chapter 4. When attempting to run bookstore1 project I am getting an error: package javax.persistence does not exist. Where can I find this package? What jar file contains it? How do I

[java ee programming] Database tables from entity classess

2010-01-31 Thread Michał Kościowski
Hello! I'm new in J2EE, and I have a question. I have been looking for any answer on google, but i didn't find any good answer. I want to make database tables/schema from my entity classes... I'm using NetBeans 6.7.1, maybe there is a tool or plugin for this IDE? Greetings, Michał. -- You

Re: [java ee programming] TCP/IP IBM iSeries (AS400) Connection.

2010-01-31 Thread Mihai DINCA
Hi Ervin IBM supplies an IBM Toolbox containing the .jar libraries containing the JDBC driver to access to DB2 on iSeries. The Toolbox installs on Windows when you install the Windows client/console to access the iSeries as server (I don't remember how it is called). Once you installed your

Re: [java ee programming] Database tables from entity classess

2010-01-31 Thread Mihai DINCA
Hi Michał There is an UML plugin for NetBeans (installed in standard I think) that allows to make reverse engineering. There is a NetBeans plugin dedicated to DB modeling (the Mogwai ERDesignerNG), but I don't know if you can directly use your entity classes or the derived diagrams or if you

Re: [java ee programming] Re: problem with session.invaDate();

2010-01-31 Thread prashant malviya
its very simple refer sun microsystem book - servlet and JSP declarative security chaptor for detail knowledge or search for declarative security in java Prashant Malviya 91-9341030325 On 31 January 2010 05:22, hind aiouej aiouej.h...@gmail.com wrote: hi help to define security-constraint in

Re: [java ee programming] Database tables from entity classess

2010-01-31 Thread José Luis Casiano Celestino
plugin for NetBeans is UML. 2010/1/31 Michał Kościowski mic...@kosciowski.pl Hello! I'm new in J2EE, and I have a question. I have been looking for any answer on google, but i didn't find any good answer. I want to make database tables/schema from my entity classes... I'm using NetBeans

[java ee programming] problem with session.invaDate();

2010-01-30 Thread hind aiouej
hi, i have a big problem, i brok the session with session.invaDate(); but when i click on back it can return to the old pages that i visited. who can help me on this problem ? -- Mlle.Hind AIOUEJ Etudiante à l'ENSA de Tanger Master Réseaux et Systèmes Université Abdelmalek Essaâdi -- You

Re: [java ee programming] java in future

2010-01-30 Thread Mihai DINCA
Hi Aykut Don't worry, Java will not die, as C and C++ did not die. Like C, Java was created for hardware independence (but at a more applicative level than C), and allows important software editors and hardware constructors to grant the availability of the old applications on the latest

Re: [java ee programming] problem with session.invaDate();

2010-01-30 Thread Mihai DINCA
Hi Hind, Your servlet may execute event if there is no current session (i.e. no session was started or the session was invalidate). In order to prevent the execution outside a session, you have to: -- Check explicitly inside the servlet if there is a current session and issue an error if

[java ee programming] Re: problem with session.invaDate();

2010-01-30 Thread Lalit Chattar
On Jan 30, 9:25 pm, hind aiouej aiouej.h...@gmail.com wrote: hi, i have a big problem, i brok the session with session.invaDate(); but when i click on back it can return to the old pages that i visited. who can help me on this problem ? -- Mlle.Hind AIOUEJ Etudiante à l'ENSA de Tanger

<    3   4   5   6   7   8   9   10   11   12   >