RE: [java ee programming] Error in running jBoss 4.2 with Eclipse3.5

2010-04-14 Thread Evans '
Sorry, I couldn't open your file as my computer is flagging it as a virus. Please use Pastebin and post a link here instead. Good luck Evans Remember to use 'Reply All' or your email will be ignored! Date: Wed, 14 Apr 2010 20:28:24 +0530 Subject: [java ee programming] Error in running jBoss

Odp: [java ee programming] Highlighting syntax errors

2010-04-13 Thread Rafał Laczek
Hi, I have solved my problem. Below I give solution. BR Rafal Laczek Solution: add the java nature 1.Close your project. 2.Open your project file (which is located in your root directory of the appropriate project) called .project with your default editor. Search for natures /natures and

[java ee programming] Highlighting syntax errors

2010-04-12 Thread Rafał Laczek
Hi, I have imported the project from the server to the workspace in my pc. I have a problem with highlighting syntax errors. Can you advise me how to set up the project. NB: I use Eclipse. Thanks! Best regards, Rafal -- You received this message because you are subscribed to the Google Groups

Odp: [java ee programming] Highlighting syntax errors

2010-04-12 Thread Rafał Laczek
I will only add that I used SVN and it seems that IDE doesn't interpret this conctere project as Java project. Can somebody help. BR Rafal Dnia 12-04-2010 o godz. 16:16 Rafał Laczek napisał(a): Hi, I have imported the project from the server to the workspace in my pc. I have a problem

Re: [java ee programming] problem with running a war file on a tomcat on a server(not localhost)

2010-04-11 Thread jitesh dundas
Hello, Just paste the war folder into the webapps fo der of tomcat. The war file must have the required structure of any project(web-inf contains lib classes..) What is the error that you get. Check the structure of any sample example present in tomcat webapps folder. Another way is to start

[java ee programming] Re: Need code for sending mail using struts or servlet

2010-04-10 Thread bambang liem
Hi, There is a nice package for email from spring. Perhaps you are interested in it ? thx bambang On Apr 8, 1:31 pm, Kamala Kannan JS kannanmc...@gmail.com wrote: Hello Friends,             I need to send an Email from my website using java program. I need to send those mail without

RE: [java ee programming] Need code for sending mail using struts or servlet

2010-04-08 Thread Evans '
spamming, in that case you are on your own. -- Evans From: kannanmc...@gmail.com Date: Thu, 8 Apr 2010 11:01:22 +0530 Subject: [java ee programming] Need code for sending mail using struts or servlet To: java-ee-j2ee-programming-with-passion@googlegroups.com Hello Friends, I need

[java ee programming] Clarification on the merge program

