Re: [java ee programming] Deploying the web tier on seperate web server

2011-07-27 Thread bambang passion
yes On Wed, Jul 27, 2011 at 9:19 PM, Baqar Naqvi baqar_gr...@hotmail.comwrote: Hi, I have an application design with the following architecture: Presentation Tier - JSF , Backing Beans Business Tier and Integeration tier : Session Bean (EJB 3.0) with JPA Entities Instead of using

Re: [java ee programming] swing or jsp

2011-06-11 Thread bambang passion
Hello Arya, are you member of java passions ? b On Sun, May 29, 2011 at 4:48 AM, Arya pathak aryaleo.pat...@gmail.comwrote: Hi , Thanks in advance... quite new to java-j2ee...need one suggestion want to design GUI either by using swing or by using jsp...can any one tell me which is

Re: [java ee programming] Re: Expression Language Exercise 2

2011-05-18 Thread bambang passion
Yes, KC this is still a valid j2ee groups On 5/18/11, Kim Ching Koh kcko...@gmail.com wrote: Hi, Is this still a valid group/forum to post question on J2EE course? I am not getting response yet. Can anyone help? Regards KC On Fri, May 13, 2011 at 10:03 AM, kc kcko...@gmail.com wrote:

Re: [java ee programming] Netbeans

2011-05-05 Thread bambang passion
rafal_lac...@wp.pl My standard tool in job is Eclipse but always in educational purposes I use NB because with this tool I feel safer. If you use materials of JavaPassion it is better to use NB. Regards, Rafal Dnia 1-05-2011 o godz. 13:19 bambang passion napisał(a): HI, Netbean

Re: [java ee programming] Netbeans

2011-05-01 Thread bambang passion
HI, Netbean is also a good place to start, while you also need some knowledges in eclipse also. rgds bb On Wed, Apr 20, 2011 at 1:43 AM, Sally sallymcf...@gmail.com wrote: Hi! I do not know Eclipse. I will have to find a tutorial. Thanks, Sally -- You received this message

Re: [java ee programming] how to Send the email using java struts

2011-05-01 Thread bambang passion
Hi, There are lots of example for struts email capabilities : http://searchsoa.techtarget.com/answer/Adding-functionality-with-email-messages-using-struts-app or you can check the struts page on email capabilities tq b On Mon, Apr 11, 2011 at 2:57 PM, Umesh Annegirikar

Re: [java ee programming] How to parse xml

2011-03-08 Thread bambang passion
Hi, This site also a good place to go : http://www.java-tips.org/java-se-tips/javax.xml.parsers/how-to-read-xml-file-in-java.html good luck bp On Tue, Mar 8, 2011 at 10:37 AM, bambang passion bambang.teleinfocomproj...@gmail.com wrote: HI : You can go to : http://www.javapassion.com

Re: [java ee programming] How to parse xml

2011-03-07 Thread bambang passion
HI : You can go to : http://www.javapassion.com/portal/web-services-programming-with-passion/web-services-programming-with-passion tq bp 2011/3/7 Rafał Laczek rafal_lac...@wp.pl Hi, In my code I have dropMsg String variable. Variable includes list of messages. The messages are as plain

Re: PD: [java ee programming] Form

2011-02-13 Thread bambang passion
hi, what is the do.Post(..) doing there ? bpassions 2011/2/12 Rafał Laczek rafal_lac...@wp.pl Hi, Has somebody idea how to solve it. I'm not sure but it seems that jsp are not so flexible technology. Regards, Rafal Dnia 11-02-2011 o godz. 19:02 Rafał Laczek napisał(a): Hi,

Re: [java ee programming] How to redirect from JSP to Servlet

2011-02-10 Thread bambang passion
, Rafal Dnia 10-02-2011 o godz. 4:14 bambang passion napisał(a): Hi, I am not sure about yours, normally you should forward to a jsp page or in your case, a defined servlet name : CreareRssServlet which i think should be incorporated in your web.xml UNLESS you have web framework in your

Re: [java ee programming] How to redirect from JSP to Servlet

2011-02-09 Thread bambang passion
Hi, I am not sure about yours, normally you should forward to a jsp page or in your case, a defined servlet name : CreareRssServlet which i think should be incorporated in your web.xml UNLESS you have web framework in your system. bpassion 2011/2/9 Rafał Laczek rafal_lac...@wp.pl Hi,

Re: [java ee programming] Message from ActMQ

