[java ee programming] java communications api

2011-08-08 Thread nicholas ndegwa
Hi Team Can someone please help me.   I have been trying to download java commmunications api from oracle website but with no success. Can someone pls help me Regards Nicholas -- You received this message because you are subscribed to the Google Groups Java EE (J2EE) Programming with

Re: [java ee programming] Java Web Service?

2011-07-29 Thread Sebastian E. Ovide
or even simpler : http://download.oracle.com/javaee/6/tutorial/doc/bnayn.html package helloservice.endpoint; import javax.jws.WebService; import javax.jws.webMethod; @WebService public class Hello { private String message = new String(Hello, ); public void Hello() { }

[java ee programming] Java Web Service?

2011-07-25 Thread Evgeniy Pol.....
Hi Everyone! I want implement *java web service.* I'm new in this. someone can give me some advise somethink for begin with this implementation? which server is better? Which protocol? SOAP or somethink else? Thanks!! -- You received this message because you are subscribed to the Google

Re: [java ee programming] Java Web Service?

2011-07-25 Thread Icon Web Solutions
http://www.javaissues.com/2011/04/apache-axis-14-hello-world-example-jws.html follow the steps on the link above. On Mon, Jul 25, 2011 at 11:53 AM, Evgeniy Pol. yone...@gmail.comwrote: Hi Everyone! I want implement *java web service.* I'm new in this. someone can give me some advise

[java ee programming] Java Developer

2011-05-16 Thread Jerome jjcpl.rpo
Java Developer send resumes to jer...@jjcpl.net se...@jjcpl.net Only Telephonic interview Location – Newbury Park CA Rate: $40/hr c2c all inc Duration – 6+ months Strong Object Oriented concepts Strong in Java 1.5 foundations Hands on experience with– HTML, JSP, JQUERY Strong Spring Concepts

[java ee programming] Java EE programming course is renamed into Web programming

2011-05-10 Thread Sang Shin
In case you have not noticed on the website, the Java EE programming course has been morphed into the following two courses -Web programming basics -Struts 1 programming We are going to use the same email alias (this email alias) for Web programming basics. Thanks. -Sang --

[java ee programming] Java EE 6 Reloaded!

2011-04-20 Thread blease87
This month's Java Tech Journal is now available on-line for FREE download! Download it at http://jaxenter.com/java-tech-journal In last month's Java EE 6-centric issue of Java Tech Journal, we looked at in-container testing for Java EE, with the Arquillian test framework; building RESTful Web

[java ee programming] Java EE 6: EJB vs Backingbeans

2011-04-16 Thread Sebastian
Hi All, we started a new application a couple of months ago with Java EE 6. We started using @ManagedBean then we moved @Named as in this way we could use CDI and JSF together then we started using Seam JSF which overwrites @ManagedBean to @Named... a recently we are using @Stateless we

[java ee programming] Java abilities

2011-03-11 Thread Rafał Laczek
Hi, I have a general question. I have worked as Junior Java Developer for 1 year. I see any progress but I'm not sure if it is this I would like. Maybe you share with your opinion what should be standard level of skills etc. after 1 year. Thanks for all sensible opinions. Regards, Rafal --

[java ee programming] Java Collections List : Converting from List 'Column String1, String2' to 'List String1'

2011-02-19 Thread Raj
I have a function that returns a list like this:- List Column String1, String2 Next I want to pass this list to a 2nd function, but 2nd function just needs a list which contains only 1st part (string1) of the Column(s) of the above list. So I want pass just this list to 2nd function:-

Re: [java ee programming] Java Collections List : Converting from List'Column String1, String2' to 'List String1'

2011-02-19 Thread Rajkumar Gupta
@googlegroups.com ReplyTo: rajkumar@gmail.com Subject: [java ee programming] Java Collections List : Converting from List 'Column String1, String2' to 'List String1' I have a function that returns a list like this:- List Column String1, String2 Next I want to pass this list to a 2nd function, but 2nd

RE: [java ee programming] Java Deployment

2010-10-08 Thread Nelson Rodrigo - LHQ
From: Narender Kumar Rajput [mailto:narender.n...@gmail.com] Sent: Friday, October 08, 2010 12:39 PM To: nelson.rodr...@loadstarlk.com Subject: Re: [java ee programming] Java Deployment that is not open On Fri, Oct 8, 2010 at 9:08 AM, Nelson Rodrigo - LHQ nelson.rodr...@loadstarlk.com wrote

[java ee programming] Java Deployment

2010-10-07 Thread Nelson Rodrigo - LHQ
Dear Friends I think I have almost done my java web Application Its working properly from my pc and others can connect it well Now I want it to pass our common Server I mean my local pc IP 10.142.33.101:8080/Bills/Login.html Common server pc ip is 10.142.33.202:8090 I want to

[java ee programming] Java Script Error

2010-09-13 Thread Nelson Rodrigo - LHQ
Dear Friends In here attached file I have problem. When I click on the submit button all fields are validated and if validations false messages came So when I close the validation messages window the button action (action=ChangePassword) also triggered What I want is …

RE: [java ee programming] Java Script Error

