[java ee programming] Sequence element tag need clarification

2010-01-30 Thread Shiv Shankar
Hi everyone, I have a question regarding XML schema. What is the use of sequence tag in schema. We have examples in Netbeans and please post links related to eclipse also. Thanks -- With Regards, Shiv Shankar -- You received this message because you are subscribed to the Google

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

2010-01-30 Thread hind aiouej
hi help to define security-constraint in web.xml how can i define action= in the login.jsp to redirect the information of this page to our servlet. 2010/1/30 hind aiouej aiouej.h...@gmail.com hi, i have a big problem, i brok the session with session.invaDate(); but when i click on back it

[java ee programming] can we do web services with Core Java

2010-01-29 Thread thanooj bharateeyudu
hello. i have an application which is in coreJava(swings- having main() and all) i need to convert it as web services based coreJava application . can we do web services with Core Java !! could i know the processor and all...

[java ee programming] Problem with wicket id

2010-01-29 Thread Rafał Laczek
Hi, I have a problem with name id wicket. I receive communicate Unable to find component with id 'name' in [MarkupContainer] I send you piece of java class and markup. In label I was also trying to use name+ item.getMarkupId() Can you help me please. Best regards, Rafal public HomePage()

[java ee programming] for x in set print(set.contains(x)) outputs **false** for some elements??

2010-01-29 Thread jonderry
My code essentially is: for (T o : setofT) { System.out.println(setofT.contains(o)); } This outputs false in some cases. Note that this for loop is inside another loop, and at after the for loop is finished, the object o is sometimes removed from setofT. Also, if it's any help, o is of type

Re: [java ee programming] Re: Session Tracking.

2010-01-29 Thread thiago moraes
Hi Shan. I don't think those requirements will make your application more secure. For security see this link http://docs.jboss.org/jbossas/admindevel326/html/ch8.chapter.html On Fri, Jan 29, 2010 at 4:50 AM, Shan m.shanmugara...@gmail.com wrote: Hi All, Sorry. Its my fault that I didn't

[java ee programming] java in future

2010-01-29 Thread aykut kanyılmaz
hi frends, i hope that java improved by oracle but, i didnt see anything about java in their deal. as a java lover, i m afraid that java will die. plan of oracle doesn't contain anything about java. i have a lot of question in mm mind. will there be java in future as effective, powerful etc...

[java ee programming] SHOW JAVADOC does not work

2010-01-28 Thread peeter brunch
Dear all, When I try to perform SHOW JAVADOC on any of the JPA annotation in one of the javapassion J2ee advance course lab. I received the following warning box on my NETBEAN IDE screen with the message: Could not access the URL through the external browser. Check the browser

RE: [java ee programming] SHOW JAVADOC does not work

2010-01-28 Thread peeter brunch
Dear everyone, Pls ignore this problem I reported. I have fixed the browser configuration in my NETBEAN IDE. Sorry for the false alarm. Regards, Peeter From: peeterbru...@hotmail.com To: java-ee-j2ee-programming-with-passion@googlegroups.com Subject: [java ee programming] SHOW

[java ee programming] Anybody knowing the solution send the code

2010-01-28 Thread sathya murthi
i worked one application in two systems. sometimes i want to share any file in the two system. i use the Apache tomcat server. i want to access apache tomcat cache memory. how to access anybody know reply the sourse code.. -- You received this message because you are subscribed to the Google

[java ee programming] Re: Session Tracking.

2010-01-28 Thread Shan
Hi All, Sorry. Its my fault that I didn't convey what I wanted to do. So here I am trying to explain it again. I want my application to be more secure. 1. I dont want the user to use back forward buttons in the browser to navigate through my application. If any does it then i need to

[java ee programming] Re: Helping with Examples Tomcat_LAB-4008

2010-01-26 Thread Abubakar Gurnah
Are you using and ide's On Jan 26, 3:39 am, Juan Pablo Alvis Colomenares juanpabloal...@gmail.com wrote: Good Night, Greeting from Colombia, Someone could share the tomcat examples in order to do the practice, Thanks very much. Juan Pablo Alvis (+057)3142051048 -- You received this

[java ee programming] Wicket - add method

2010-01-26 Thread Rafał Laczek
Hi, In Wicket project that I try to make in Eclipse I have a problem with add method. There is communicate ..is not applicable for the argument(Form). In this case I want to add form component to my application. The project works fine in NB and both for NB and Eclipse I have used the same

[java ee programming] Need Help