2011-02-07 Thread bambang passion
, Rafal Dnia 7-02-2011 o godz. 3:58 bambang passion napisał(a): HI, you need to define the : ConnectionFactory and TOPIC b.l 2011/2/3 Rafał Laczek rafal_lac...@wp.pl Hi, Can somebody help me to get Message using following code. Thanks Rafal  try{ Properties props = new Properties

Re: [java ee programming] Message from ActMQ

2011-02-07 Thread bambang passion
you help. Regards, Rafal Dnia 7-02-2011 o godz. 3:58 bambang passion napisał(a): HI, you need to define the : ConnectionFactory and TOPIC b.l 2011/2/3 Rafał Laczek rafal_lac...@wp.pl Hi, Can somebody help me to get Message using following code. Thanks Rafal  try

Re: [java ee programming] Message from ActMQ

2011-02-06 Thread bambang passion
HI, you need to define the : ConnectionFactory and TOPIC b.l 2011/2/3 Rafał Laczek rafal_lac...@wp.pl Hi, Can somebody help me to get Message using following code. Thanks Rafal try{ Properties props = new Properties(); props.setProperty(Context.INITIAL_CONTEXT_FACTORY,

Re: [java ee programming] calendar for java EE, files pdf inside mysql

2011-02-06 Thread bambang passion
Hi, mr. google provide us lots of samples like : http://www.java-examples.com/simple-java-calendar-example good luck ! b.l On Sun, Jan 16, 2011 at 6:33 AM, Evgeniy Pol. yone...@gmail.com wrote: Hi everyone, Anyone know the calendars ,to choose a date, for java ee pages? Thanks..

Re: [java ee programming] upload excel to servlet

2011-02-05 Thread bambang passion
hi, you need to change the content type to multipart/form-data b.l On Fri, Feb 4, 2011 at 6:45 PM, vinay basavanal vins1...@gmail.com wrote: HI all, I am trying to upload an excel sheet and read it.I am using apache commons file upload and apache poi to read excel. This is my jsp %@

Re: [java ee programming] Servlet

2011-01-31 Thread bambang passion
Hi, Just code : response.out(htmlbodyptest/p/body/html) ; will do. b.l 2011/2/1 Rafał Laczek rafal_lac...@wp.pl Hi, I have a sample HelloWord servlet. I have also created web.xml I have a problem to display it in the browser. I use NeatBeans. I don't want to have any jsp in this sample

Re: [java ee programming] java.lang.ClassNotFoundException: org.jdom.JDOMException

2011-01-29 Thread bambang passion
Hi, may be you need to check your jdom library i guess. rgds b.l 2011/1/27 Rafał Laczek rafal_lac...@wp.pl Hi Colleagues, I create RSS feed. When I execute the main class I receive following exception: in thread main java.lang.NoClassDefFoundError: org/jdom/JDOMException at

Re: [java ee programming] Hibernate Mapping

2010-06-01 Thread bambang passion
Hi, Remember though that HQL is affecting on the entity or persistence object not the DB object. bb On Tue, Jun 1, 2010 at 10:07 AM, Shiv Shankar mca.shivshan...@gmail.comwrote: Very useful Link On 5/31/2010 8:18 PM, jitesh dundas wrote:

Re: [java ee programming] Using Jasper reports

2010-05-17 Thread bambang passion
Hi, Try to read the tutorial : a. http://www.ensode.net/ireport_review.html b.http://www.ensode.net/jasperreports_intro.html c. http://jasperforge.org/website/ireportwebsite/IR%20Website/ir_deploying_reports.html?header=projecttarget=ireport

Re: [java ee programming] Need Help in Struts

2010-05-06 Thread bambang passion
Hi, Pls. use this tips : http://www.jguru.com/forums/view.jsp?EID=1256030 thx bb On Tue, May 4, 2010 at 12:33 PM, Kamala Kannan JS kannanmc...@gmail.comwrote: Hi friends, Am doing a code for search for a website. After uploading to server it shows error as i mentioned below.

Re: [java ee programming] Need Sruts Database Connection

2010-04-27 Thread bambang passion
Hi, Better wired your application also with Spring, so your MVC will be Struts2 and then setting up the database will be very simple when you combine it with Spring DAO and templates good luck bambang On Tue, Apr 27, 2010 at 7:02 PM, Kamala Kannan JS kannanmc...@gmail.comwrote: Hello