2010-09-13 Thread Nelson Rodrigo - LHQ
: Mary Lu [mailto:gbmary...@hotmail.com] Sent: Tuesday, September 14, 2010 7:11 AM To: nelson.rodr...@loadstarlk.com Subject: RE: [java ee programming] Java Script Error double check the setting on return _ From: nelson.rodr...@loadstarlk.com To: java-ee-j2ee-programming-with-passion

[java ee programming] [Java EE (J2EE) Programming with Passion!]

2010-06-27 Thread agungx2
please help me. how to create applications with J2EE. I'm eager to create simple applications with it is there that have tutorials. please help me. -- You received this message because you are subscribed to the Google Groups Java EE (J2EE) Programming with Passion! group. To post to this group,

Re: [java ee programming] [Java EE (J2EE) Programming with Passion!]

2010-06-27 Thread jitesh dundas
goto eclipse or netbeans and download the IDE for the jdk that you want to use..Again, i assume you have downloaded the Java package from java.sun.com... follow the java tutorial for details.. regards, jd On Sun, Jun 27, 2010 at 5:02 PM, agungx2 agungsukari...@gmail.com wrote: please help me.

[java ee programming] java struts2

2010-06-25 Thread Christian
hello, where i can find a guide to install the struts2 plugin in eclipse? thanks chris -- 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] java struts2

2010-06-25 Thread Nguyen Duc Khoi
You try it http://www.roseindia.net/struts/struts2/struts-2-eclipse-plugin.shtml On Fri, Jun 25, 2010 at 11:46 PM, Christian christian.per...@gmail.comwrote: hello, where i can find a guide to install the struts2 plugin in eclipse? thanks chris -- You received this message because you

Re: [java ee programming] Java reporting tools

2010-06-23 Thread eduart Kapllani
jasper reports?! On 21 June 2010 10:54, kasert kasims...@gmail.com wrote: Hello all, I am searching a java-based reporting tool, which may take parameter in word file for instance.Can you suggest me such a tool or tell me what you use for reporting? Thanks in advance. -- You received

[java ee programming] Java reporting tools

2010-06-21 Thread kasert
Hello all, I am searching a java-based reporting tool, which may take parameter in word file for instance.Can you suggest me such a tool or tell me what you use for reporting? Thanks in advance. -- You received this message because you are subscribed to the Google Groups Java EE (J2EE)

Re: [java ee programming] Java reporting tools

2010-06-21 Thread t_kintela
http://jasperforge.org/projects/jasperreports http://jasperforge.org/projects/jasperreports http://en.wikipedia.org/wiki/JasperReports On Mon, Jun 21, 2010 at 9:54 AM, kasert kasims...@gmail.com wrote: Hello all, I am searching a java-based reporting tool, which may take parameter in word

[java ee programming] Java EE, Building Bookstore application ex. bookstore5, LAB 4016

2010-06-15 Thread Preet K. Sekhon
Hi all, I am not able to run the bookstore5 sample application in Netbeans 6.8. It fails to make connection to the database. I have double checked driver, passwords, and database. Wondering if some one else had same problem. I am able to run bookstore1, bookstore2 and bookstore3 examples. I am

[java ee programming] Java EE, Building Bookstore application ex. bookstore5

2010-06-02 Thread Preet K. Sekhon
Hi all, I am not able to run the bookstore5 sample application in Netbeans 6.8. It fails to make connection to the database. I have double checked driver, passwords, and database. Wondering if some one else had same problem. I am able to run bookstore1, bookstore2 and bookstore3 examples.

Re: [java ee programming] Java Learning path