2010-01-26 Thread Lawal Oyindamola
Please i need your help on taking java from the scratch (from the proper introduction). -- 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] GlassFish v3 Domain would not start

2010-01-26 Thread Sue-Fen Cuti
: java-ee-j2ee-programming-with-passion@googlegroups.com [mailto:java-ee-j2ee-programming-with-pass...@googlegroups.com] On Behalf Of Marco Rieger Sent: Tuesday, January 19, 2010 10:59 AM To: kbh...@gmail.com Cc: Java EE (J2EE) Programming with Passion! Subject: Re: [java ee programming] GlassFish v3

Re: [java ee programming] Session Tracking.

2010-01-25 Thread prashant malviya
http://www.hypergurl.com/norightclick.html Prashant Malviya 91-9341030325 Sent from Bangalore, KA, India 2010/1/25 Shan m.shanmugara...@gmail.com Hi, I have an application, in which i dont want the user to open the application page in new browser window or new tab(by right clicking in a

Re: [java ee programming] Re: How to connect Tomcat server to eclips *

2010-01-25 Thread surekha tippa
How to create FRAME When BUTTON is clicked? I tried using following code: import java.awt.*; import java.awt.event.*; class Login extends Frame implements ActionListener { Label l1,l2; TextField tf1,tf2; Button b1; public Login() {

Re: [java ee programming] Class members...

2010-01-24 Thread Niteen Kumar
You said it all. Class members are class specific, think it as a global declaration. On the flip side the instance variables are method specific..For an example..think of a singleton class where you create single instance of the class and that act a single entry point for the app access. All

Re: [java ee programming] Digest for java-ee-j2ee-programming-with-passion@googlegroups.com - 1 Message in 1 Topic

2010-01-22 Thread mac
Hi, To add Tomcat v6.x on eclipse 3.4, follow the following steps: 1. Click on *Windows - Show View - Servers*. -You will get *server *view opened. -In case you can not find 'Servers' in the 'Show View' list then click on 'Others' and then select from there. 2. Right click

[java ee programming] How to connect Tomcat server to eclips

2010-01-21 Thread udeshika
Hi all, I'm using eclips 3.4 and Apache Tomcat 6.x can someone tell me what is the procedure to connect these two. than regards, Udeshika Perera. -- 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] Servlet BookStoreServlet is not available

2010-01-19 Thread James Boswell
Sounds like your application is not deployed on Tomcat or Tomcat itself has not started correctly. James Date: Mon, 11 Jan 2010 19:21:07 -0800 Subject: [java ee programming] Servlet BookStoreServlet is not available From: psome...@gmail.com To: java-ee-j2ee-programming-with-passion

Re: [java ee programming] GlassFish v3 Domain would not start

2010-01-19 Thread Marco Rieger
Hi John, I have tried to reproduce your steps and have installed Tomcat via netbeans-6.8-ml-windows.exe. I selected ONLY Tomcat so that the rest of my Netbeans 6.8 installation with GlassFish v3 would not be overwritten. Afterwards I added the server in Netbeans 6.8 under services - server

Re: [java ee programming] GlassFish v3 Domain would not start

2010-01-19 Thread KrishnaBhakt desai
I had followed the same steps as you did. Today I started netbeans ide again(after pc reboot). I had no servers running. I tried to start glassfish v3 Domain and got the same errors. Then I started Tomcat and it started. I ran a sample JSP project 'hello1' and it ran fine under Tomcat. I am OK

[java ee programming] GlassFish v3 Domain would not start

2010-01-18 Thread John Smith
Hi All I installed netneans IDE 6.8 GlassFish v3 Domain was automatically installed. Everything was fine until I installed Tomcat from netbeans-6.8-ml-java-windows.exe file. I had to install Tomcat to go thru LAB-4002 Exercise 2. After I installed Tomcat, I restarted the netbeans, but GlassFish

[java ee programming] Re: Need help for final year project

2010-01-17 Thread piyushn
first of all you need to understand the specifications of projects. you can implement project on J2EE (using servlets and jsp) along with JavaScript etc.. if you have basic understandings of Hibernate then it will help you ,making database related transactions easy. tell us what u are looking

[java ee programming] Re: jsf-navigation rule problem

2010-01-17 Thread volkan
Hi, Is there any other component in jsp page such as selectManyMenu.Because sometimes,jsf validation causes this problem when these components are filling dynamically. Maybe,you should use pahes listener and so you can see whether there is any validation problem. On 16 Ocak, 15:16, merve t

[java ee programming] I have JavaEE NetBeans problem

2010-01-17 Thread DONGWOO.KIM
I practice Servlet Basics(LAB-4002) to Netbeans 8 when I used run to hello2 projcet I saw the error C:\Documents and Settings\Dongwoo_Kim\바탕 화면 \JAVAEE05\02\4002_servletbasics\servletbasics\samples\hello2\nbproject \build-impl.xml:367: The libs.CopyLibs.classpath property is not set up. This

Re: [java ee programming] Re: Need help for final year project

2010-01-17 Thread srinivasan jeyavel
Once you are done with analysis. The best thing to do is go over MVC once. And decide upon which type of Model and View you are planning to use. Regards Srinivasan On 1/17/10, piyushn piyushn...@gmail.com wrote: first of all you need to understand the specifications of projects. you can

[java ee programming] jsf-navigation rule problem

2010-01-16 Thread merve t
hi, i know this is a very simple issue but i can do nothing to solve. some lines from faces-config.xml navigation-rule from-view-id/start.jsp/from-view-id navigation-case from-outcomego/from-outcome to-view-id/stop.jsp/to-view-id redirect/

Re: [java ee programming] Converting Datetime to Date in jsp

2010-01-15 Thread Madhav Yadav
For example, you could have a method in your business object such as: *private *String getDateTime() { DateFormat dateFormat = *new *SimpleDateFormat(/MM/dd HH:mm:ss ); Date date = *new *Date(); *return *dateFormat.format(date); } above is good but i think you need

[java ee programming] Roles in EJB

2010-01-15 Thread aykut kanyılmaz
Dear Frends, Firstly I want to do this: I recognised a lot of roles in my roles table and i want to add user in one of this roles. and in my ejb class has a method that allowed just admin role. i am able to add an user to glassfish realm. how can i do this? please write simple sentences thanks

Re: [java ee programming] Struts 2 query

2010-01-15 Thread Madhav Yadav
Hi, You have to check your struts.xml file. I think mapping is not correct. Thanks On Fri, Jan 15, 2010 at 2:55 PM, Sadia Butt buttsa...@yahoo.com wrote: Hi Everyone :) I am trying to learn Struts 2 I am stuck on my helloworld example.

[java ee programming] Wicket in Eclipse

2010-01-14 Thread Rafał Laczek
Hi, Can somebody help me how to configurate MyEclipse in order to be able to make Wicket projects. I cannot make any imports for example import org.apache.wicket.protocol.http.WebApplication; In NB everything is going well. Thanks in advance for help. Best regards, Rafal Laczek

Re: [java ee programming] Wicket in Eclipse

2010-01-14 Thread sachin misurkar
try with by downloading installaling the eclipse plugin. http://wicket.apache.org/ides.html 2010/1/14 Rafał Laczek rafal_lac...@wp.pl Hi, Can somebody help me how to configurate MyEclipse in order to be able to make Wicket projects. I cannot make any imports for example import

[java ee programming] Wicket /xml /Eclipse

2010-01-14 Thread Rafał Laczek
Hi, I'm creating sample wicket application using Eclipse as well as I have copied it to the NB. As I'm more familiar with NB I have no problem to display the welcome page in the browser from the level of this tool. The problem is with Eclipse. Unfortunately I am forced to use Eclipse due to

[java ee programming] JPA and Dynamic Web Development

2010-01-14 Thread Asilbek Sultanaliev
hi all, i'm new in java ee development I couldn't integrate JPA project with Web Project how it can be? or how can i automatically generate entities from database tables in Dynamic Web Project? Please help. it will be nice if u lend me an example as war file Thanx. -- You received this message

[java ee programming] JPA and Dynamic Web Development help

2010-01-14 Thread Asilbek Sultanaliev
hi all, i'm new in java ee development I couldn't integrate JPA project with Web Project how it can be? or how can i automatically generate entities from database tables in Dynamic Web Project? Please help. it will be nice if u lend me an example as war file and tell me please the best way of

[java ee programming] Converting Datetime to Date in jsp

2010-01-13 Thread sachin bolmal
Hello Everyone, I want to convert, Datetime from my businessObject to date for displaying in jsp. How should i do that. Thanks in advance. -- 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

Re: [java ee programming] Converting Datetime to Date in jsp

2010-01-13 Thread Francisco Cortes
with SimpleDateFormat to get the desired format. I hope this helps. Regards, De: sachin bolmal sachin.bol...@gmail.com Para: java-ee-j2ee-programming-with-passion@googlegroups.com Enviado: mié,13 enero, 2010 09:51 Asunto: [java ee programming] Converting Datetime to Date

[java ee programming] IE7 ----------------- ASPNET problem (URGENT)

2010-01-13 Thread ravi kiran
Hi Frds , I have a probelm on IE7 a aspx page. Actually when I developed in IE8 But Customer Installed IE7 latest (VisualStudio 2005 He have) Actual Problem ::that page makes javascript error 96 line no2916 no Actual that type js i am not writing in that page (Generated by Web

Re: [java ee programming] How can I set the classpath in the program?

2010-01-13 Thread prashant malviya
http://stackoverflow.com/questions/402330/is-it-possible-to-add-to-classpath-dynamically-in-java this may help you Prashant Malviya Sent from Bangalore, KA, India 2010/1/13 Saurabh Manohar saurabhmano...@gmail.com Hi All, I have a program which takes the classpath from the user as a

RE: [java ee programming] IE7 ----------------- ASPNET problem (URGENT)

2010-01-13 Thread Evans '
Not sure you are likely to get any solution here. This is a Java group, and you may want to not use 'URGENT' in your subject next time. Good luck Evans http://javawug.org From: ravikiran.ie...@gmail.com Date: Wed, 13 Jan 2010 18:02:26 +0530 Subject: [java ee programming] IE7

[java ee programming] Re: How can i create Excel file using java

2010-01-12 Thread piyushn
what you can do is .. create CSV file (Comma Seprated Value) file that is similar to excel file . csv file opens in ms excel only i give you hint how you can do it. create value you want to write ex. {hello,how,are,you} this way.. if are facing problems tell me.. regards, Piyush Patel On Jan

[java ee programming] How can I set the classpath in the program?

2010-01-12 Thread Saurabh Manohar
Hi All, I have a program which takes the classpath from the user as a variable. Can I include the path when I run the program itself. Lets say the user inputs C:\Data\Lib as the path for libraries, how can I include the classpath when making a call to a method in the program itself. Or would

[java ee programming] How can i create Excel file using java

2010-01-11 Thread udeshika
Hi, Anyone knows how to create a MS Excel file using java,i was tring to create a file but it gives a exception when i run the programe.I'm using Apache PIO API in eclips, for the my program.please help me to over come this problem. Thanxx Code

Re: [java ee programming] How can i create Excel file using java

2010-01-11 Thread akshay chandu
Hi, I have tried to execute the code. I did not get the mentioned exception,however I got 2 null pointer exceptions. I added the following lines to solve them HSSFCell colHeading1 = headerRow.createCell((short) 0); HSSFCell colHeading2 =headerRow.createCell((short) 4);

Re: [java ee programming] How can i create Excel file using java

2010-01-11 Thread Dillan Fernando
advanced technology is indistinguishable from magic - Author C Clark From: udeshika perera@gmail.com To: java-ee-j2ee-programming-with-passion@googlegroups.com Sent: Mon, January 11, 2010 8:36:44 PM Subject: [java ee programming] How can i create Excel file using

RE: [java ee programming] Problem in testing Java annotation programming

2010-01-11 Thread peeter brunch
() { System.out.println(Testing Target annotation); } Thanks for your kind advice. Regards, Peeterbrunch Date: Fri, 8 Jan 2010 17:26:14 +0530 Subject: Re: [java ee programming] Problem in testing Java annotation programming From: shabarish...@gmail.com To: peeterbru...@hotmail.com right

[java ee programming] 4116_jsftomahawk.rar can not be extracted

2010-01-10 Thread merve t
i download it but can not extract. also i want to ask, how can i define radio buttons with label values from backing beans? i tried lots of things including: h:dataTable var=doc value=#{myBean.myproperties} h:column t:selectOneRadio id=sor

[java ee programming] desktop application with javaFX?

2010-01-09 Thread piyushn
hi, i want to know should i use JavaFX for my desktop application? my app has lots of databse related opeartions... please reply 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

RE: [java ee programming] J2EEOverview problem

2010-01-08 Thread Evans '
Hi, You didn't tell us what problem or error message you received, but it's working fine here. Regards Evans http://javawug.org/jobs Date: Fri, 8 Jan 2010 08:41:46 -0800 Subject: [java ee programming] J2EEOverview problem From: walaasa...@gmail.com To: java-ee-j2ee-programming

[java ee programming] Cannot get Class.forName(com.mysql.jdbc.Driver); to work

2010-01-07 Thread tedpottel
Hi, I have successfully madea program that access my sql database sevrer. I tried to create another project connecting to the same data base and cannot get it to work, I even ended up copying over the code from the other project. Both projects are in net beans. I was able to track the problem

[java ee programming] Wicket framework

2010-01-07 Thread Rafał Laczek
Hi Colleagues, In forthcoming weekends I will be learning intensively Wicket framework. For sure I will have many questions on this forum. By the way I would like to ask you to send me interesting links to materials with this technology, sample codes, dedicated Wicked forums, any pdf, courses

[java ee programming] Attributes printing problem in Lab 4108 JSF component tree

2010-01-06 Thread peeter brunch
Hi, In lab 4108 JSF component tree, we are told to use getAttributes() method of the UIComponent class to print out the attributes of each UIComponent of the following HTML body: body bgcolor=white f:view h:form id=helloForm h2Hi. My name is Duke. I'm

Re: [java ee programming] JSP/Servlet

2010-01-05 Thread Rafał Laczek
indistinguishable from magic - Author C Clark From: Rafał Laczek rafal_lac...@wp.plTo: Java EE (J2EE) Programming with Passion! java-ee-j2ee-programming-with-passion@googlegroups.comSent: Mon, January 4, 2010 2:35:21 PMSubject: [java ee programming] JSP/ServletHi Colleagues,I need your some help.I

Re: [java ee programming] JSP/Servlet

2010-01-05 Thread Dillan Fernando
@googlegroups.com Sent: Tue, January 5, 2010 9:00:22 AM Subject: Re: [java ee programming] JSP/Servlet Hi, Thanks for response. My comments are in // tags Can you help BR Rafal resultEdit.jsp - form name=edit action=ResultEdit.java method=get You need to give the servlet name and not the java file

Re: [java ee programming] JSP/Servlet

2010-01-04 Thread Dillan Fernando
Laczek rafal_lac...@wp.pl To: Java EE (J2EE) Programming with Passion! java-ee-j2ee-programming-with-passion@googlegroups.com Sent: Mon, January 4, 2010 2:35:21 PM Subject: [java ee programming] JSP/Servlet Hi Colleagues, I need your some help. In reference to my last e-mail I ask you to help me

[java ee programming] Using history in eclipse, getting a older version of source file in eclipse

2010-01-01 Thread tedpottel
Hi, I mest up my program. I was shown how to retrievea older version of your source file in eclipse, but I cannot figure out how to do it now? - Ted -- 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] weblogic 9.x eclipse configuration

2010-01-01 Thread ashok bantu
Hi can any one please send me how to configure weblogic 9.1 with eclipse Galilieo -- 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] Lab 4010 home work problem