2010-04-08 Thread Manjunath B N
I had written a program will add two array and put it into third array with removing duplicate i am getting out put with some extra zero... need help on this class readArray { public static void main (String arg[]) { int[] arry1 = {0,1,5,9,34,45,54,23,34}; int[] arry2 =

[java ee programming] Webservices problem

2010-04-08 Thread Shankar Ganesh.AP PitchaiMuthu
Hi, i am using jax-ws method to invoke websevices. whiloe i am invoking webservices i am getting javax.xml.ws. webserviceexception javax.xml.bind.marshalexception. Can anyone help.Thanks in advance. -- You received this message because you are subscribed to the Google Groups Java EE (J2EE)

[java ee programming] Re: Clarification on the merge program

2010-04-08 Thread miga
Could you post in java programming course forum instead of this forum? On Apr 8, 9:53 pm, Manjunath B N manjunathb...@gmail.com wrote: I had written a program will add two array and put it into third array with removing duplicate i am getting out put with some extra zero... need help on this

[java ee programming] Re: Webservices problem

2010-04-08 Thread miga
On Apr 9, 1:45 am, Shankar Ganesh.AP PitchaiMuthu shankarganesh6...@gmail.com wrote: Hi,  i am using jax-ws method to invoke websevices. whiloe i am invoking webservices i am getting javax.xml.ws. webserviceexception javax.xml.bind.marshalexception. Can anyone help.Thanks in advance. Could

Re: [java ee programming] NetBeans 6.8 / JSE6 / JEE6

2010-04-05 Thread Michèle Garoche
Le 5 avr. 10 à 00:21, Mihai DINCA a écrit : Hi, I tried the first labs 4001_webappstructure.zip in NetBeans 6.8 with Glassfish 3, both with JEE5 and JEE6. It worked perfectly in the both cases, but, of course, there is no web.xml file in the case of JEE6 (when creating a new servlet,

[java ee programming] Re: NetBeans 6.8 / JSE6 / JEE6

2010-04-05 Thread miga
I wonder if I have been explicit enough. So to allow another page than the index.jsp, or index.html files (default) to be the welcome file, you may proceed as follows: 1 - When creating the servlet, check the Add information to deployment descriptor (web.xml) in the second panel of the servlet

Re: [java ee programming] Re: NetBeans 6.8 / JSE6 / JEE6

2010-04-05 Thread Mihai DINCA
Hi Michèle Thanks for the tip. I tested and it works perfectly. So, the only thing I did was manually adding a web.xml file to the WEB-INF directory (the same that contains sun-web.xml) with only this content: * **?xml version=1.0 encoding UTF-8? web-app version=2.5

[java ee programming] Re: NetBeans 6.8 / JSE6 / JEE6

2010-04-05 Thread miga
On Apr 5, 10:29 pm, Mihai DINCA mihai.di...@free.fr wrote: Hi Mich�le Thanks for the tip. I tested and it works perfectly. So, the only thing I did was manually This is not exactly the same thing, because here you have a version 2.5 for the web.xml file, not a version 3.0. But you may

[java ee programming] NetBeans 6.8 / JSE6 / JEE6

2010-04-04 Thread Mihai DINCA
Hi, I tried the first labs 4001_webappstructure.zip http://www.javapassion.com/portal/images/zip_files/j2eebasics1/4001_webappstructure.zip in NetBeans 6.8 with Glassfish 3, both with JEE5 and JEE6. It worked perfectly in the both cases, but, of course, there is no web.xml file in the case

Re: [java ee programming] Re: [javaee_advanced] Need this PDF

2010-04-01 Thread bambang teleinfocom
Hell Kamala, I suggest you to take struts2 directly. thx bb On Thu, Apr 1, 2010 at 12:36 PM, Kamala Kannan JS kannanmc...@gmail.comwrote: Hello Friends, Just now i joined a company as Java programmer and my task is related to struts framework. Am very well known in servlets.

Re: [java ee programming] Re: [javaee_advanced] Need this PDF

2010-04-01 Thread bambang teleinfocom
This is a good page to start : http://www.roseindia.net/struts/struts2/index.shtml bb On Thu, Apr 1, 2010 at 2:13 PM, bambang teleinfocom bambang.teleinfocomproj...@gmail.com wrote: Hell Kamala, I suggest you to take struts2 directly. thx bb On Thu, Apr 1, 2010 at 12:36 PM, Kamala

Re: [java ee programming] Re: [javaee_advanced] Need this PDF

2010-04-01 Thread Mihai DINCA
Hi Kamala Then join us on www.javapassion.com (89US$/year for all the knowledge you can sip online). The Java EE Programming Basics I (with Passion!) (just started from March 11th, 2010) includes Struts (MVC Framework, Struts Basics, Step-By-Step Guide, Struts Tags, Struts Advanced, Struts

Re: [java ee programming] Re: [javaee_advanced] Need this PDF

2010-04-01 Thread Kamala Kannan JS
Dear sir, I just learned basic about configuring xml and action servlets. I dont know flow of frame work in struts 1. Is it possible to learn struts2 directly without learning struts1. Thanks and regards, Kamlakannan -- You received this message because you are subscribed to the Google

Re: [java ee programming] Re: [javaee_advanced] Need this PDF

2010-04-01 Thread bambang teleinfocom
Hi Kamala, Yes, I 100% agree with Mihai's suggestion, you should join the javapassion.com online class, which can help you rapidding develop your applications for your company, and also i think the price is worth it and i think next year the price will go up. So hurry. thx bb On Thu, Apr

Re: [java ee programming] Re: [javaee_advanced] Need this PDF

2010-04-01 Thread Mihai DINCA
Hi Kamala I took the previous session of the training, but I will take it again (as it was a little reorganized). The first part starts now with servlets and JSP and goes up to Struts (the details came from the Struts presentation). It is about Struts 2, but I don't know how exactly it is

[java ee programming] Re: [javaee_advanced] Need this PDF

2010-03-31 Thread Sang Shin
On 3/12/2010 6:00 PM, jvaj2e wrote: URL is correct, i know content are not there in that location, i need J2EEAndXML.pdf http://www.javapassion.com/xml/J2EEAndXML.pdf document, if any time any one or sang team have this pdf so please forward to me Regards J Man This presentation is very

Re: [java ee programming] Re: [javaee_advanced] Need this PDF

2010-03-31 Thread Kamala Kannan JS
Hello Friends, Just now i joined a company as Java programmer and my task is related to struts framework. Am very well known in servlets. But i have no knowledge in struts. I just did the simple program in struts by configuring struts-config.xml, web.xml and coding in actionform,

[java ee programming] Is there any java code to merges 'n' different excel files into a single excel worksheet like sheet1 , sheet2 etc

2010-03-30 Thread suren
I have two different report files(say report1 and report2) in excel. I want to merge these two excel files in single excel file with sheet1 for report1 and sheet2 for report2. Is there any way to do this in java? if you have sample code please post it. -- You received this message because you

[java ee programming] Can we write a constructor in Servlets?

2010-03-30 Thread Nirmal Kumar
Hi All, Please answer the following questions: Swrvlet *1. Servlet is a Java class, then why there is no constructor in Servlet. Can we write a constructor in Servlets?* * * * 2. Implicit objects of JSP are available in destroy() method or not?*

Re: [java ee programming] Can we write a constructor in Servlets?

2010-03-30 Thread Mihai DINCA
Hi Nirmal, 1. There is a constructor somewhere in the servlet class hierarchy, but, as it is directly called by the server (you never make a new for a servlet), you don't care about it. When the servlet is created, the init() method is called immediately. So, if you have something to

Re: [java ee programming] Can we write a constructor in Servlets?

2010-03-30 Thread bambang teleinfocom
HI, Let me add a little bit here, a.Servlet is built purposely as helper for dynamic web app server and it the container that control the Servlet; it is the java answer for dynamic web page to old cgi/bin. Servlet is loaded, initialized and created aka lifecycle ( defined in Deployment

[java ee programming] Re: alternate to request,getParameter

2010-03-29 Thread Ivan Dwijaya
hi vinay, you can use request.getParameterNames() method to get all parameter in current page. the method will return an enumeration. then you can iterate through it to obtain all value from the page. regardz ivan On Mar 22, 6:37 pm, vinay basavanal vins1...@gmail.com wrote: Hi all,          

[java ee programming] response.sendRedirect() using a tag

2010-03-26 Thread thanooj bharateeyudu
hi all. iam using respose.sendRedirect() method to redirect to a page which is there in another web application in a single server. now. i need to redirect it by using response.sendRedirect() method by using a tag i mean ... when i click on a

Re: [java ee programming] jdbc

2010-03-26 Thread Senthil Chidambaram
Once the user is logged in you can store the userid in a session variable and use it for consecutive requests. As Saurabh said you have to present a screen to get the userid, if you don't want to authenticate the user you can byepass the authentication mechanism and just use the id. Hope this

Re: [java ee programming] response.sendRedirect() using a tag

2010-03-26 Thread Senthil Chidambaram
Let me understand this clearly. You have an a href=... link and when the user clicks this link you want to redirect to another link. This should happen on the client side using javascript onclick event handler, location.href or something like that. You can look at javascript doc. thx Senthil On

[java ee programming] Re: GPS

2010-03-25 Thread Sergey Korochkin
Hi. You should read about NME protocol. For example here http://www.gpsinformation.org/dale/nmea.htm I used a Java Communications API (http://java.sun.com/products/ javacomm/) for reading data from my GPS USB-receiver connectend to my notebook. Sergey. On Mar 24, 3:09 pm, nicholas ndegwa

[java ee programming] jdbc

2010-03-25 Thread Rafał Laczek
Hi, In my application to extract data I use JDBC. The application is to display data according to organization the user is employed. There are 25 organizations . I wanted to identify users in following way: RequestCycle.get().getRequest()).getHttpServletRequest().getRemoteUser()); if (userId

[java ee programming] GPS

2010-03-24 Thread nicholas ndegwa
Hi team Am currently developing a GPS system using java(Netbeans). I have managed to develop the mapping parts of the system. I.e. a swing application that gets realtime maps on line and displays them on the swing application. Now my question is. how can i receive coordinates from a remote

Re: [java ee programming] JAVA Bar code Reader with USB Barcode Scanner

2010-03-24 Thread Kiche Moses
Anand, Chek out Java POS. regards, Moses Kiche On Tue, Mar 23, 2010 at 12:19 PM, Anand anand@gmail.com wrote: On Tue, Mar 23, 2010 at 1:08 PM, lanre afod lanre.a...@gmail.com wrote: once you point the barcode scanner to an object that has a barcode, the reader would transfer the

[java ee programming] JAVA Bar code Reader with USB Barcode Scanner

2010-03-23 Thread Anand
hi, Can anybody suggest me how to work on Java Bar Code Reader project.what are the requirements and compatability with scanner. Is thr any readymade api for it. Ebook reference will also help for same.. -- Regards, @n...@nd, Software Engineer, . -- You received this message because you

[java ee programming] Wicket problem

2010-03-23 Thread Rafał Laczek
Hi, I have welcome following page Home.java public class HomePage extends WebPage { public HomePage(){ add(new Drift(panel)); } } It seems that everything should work but I receive exception that Can't instantiate page using constructor

Re: [java ee programming] What is J2EE in few words? (EOM)

2010-03-23 Thread Mihai DINCA
), such as any one already enumerated except for Tomcat. This is the case for some big, enterprise class business applications. Now, the Javapassion courses cover all those topics (as I could see). To make simple: the Java EE Programming Basics deals mainly with applications using the servlet

[java ee programming] how to call JSP/Servlet from a ordinary java class.

2010-03-23 Thread thanooj bharateeyudu
hi all. i need to call or transfer control from a java class to a JSP /servlet. i mean ... what i am asking is .. can we call a JSP from a java class. if possible ... please send me the possible ways. waiting for your

Re: [java ee programming] database connection

2010-03-23 Thread Ovidijus
SQLCODE -204 means object does not exist. DB2 is looking for the object DB2INST1.USERS The DB2 assumes that db2inst1 is the schema name. You can use the SET SCHEMA statement or use the userid with the same name as your schema. Regards, Ovidijus. On Tue, 2010-03-23 at 18:59 +0800, ANUJ KUMAR

[java ee programming] jsp scriplet interesting question

2010-03-22 Thread vinay basavanal
Hi all, I think we can write methods in jsp scriplets,On compile all jsp code will be stored in .class file in jspservice method,that means my methods also go in jspservice method,so if this is right then java should support inline functions. -- You received this message because you

Re: [java ee programming] how to access the scope variable from outside the application.

2010-03-22 Thread jitesh dundas
Maybe passing the values as a querystring parameter might help..Again, could you store the information in some config file and then use this info.. Have you tried adding params in web.xml..try that and see if this helps.. jitesh dundas On 3/18/10, thanooj bharateeyudu thanooj...@gmail.com

[java ee programming] face recognition

2010-03-22 Thread Pushpesh Gupta
I want to work on Face Recognition project fully based in Java... Can anybody guide me and tell me how should I go about things... -- 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] alternate to request,getParameter

2010-03-22 Thread Senthil Chidambaram
You should consider the available frameworks out there or consider writing your own. JSF has built in support for validation, you can consider Richfaces. thx Senthil On Mon, Mar 22, 2010 at 4:37 AM, vinay basavanal vins1...@gmail.com wrote: Hi all, If i have a b to b application in

Re: [java ee programming] how to access the scope variable from outside the application.

2010-03-22 Thread bambang teleinfocom
Hi, a.There are type of scopes : page ( only in jsp ), session, request, application ( servletcontext ) Which one you are talking about ? b. You can use pageContext ( in jsp ) to get all four scopes c. one jsp will ( internally ) create one servlet so in your case you can imagine sharing

Re: [java ee programming] alternate to request,getParameter

2010-03-22 Thread bambang teleinfocom
Yes, JSF is cool also On Tue, Mar 23, 2010 at 3:05 AM, Senthil Chidambaram cchid...@gmail.comwrote: You should consider the available frameworks out there or consider writing your own. JSF has built in support for validation, you can consider Richfaces. thx Senthil On Mon, Mar 22, 2010

[java ee programming] Re: Lab-4005 problem

2010-03-22 Thread stancliff
Well, my problem seems to have solved itself. Since I posted the original message, I've turned off and restarted the computer. When I went to look at this problem again, I couldn't recreate it. So, I don't know what the problem was, but it's gone away now. And for now, that works for me. Mike

[java ee programming] Lab-4005 problem

2010-03-20 Thread Mike Stancliff
I've been working my way through Lab-4005 using Java1.6, NetBeans 6.8, and Glassfish 3. There have been a few things that I had to figure out, since the lab was not written for these versions, but the differences were not that big a deal. There is one thing that I have not been able to fix. The

Re: [java ee programming] Network Packet sniffer using JPCap

2010-03-18 Thread jitesh dundas
Wow you seem to be having this as a project submission. I doubt you will pass like this. Anyweays, wish you good luck..Sorry i cannot help. do change some of your code else you will get caught.. thanks. jitesh dundas On Wed, Mar 17, 2010 at 6:04 PM, Meghana meghanait...@gmail.com wrote: Hello

[java ee programming] how to access the scope variable from outside the application.

2010-03-18 Thread thanooj bharateeyudu
hello all. Let us assume that, i have 2 applications running in a single tomcat server i am using JSP to develop the applications if i have set a scope attribute in one application ... and i need to access that scope attribute in the another application. how can we access

Re: [java ee programming] how to access the scope variable from outside the application.

2010-03-18 Thread Mr. Akhilesh Srivastava
Hello My Group friend, Now I have very needed for job in my profile, I am looking for job in Bombay but nothing to achieve, I am very depress from 3 months, if any member can help me so that I will make my carrier, Please help me. Best Regards : Akhilesh Srivastava +91-8097125549 On

Re: [java ee programming] how to access the scope variable from outside the application.

2010-03-18 Thread Senthil Chidambaram
May be you don't have to use any server side cookies approach. You are sharing between two applications any way. Just setting client side cookie approach would work. thx Senthil On Thu, Mar 18, 2010 at 3:41 AM, thanooj bharateeyudu thanooj...@gmail.comwrote: hello all.

[java ee programming] Re: Find the J2ee web hosting site........

2010-03-17 Thread redsword
try eatj.com The free version stays up for 6 hours -- then they kill in the free version. I jave tried my app to test and it works like a charm for MySql, tomcat (5 or 6). On Mar 16, 3:19 am, Sergey Korochkin sekoroch...@gmail.com wrote: Hi. Google provides some Java hosting but with there

Re: [java ee programming] Re: Find the J2ee web hosting site........

2010-03-17 Thread Rafał Laczek
Hi, It is really good to check the application / website in real environment. Sometimes website works very good at the desktop and the problem appears when you install it at real server. I know it from my experience when I was doing websites still in PHP. Regarding PHP the best free server is

[java ee programming] java.sql.SqlException

2010-03-17 Thread Silpa Sunkavalli
Hi, I have a question regarding the java.sql.sqlexception: lock wait timeout exceeded; try restarting transaction with respect to following code stmtBuff(mailPieceInsert); try{ for (int i = 0; i mailCount; i++) { if (count 0) {

[java ee programming] Re: Find the J2ee web hosting site........

2010-03-16 Thread Sergey Korochkin
Hi. Google provides some Java hosting but with there own datastore. You can read about it at http://code.google.com/appengine. -- Sergey On Mar 15, 12:00 pm, Parag Dave dave.para...@gmail.com wrote: Hi, Friends I want to need the site name for upload my small test website. So, have u

[java ee programming] Re: having a problem accessing the javapassion website

2010-03-16 Thread Ming Yan
Thank you Sang Shin, but can I pay with PayPal as I can see the icon but there is not this option in check out? Do you support pay with PayPal? Ming On Mar 15, 10:59 pm, Sang Shin sangshinpass...@gmail.com wrote: On 3/15/2010 7:03 AM, Ming Yan wrote: Hi guys, I am new to the javapassion

[java ee programming] JFreeChart 3D?

2010-03-16 Thread Steve
Does anyone know if JFreeChart supports any 3D XYZ Plots? I have scoured Google and these groups far and wide and have not yet found anything. Thanks! -- You received this message because you are subscribed to the Google Groups Java EE (J2EE) Programming with Passion! group. To post to this

[java ee programming] Find the J2ee web hosting site........

2010-03-15 Thread Parag Dave
Hi, Friends I want to need the site name for upload my small test website. So, have u know any free web-hosting site for JSP with oracle or MySql. Please help me any one know . -- PARAG N DAVE MCA ( Lecturer )

[java ee programming] having a problem accessing the javapassion website

2010-03-15 Thread Ming Yan
Hi guys, I am new to the javapassion website. That is a great website for learning j2ee. However, I can not access the lab materials with 404 error. I heard this website would become a paid website in the near future. How can I subscribe to it or pay for the subscription to get access to the

Re: [java ee programming] Spring

2010-03-14 Thread bambang teleinfocom
Hello Rafal : In order to use Jdbc and Spring, you can use the JdbcTemplate provided by spring then you do not need to write so much connection setup codes cheers bb 2010/3/13 Rafał Laczek rafal_lac...@wp.pl Hi, The Spring is quite new for me but in my project I must use it to extract

Re: [java ee programming] Spring

2010-03-14 Thread bambang teleinfocom
Hi Rafal : Based on the links : http://www.vogella.de/articles/SpringJDBC/article.html First : you need to add spring-jdbc.jar to your classpath (in addition to the standard jars described in the above installation link). Second : Create the POJO of something ( as your domain MODEL ) say :

Re: [java ee programming] Spring

2010-03-14 Thread Rafał Laczek
Hi, Thanks for all suggestions. I'll check it. Regards, Rafal Dnia 14-03-2010 o godz. 9:49 bambang teleinfocom napisał(a): Hi Rafal :Based on the links : http://www.vogella.de/articles/SpringJDBC/article.htmlFirst : you need to add spring-jdbc.jar to your classpath (in addition to the standard

[java ee programming] JavaPassion.com is now switched paid subscription site

2010-03-14 Thread Sang Shin
First of all, I would like to thank everyone who has supported JavaPassion.com in the past in one way or another. We are now starting a new chapter. Yes, I know we are going to lose some of you. Nonetheless, I am personally excited in that myself and Michele can work on JavaPassion.com

[java ee programming] Spring

2010-03-13 Thread Rafał Laczek
Hi, The Spring is quite new for me but in my project I must use it to extract data from database. Bellow I send you code. Unfortunately loading of the context should be left to the Spring listener instead of this explicit creation. Could you help me please to change this code. Thank you

[java ee programming] Re: [javafxprogramming] Certificates

2010-03-13 Thread Sang Shin
On 3/13/2010 7:11 AM, Prabhjot Bhatia wrote: Hi, Does that mean we won't be able to learn JavaFX anymore on your site? Thanks, Prabhjot Bhatia All existing courses including JavaFX programming will be offered under paid subscription basis. Please read the FAQ on this below.

[java ee programming] Certificates

2010-03-12 Thread Sang Shin
We are going to be launching out paid subscription site in a couple of days. Now I would like to make sure anyone who is supposed to receive a certificate in any javapassion.com course (you submitted all the homeworks but did not receive the certificate yet) to be taken care of before the

[java ee programming] Re: How can i add a flash button to jsp

2010-03-11 Thread vicente aleixos
1st, yeah a flash button is an object and you can add it to output to the client (just remember that flash it's client side application) 2nd. Yes, but the best way that you can integrate netbeans and dreamweaver (if you want to) it's that you create the jsp file in netbeans (because it will add to

[java ee programming] Spring - connecting to database

2010-03-11 Thread Rafał Laczek
Hi Friends, I need you small support in database subjects using Spring. In my application I MUST use Spring to connect to database in order to extract some data. Can you advise me preferably sending me any sample how to connect to database as well as configure the spring-config xml. Thank you

[java ee programming] Net Beans error

2010-03-11 Thread vandana arora
Hi friends, when i try to run hello1.jsp in netbeans then this error comes {0} Server cant start. The start jar was not found. How to resolve this error. Please Help Thanks and Regards Vandana -- You received this message because you are subscribed to the Google Groups Java EE (J2EE)

[java ee programming] Re: Net Beans error

2010-03-11 Thread Chris K
On the output window of NetBeans do you see a tab that shows GlassFish and see it initialize? On Mar 11, 10:59 am, vandana arora vandana.6...@gmail.com wrote: Hi friends, when i try to run hello1.jsp in netbeans then this error comes {0} Server cant start. The start jar was not found. How

[java ee programming] What is J2EE in few words? (EOM)

2010-03-10 Thread Felipe Micaroni
-- 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 email to

[java ee programming] How can i add a flash button to jsp

2010-03-10 Thread udeshika
Hi, 1) I need to know how can i add a flash button to a jsp page?? can i do it in netbeans??or I have to do it manually?? 2)I have created a jsp page using dreamwever,i need to add this page to my NetBeans project.how can i do this??(I tried it but couldn't success,Do i need to change xml

[java ee programming] Hosting server change during the next 24 to 48 hours

2010-03-10 Thread Sang Shin
We have decided to change the hosting server company to get a better and faster service. What this means that the javapassion.com domain name has to be transfered to the new hosting server. Currently both hosting sites have all the contents so you should not have any problem accessing the

[java ee programming] Web Services and SOA Programming 5-day Instructor-led Codcamp

2010-03-09 Thread Sang Shin
Folks, I am teaching Web Services and SOA Programming 5-day Instructor-led Codcamp training course during the period of May 17th-21st, 2010 in Burlington MA. http://javapassion.eventbrite.com/ If you know anybody who might be interested in taking this course, please let them know.

Re: [java ee programming] Hibernate basics zip file broken link

2010-03-09 Thread Sang Shin
On 3/8/2010 3:49 PM, xtreme programmer wrote: Does anyone have the Hibernate basics .zip download The link is broken: http://www.javapassion.com/handsonlabs/3514_hibernatebasics.zip It is fixed now. -Sang Shin Thanks, E. -- You received this message because you are subscribed to the

Re: [java ee programming] Web Services and SOA Programming 5-day Instructor-led Codcamp

2010-03-09 Thread kavitha rengasamy
Hi! Is it online or inperson? Thank you, Kavitha Rengasamy, PMP 248 - 854 - 6051 On Tue, Mar 9, 2010 at 4:41 PM, Sang Shin sangshinpass...@gmail.com wrote: Folks, I am teaching Web Services and SOA Programming 5-day Instructor-led Codcamp training course during the period of May

[java ee programming] lab 4001 : web.xml is not created after build and run

2010-03-09 Thread neetika mittal
Hi All,   Need help again.I don't see web.xml under WEB_INF.   Looks like it is not generated by the IDE.I can see sun-web.xml.   Can any body tell what is missing in installation .I have Net Bean 6.8  download     which  says  ALL and java 6. Regards Neetika -- You received this

[java ee programming] Re: lab 4001 : web.xml is not created after build and run

2010-03-09 Thread miga
On Mar 10, 4:04 am, neetika mittal neetika_mitt...@yahoo.com wrote: Hi All,   Need help again.I don't see web.xml under WEB_INF.   Looks like it is not generated by the IDE.I can see sun-web.xml.   Can any body tell what is missing in installation .I have Net Bean 6.8  download     which 

[java ee programming] Homework 4001

2010-03-08 Thread Adrian Militaru
Hello everyone,   I followed all the steps in lab 4001, part 2.4, but when I run MyFirstWebApp, it displays : Servlet MyOwnServlet at /MyFirstWebApp not MyOwnJSP.jsp content. My web.xml looks like: ?xml version=1.0 encoding=UTF-8? web-app version=2.5 xmlns=http://java.sun.com/xml/ns/javaee;

[java ee programming] Problem with JSF 4108 lab examples. server.log don't print correctly.

2010-03-08 Thread César López Sáenz
Hi all, I'm Cesar Lopez, I'm working on Lab 4108, JSF basics Unit, component tree examples. http://www.javapassion.com/handsonlabs/jsfcomponenttree/ I'm using netbeans 6.8, and glassfish as application server. The examples run correctly but in my server.log file I can't get good information,

Re: [java ee programming] Re: Homework 4001

2010-03-08 Thread Adrian Militaru
I made this to work: After you make all the lab requirements, not run the project directly (with Run command). Select Services tab/Servers/Glassfish v3 Domain/Applications/MyFirstWebApp. Right-click and select Open in Browser. The result is now ok, and the browser displays the start page that you

Re: [java ee programming] Homework 4001

2010-03-08 Thread Ovidiu Bivolaru
Hi, I've the same issue and I was going to write to the list as well. Initially, I thought that GlassFish 3.0 bundled with NetBeans 6.8 is the issue (GlassFish 2.x is used in tutorial). When you change Relative URL in project properties and you hit Run, then NetBeans would use URL as composed

[java ee programming] How to create web app in netbeans 6.8

2010-03-08 Thread neetika mittal
Hi All,   Can any body know how to make web app in net beans 6.8. I went to File- new Project but    there was no JAVA WEB category or WEB APPLICATION. Please help me in setting up the environment. I have JAVA 6 and bet beans 6.8. Thanks Neetika -- You received this message because

[java ee programming] Hibernate basics zip file broken link

2010-03-08 Thread xtreme programmer
Does anyone have the Hibernate basics .zip download The link is broken: http://www.javapassion.com/handsonlabs/3514_hibernatebasics.zip Thanks, E. -- You received this message because you are subscribed to the Google Groups Java EE (J2EE) Programming with Passion! group. To post to this

Re: [java ee programming] How to create web app in netbeans 6.8

2010-03-08 Thread Mihai DINCA
Hi Neetika Go to Tools - Plugins. In the Installed Plugins you should find (at least): -- Java SE -- Base IDE -- Java Web and EE If Java Web and EE is missing, then install it from Available Plugins. If they are not missing, but you still have the problem, please check your Java version

[java ee programming] Re: How to create web app in netbeans 6.8

2010-03-08 Thread Chris K
Hi Neetika Did you download the JAVA EE plugins? Depending on what NetBeans bundle you downloaded you may not have the necessary files. You can download the plugins; under the tools menu (I think), click plugins, and download all of the JAVA EE and Web plugins. Then you should be good to go.

Re: [java ee programming] How to create web app in netbeans 6.8

2010-03-08 Thread neetika mittal
Subject: [java ee programming] How to create web app in netbeans 6.8 To: java-ee-j2ee-programming-with-passion@googlegroups.com Date: Tuesday, March 9, 2010, 12:38 AM Hi All,   Can any body know how to make web app in net beans 6.8. I went to File- new Project but    there was no JAVA WEB category

[java ee programming] Spring with JSF

2010-03-07 Thread aykut kanyılmaz
hi, i dont do integrate spring with jsf. i research it very much, but it didnt. can you help me with sample code ? -- 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] I can't submit my exercise to j2eehomewo...@sun.com

2010-03-07 Thread Sang Shin
On 3/4/2010 5:16 AM, Ray Disc wrote: I submitted my homeworks to j2eehomewo...@sun.com mailto:j2eehomewo...@sun.com but have not completed the course Java EE (J2EE) Basics yet. Are those Any homeworks you submitted to j2eehomewo...@sun.com mailto:j2eehomewo...@sun.com before Feb. 1st are

Re: [java ee programming] Spring with JSF

2010-03-07 Thread Mansee Mongia
Hi Why dont you try these links as follows: http://www.javabeat.net/articles/39-integrating-spring-and-jsf-1.html http://cagataycivici.wordpress.com/2005/12/25/integrating_jsf_and_spring/ 2010/3/7 aykut kanyılmaz onbira...@gmail.com hi, i dont do integrate spring with jsf. i research it very

[java ee programming] OpenSSO Agent

2010-03-06 Thread Dillan Fernando
advanced technology is indistinguishable from magic - Author C Clark From: miga migat...@gmail.com To: Java EE (J2EE) Programming with Passion! java-ee-j2ee-programming-with-passion@googlegroups.com Sent: Mon, February 22, 2010 3:21:54 PM Subject: [java ee programming

[java ee programming] thanooj

2010-03-05 Thread thanooj bharateeyudu
i need to do Struts based Pagination using paging tab. i am getting class Not found error.. please help me thanks .. . package com; import java.io.Serializable; public class UserData implements Serializable

RE: [java ee programming] thanooj

2010-03-05 Thread Evans '
Looks like you are missing the commons-beanutil-1.8.0.jar in your project class path. Grab a copy of the jar from Apache commons website and add it to your project...that should help. Good luck. -- Evans Date: Fri, 5 Mar 2010 17:04:59 +0530 Subject: [java ee programming] thanooj From

[java ee programming] Doubt in spring AOP Aspect (aop.aop2style.annotation Style)

2010-03-05 Thread h...@rish
hi, i have a project which integrates Spring-Hibenate-struts. i have entities in com.company.entity ...enities like employee,address,department..etc mapping for tables in oracle DB one of the entity looks like, Employee.java package com.comapany.entity; import java.io.Serializable; import

[java ee programming] u have any idea on paging using JSP or Struts

2010-03-04 Thread thanooj bharateeyudu
hi all... i need to implement paging or pagination which users ArrayList of data to be displayed. using JSP or Struts .. plz reply me...waiting for u reply... thanq -- Yours thanooj bharateeyudu -- You received this message because you are subscribed to the Google

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

2010-03-04 Thread Mihai DINCA
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 écrit : Hi everyone.. I tried to send my homework exercise to j2eehomewo...@sun.com as instructed but I kept on received

RE: [java ee programming] u have any idea on paging using JSP or Struts

2010-03-04 Thread Evans '
Here's a full working example with full source code, see if it helps. http://viralpatel.net/blogs/2009/06/struts-displaytag-tutorial-sort-pagination-data-displaytag-struts.html - Evans Date: Thu, 4 Mar 2010 13:23:47 +0530 Subject: [java ee programming] u have any idea on paging using JSP

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

2010-03-04 Thread Ray Disc
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 that were sent to the old address? On Thu, Mar 4, 2010 at

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