2010-05-02 Thread Prabhat Jha
Java is quite huge... too much... I will follow this: 1. Learn Core Java (Basics are the most important to crack any interview if reading from job perspective). 2. Learn Web (Just JSP no good but still learn Servlet\JSP and some framework like Struts). 3. Learn EJB (Its a middleware and you

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

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

[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] Java EE 6 1-day Online Codecamp (on Jan. 12th, 2010)

2009-12-29 Thread Sang Shin
(My apology if you receive this multiple times.) Java EE 6 1-day Online Codecamp (on Jan. 12th, 2010) == Alexis, Antonio, and myself (Sang Shin) would like invite each one of you to the free Java EE 6 1-day (24 hour duration) online codecamp,

[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

Re: [java ee programming] Java Programming Question, Please help its urgent.?

2009-12-06 Thread Ismelito Malonzo
: [java ee programming] Java Programming Question, Please help its urgent.? To: Java EE (J2EE) Programming with Passion! java-ee-j2ee-programming-with-passion@googlegroups.com Date: Saturday, December 5, 2009, 6:54 PM I have this code for a program which do not have a main method. now i wanted

[java ee programming] Java CAPS

2009-11-29 Thread Archana C
Hi All, Does anyone have material for Java Caps and ICAN? Please let me know where I can find information about the same Thanks Archana -- 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

[java ee programming] Java Calendar cannot handle DST in a correct way

2009-11-16 Thread Marcus
Hi I am trying to get to grips with Java Calendar class (and the TimeZone class). I have noted some very weird behaviour though: Try the following: 1) Bring up the Date and Time Properties window in Windows XP and select the timezone (GMT -03:00) Montevideo. Leave the DST box unchecked, click

[java ee programming] Java Error:- XML Parsing Error: XML or text declaration not at start of entity

2009-11-01 Thread jitesh dundas
Hi friends, I am getting this error on doing a post(using the code below) to this url- http://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi?db=pubmedterm=cancerreldate=10 I have written this code in .jsp file. Later I will change it into servlet. Error:- XML Parsing Error: XML or text

[java ee programming] java

2009-10-15 Thread ANUJ KUMAR
I am getting this error what should i do? [r...@localhost bin]# ./startup.sh Neither the JAVA_HOME nor the JRE_HOME environment variable is defined. At least one of these environment variable is needed to run this program. ThanksRegards Anuj Kumar

[java ee programming] java socket question

2009-09-11 Thread ioan-eugen stan
Hello, I'm writing a c++ server and a java client that connects to it. The client connects to the server (TCP), sends a message and gets a echo reply every time, so the two can speak freely. But i'm puzzeled because I want the server to send data to the client when an event happens (I push a

[java ee programming] Java tutorial

2009-08-10 Thread sidinsd
I am reading the required reading for the Servlet Basics chapter and I am running into a problem. When I try to run the ant create-tables command like it tells you to do in the tutorial I get the following error message; BUILD FAILED file:C:/Downloads/Java/J2EE

[java ee programming] Java Sockets HTTP

2009-08-05 Thread _|oE
So I am making a filtering proxy server, but when I try to read the data from the server I'm getting garbage. public void run() { Socket remoteSocket = null; try { BufferedReader clientIn = new BufferedReader(new InputStreamReader

[java ee programming] Java Web Application Integration with WCMS

2009-08-04 Thread three-eight-hotel
Hi, Our company is currently evaluating Content Management and Web Content Management solutions, in order to enable our clients to manage specific areas of web contents we deliver on their behalf. For example, on a web page (shared by all clients), we have have a footer, message block, terms

[java ee programming] Java EE newbie question on @Remote annotation

2009-08-02 Thread mikeymo
Hello, I'm completely new to the Java EE platform, I've worked as a .NET developer for the past couple years and am currently looking to transition. Just recently I've purchased the book Enterprise JavaBeans 3.0 and am working my way through the examples in the book. One of the problems I've run

[java ee programming] Java Servlet for Loging Details

2009-06-16 Thread Nelson Rodrigo - LHQ
Dear Friends, this is related to J2EE I have Login html page, when i successfully (User Name and PW veryfied by Servlet)loging Home page will apper. so my problem is when Home page comming we want to display login user name also in the Home page how can i write a Servlet to achive my

[java ee programming] Java Unit Test Tool

2009-06-11 Thread Maal
Hello everyone, I am trying to find my team a Java unit test tool and thought this would be the best place to start. If any of you have recommendations, with respective pros and cons, please let me know. We are looking for something which is NOT open source and plays nicely with NetBeans.

[java ee programming] java heartbeat

2009-05-01 Thread Hardeesh Kapula
Hi guys, I am working on this application where we need to detect if client is still working or not. If not then log him out before the timeout. I am thinking on the lines to send a heartbeat to the server and when it stops log him out. I have looked into AJAX heartbeat pattern but what I

[java ee programming] Java EE Overview Reading Resourc es (¿Old?)

2009-02-17 Thread Alexander Zuluaga
Hi everyone. I just began the course this week, so I'm reading the Java EE Overview (first week) documents. I'm wondering if is still necessary read J2EE introductory chapters (chapter 1 2) of J2EE blueprint even when it talks about J2EE 1.3. I'm not lazy :-), I've read pdf slides and chapter

[java ee programming] Java Certification

2009-02-10 Thread Pedro Guevara
Hi all, Could anyone please recommend books to read in order to get java certification for Java EE? Any help would be apreciated. Pedro Guevara --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Java EE (J2EE)

[java ee programming] java 8086 emulator

2009-01-16 Thread sid
Hi! I am Java newbie and am planning to write an 8086 emulator in java. Kindly give in any suggestions on how to do it in the best possible way. Also let me know the features one would like in it. Thanks, Sid --~--~-~--~~~---~--~~ You received this message because

[java ee programming] Java Tutor needed

2008-12-26 Thread senorita
HI I live in concord, california.. i want to take the java certification and need a tutor on weekends. If interested email at mahaku...@gmail.com about rate and timings --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[java ee programming] Java Leaders Forum

2008-12-22 Thread Crazy Developer
Congratulations all ! We have a new discussion forums. There may not be many posts yet, but hey--these forums are brand new, so what did you expect? So go ahead and start commenting about all java technologies and all other open sources application, and get the conversations started. Forum

[java ee programming] java all books

2008-10-24 Thread kalpana
What is Byte Code? Or What gives java it’s “writ... http://freehrquestions.blogspot.com/2008/08/what-is-byte-code-or-what-gives-java.html Why oracle Type 4 driver is named as oracle thin d... http://freehrquestions.blogspot.com/2008/08/why-oracle-type-4-driver-is-named-as.html What is the