2009-12-30 Thread Alexey Filippov
Please refer to JLS § 3.10.5 or a popular description at http://www.janeg.ca/scjp/lang/strLiteral.html == returns false 'cause these are different objects: you explicitly create str1. 2009/12/30 Sumant sumant2...@gmail.com: Why I get True for Equals and false for == ? here is the code below...

Re: [java ee programming] Lab 4010 home work problem

2009-12-30 Thread Bimal Java
Because, == checks for address and .equals checks for value On Dec 30, 2009, at 3:22 AM, Sumant sumant2...@gmail.com wrote: Why I get True for Equals and false for == ? here is the code below... public class Test12 { public static void main(String[] args) { String str1=new

[java ee programming] Re: [Java] Guidance on Struts 1.3

2009-12-29 Thread Thiago Santana
Hello Mayank, That just did the trick! Thanks a lot for your response. Thank you!!! TS 2009/12/24 Mayank Singh want2meetmay...@yahoo.co.in In your page.jsp you have written *html:text property=onlyChild.name/* *now you are trying to access name field within onlyChild object, which is

[java ee programming] Java EE 6 1-day Online Codecamp (on Jan. 12th, 2010)

2009-12-29 Thread Sang Shin
. 30th, 2010 http://www.javapassion.com/groovyandgrails/ Ajax and Web 2.0 Programming course started from Sep. 7th, 2009 http://www.javapassion.com/ajaxcodecamp/ Advanced Java EE Programming course started from Oct. 1st, 2009 http://www.javapassion.com/javaee_advanced

[java ee programming] ANTLR

2009-12-28 Thread nikola ivanov
Does any one here has working some project with ANTLR Please I need a help _ Windows Live: Keep your friends up to date with what you do online.

[java ee programming] JSP/Serwlet application

2009-12-28 Thread Rafał Laczek
Hi, I have prepared test application where after the log in the user can choose from combo box the country and then the chosen country is added to arraylist. Combobox is in html page and business logic and presentation layer are in JSP. Now I want to refactor the project in order the business

PD: [java ee programming] JSP/Serwlet application

2009-12-28 Thread Rafał Laczek
Hi, The problem is solved. BR Rafal Dnia 28-12-2009 o godz. 16:53 Rafał Laczek rafal_lac...@wp.pl napisał(a): Hi, I have prepared test application where after the log in the user can choose from combo box the country and then the chosen country is added to arraylist. Combobox is in html

[java ee programming] Tomcat 6 and service

2009-12-28 Thread Mykhaylo Lytvynuk
I would like to do the following thing: I want to have service deployed under Tomcat 6, which can pull data from DB with certain intervals and PUSH them via BES (Blackberry Enterprise Server) to BB devices? Or may be there is some other solutions out there? Thank you -- You received this

Re: [java ee programming] JDBC Connection error

2009-12-25 Thread sher alam
1. Check this string: *String connectionUrl = jdbc:sqlserver:MAY BE PORT NUMBER MISSING //localhost;**database=AdventureWorks;**integratedSecurity=true;;*Like for Mysql server the port number is 3306. 2. Do you have Connector. Check that you have the right connector for jdbc. To avoid this

Re: [java ee programming] JDBC Connection error

2009-12-25 Thread Ali Ekber Çelik
Hi, You must add sql server jdbc jar file to classpath(your java home/jre/lib/ext).Also you must set your sqlserver config.(in configuration manager,set connection port as 1433).And you must specify a username and password.And try it again.if you get en exception again,write again. import

[java ee programming] JDBC Connection error

2009-12-24 Thread bijesh shyanth
Hi I was just trying to run this program import java.sql.*; public class JDBCDemo { //    private Connection con;     public static void main(String[] str){ new JDBCDemo().connect();     }     private void connect(){     try{    

[java ee programming] Java courses in Oslo/Norway

2009-12-21 Thread Rafał Laczek
Hi Colleagues, Do you know maybe about interesting courses of Java in Oslo /Norway? The course may be payable as the company where I'm employed is willing to refund the costs. Just I need to take decision very quickly. Best regards, Rafal Laczek

[java ee programming] Re: Months between two dates

2009-12-20 Thread mgalushka
Use JodaTime framework for sucj purposes. On Dec 18, 11:25 am, sachin bolmal sachin.bol...@gmail.com wrote: Hi Everybody, Plz Help me in calculating no of months between two dates. -- You received this message because you are subscribed to the Google Groups Java EE (J2EE) Programming with

Re: [java ee programming] Error In Fetching Data from STRING EMBL File

2009-12-19 Thread Mihai DINCA
Hi Jitesh More details are necessary for a complete diagnostic, but version number can be caused by a difference between the JDBC libraries version and the database server version. I don't think the JSP code is the cause. Hope it helps, mihai jitesh dundas a écrit : Dear Sir/Madam, I am

[java ee programming] Filter

2009-12-19 Thread sachin bolmal
Hello Everyone. Plz Help.I have 3 different mapping tables and coresponding Filters. 1st table installment_template_school_mapping Filter: InstallmentTemplateSchoolMappingFilter 2nd table installment_template_course_mapping Filter: InstallmentTemplateCourseMappingFilter 3rd table

[java ee programming] JSP /Displaying arrayList

2009-12-19 Thread Rafał Laczek
Hi, This is main part of my result.jsp. I have a problem to display the results from arrayList. I wanted to do it by while loop. Please help. BR Rafal % ArrayList arraylist = (ArrayList)session.getAttribute(arraylist); if(arraylist == null){ arraylist = new ArrayList();

Re: [java ee programming] JSP and Servlets

2009-12-18 Thread Rafał Laczek
2009 10:48To: rafal_lac...@wp.pl;java-ee-j2ee-programming-with-passion@googlegroups.com Subject: RE: [java ee programming] JSP and ServletsHi,I think u can get help from the link belowhttp://www.wdvl.com/Authoring/Java/Servlets/and also fromhttp://www.wdvl.com/Authoring/Java/Servlets/index2

[java ee programming] JSP/Arraylist

2009-12-18 Thread Rafał Laczek
Hi, As the training I`making test application in JSP including small form. The form in available on form.html and looks as follow: form action=result.jsp method=get pFirst name input type=text name=firstName //p pSurnameinput type=text name=surname //p Maleinput type=radio

RE: [java ee programming] Months between two dates

2009-12-18 Thread Md. Misbahul Alam Chowdhury
...@googlegroups.com] On Behalf Of sachin bolmal Sent: Friday, December 18, 2009 9:26 AM To: java-ee-j2ee-programming-with-passion@googlegroups.com Subject: [java ee programming] Months between two dates Hi Everybody, Plz Help me in calculating no of months between two dates. -- You received

[java ee programming] Regex to Match All Source Attributes in HTML IMG Tag

2009-12-18 Thread vunet
Hello, I am trying to get all src attribute values in HTML IMG tags with Regex. SInce I am not an expert in Regex I found one online which seems to work well for many users: src=(?:\|\')?(?imgSrc[^]*[^/].(?:jpg|bmp|gif|png))(?:\|\')? However, when I plug it in my Java code it throws an error

Re: [java ee programming] Regex to Match All Source Attributes in HTML IMG Tag

2009-12-18 Thread VUNET
with Passion! Subject: [java ee programming] Regex to Match All Source Attributes in HTML IMG Tag Hello, I am trying to get all src attribute values in HTML IMG tags with Regex. SInce I am not an expert in Regex I found one online which seems to work well for many users: src=(?:\|\')?(?imgSrc

RE: [java ee programming] Re: Lab 4010 home work problem

2009-12-17 Thread peeter brunch
? I hope I have clarified the situation. Pls accept my apology again. Regards, Peeter Date: Tue, 15 Dec 2009 11:50:51 +0100 From: mihai.di...@free.fr To: java-ee-j2ee-programming-with-passion@googlegroups.com Subject: Re: [java ee programming] Re: Lab 4010 home work problem Hi Peeter

RE: [java ee programming] JSP and Servlets

2009-12-17 Thread James Boswell
Sent: 16 December 2009 10:48 To: rafal_lac...@wp.pl; java-ee-j2ee-programming-with-passion@googlegroups.com Subject: RE: [java ee programming] JSP and Servlets Hi, I think u can get help from the link below http://www.wdvl.com/Authoring/Java/Servlets/ and also from http://www.wdvl.com/Authoring/Java

[java ee programming] Editing web.xml , in NB6.8

2009-12-16 Thread Joseph John
Hi I wanted to modify my web.xml , but the IDE NB6.8 says that the File WEB-INF/web.xml cannot be locked because it is read only I am using Karmic Kola , with NetBeans 6.8 . From OS I had checked the permission , it is fine . Is there any way to edit this file using IDE Thanks Joseph John

[java ee programming] Re: Editing web.xml , in NB6.8

2009-12-16 Thread Joseph John
Please ignore my previous mail , I can edit the file now , some confusion happened to me Sorry On Thu, Dec 17, 2009 at 8:44 AM, Joseph John jjk.s...@gmail.com wrote: Hi I wanted to modify my web.xml , but the IDE NB6.8 says that the File WEB-INF/web.xml cannot be locked because it is

RE: [java ee programming] Lab 4205_Strutsbasics homework problem

2009-12-15 Thread peeter brunch
. But, I still could not figure out why the cursor is not placing at the beginning of the text box and have to manually position my cursor to the first character position. Cheers, Peeter Subject: RE: [java ee programming] Lab 4205_Strutsbasics homework problem Date: Mon, 14 Dec 2009 10:44:47

Re: [java ee programming] Re: Lab 4010 home work problem

2009-12-15 Thread Mihai DINCA
@googlegroups.com Subject: Re: [java ee programming] Re: Lab 4010 home work problem Hi Peter, It seems that the JAVA_HOME works, the new error concern another problem that seems to be known for Tomcat as I found it through Google. Here is the solution http://testdrive.mapinfo.com/techsupp/miprod.nsf

[java ee programming] JSP and Servlets

2009-12-15 Thread Rafał Laczek
Hi, I'm looking for good materials with examples where I can learn JSP (more important) and Servlets in deeper way than during this course. Best regards, Rafal PS. Mam da Ciebie prezent na święta :)

Re: [java ee programming] JSP and Servlets

2009-12-15 Thread mohanbabu11
, 2009 4:30 PM Subject: [java ee programming] JSP and Servlets Hi, I'm looking for good materials with examples where I can learn JSP (more important) and Servlets in deeper way than during this course. Best regards, Rafal PS. Mam da Ciebie

RE: [java ee programming] JSP and Servlets

2009-12-15 Thread Md. Misbahul Alam Chowdhury
-programming-with-pass...@googlegroups.com] On Behalf Of Rafal Laczek Sent: Tuesday, December 15, 2009 10:31 PM To: Java EE (J2EE) Programming with Passion! Subject: [java ee programming] JSP and Servlets Hi, I'm looking for good materials with examples where I can learn JSP (more important

[java ee programming] Lab 4205_Strutsbasics homework problem

2009-12-14 Thread peeter brunch
Hi, Here is my program code for Lab 4205_strutsbasics homework. %@ page language=java % %@ taglib uri=/WEB-INF/struts-bean.tld prefix=bean % %@ taglib uri=/WEB-INF/struts-html.tld prefix=html % %@ taglib uri=/WEB-INF/struts-logic.tld prefix=logic % html head meta

[java ee programming] Re: Exception handling when internet disconnected

2009-12-14 Thread Additya
Hi Prabhu , Here is a nice article which may help you in Exception Handling http://www.ezdia.com/Exception_Handeling_in_Java/Content.do?id=184 On Dec 10, 3:12 pm, prabu prabu...@gmail.com wrote: Hi all of you                              can any one please send example coding for exception

RE: [java ee programming] LAB-4205

2009-12-14 Thread Moria Shebsovich
-with-passion@googlegroups.com [mailto:java-ee-j2ee-programming-with-pass...@googlegroups.com] On Behalf Of Stepan S Sent: Sunday, December 13, 2009 2:09 PM To: Java EE (J2EE) Programming with Passion! Subject: [java ee programming] LAB-4205 Hello, guys! Can any one give me some advice

RE: [java ee programming] Lab 4205_Strutsbasics homework problem

2009-12-14 Thread Moria Shebsovich
-programming-with-passion@googlegroups.com [mailto:java-ee-j2ee-programming-with-pass...@googlegroups.com] On Behalf Of peeter brunch Sent: Monday, December 14, 2009 1:35 AM To: j2ee passion Subject: [java ee programming] Lab 4205_Strutsbasics homework problem Hi, Here is my program code

[java ee programming] Re: Can't run .ear application on JBoss AS

2009-12-13 Thread ostorhegyes
Use http://localhost:8080/hello instead of http://localhost:8080/helloworld. The context root is designated as /hello in the applicaton.xml you provided with us. On dec. 12, 18:11, Mystical_Force anton.shay...@gmail.com wrote: Hi all, So, basically the problem was described on the

[java ee programming] Re: Lab 4010 home work problem

2009-12-11 Thread yolila
set JAVA_HOME=c:\Program Files x(86) I thought the code above is the key point. Try this instead: set JAVA_HOME=c:\Program Files x(86) Otherwise, it may work like this when executing if not %JAVA_HOME% == goto gotHome %JAVA_HOME% was stretched into c:\Program Files x(86) then blank string was

[java ee programming] Homework, Certificates info

2009-12-10 Thread Sang Shin
7th, 2009 http://www.javapassion.com/ajaxcodecamp/ "Java EE Programming Advanced" course started from Oct. 1st, 2009 http://www.javapassion.com/javaee_advanced/ --- -- You received this message because you are subscribed to t

[java ee programming] Exception handling when internet disconnected

2009-12-10 Thread prabu
Hi all of you can any one please send example coding for exception handling while you are running an application in web suddenly the internet disconnected how to over come that exception and resume again from the last point when internet connected again Thanks a

RE: [java ee programming] Spring documents for Netbeans users

2009-12-10 Thread Alin Dumitrescu
-with-pass...@googlegroups.com] On Behalf Of Weasley Sent: December-10-09 7:11 AM To: Java EE (J2EE) Programming with Passion! Subject: [java ee programming] Spring documents for Netbeans users This document shows you how to install the Spring Framework and run it in NetBeans IDE. The Spring

Re: [java ee programming] Problem with DOM API

2009-12-09 Thread Thomas Schiefer
You may try JAXP http://en.wikipedia.org/wiki/Java_API_for_XML_Processing Regards Tom On Wed, Dec 9, 2009 at 1:38 PM, Waqar Ahmed waqarah...@lmkr.com wrote: Hi All I am facing application server failure (or stop ) problem while generating XML document (record fetched from

Re: [java ee programming] Question about LAB4101

2009-12-09 Thread Mihai DINCA
Hi Fernando, If this is the code, than you have an extra closing acolade (see the code below). Hope it helps, mihai fernando pardo a écrit : hello all: anyone help me please? Im doing the course j2ee java programming the homework that belongs to lab4101(lab#13)(JSFHelloworld)but i have

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