Re: [java ee programming] Trying to store a char in a string

2009-11-23 Thread Karl
char a; a = 'B'; a++; while (a < 'z') { mPanel.add( new Button("" + a) ); } --- On Sun, 11/22/09, tedpottel wrote: > From: tedpottel > Subject: [java ee programming] Trying to store a char in a string > To: "Java EE (J2EE) Programming with P

[java ee programming] Re: Struts 2

2009-09-29 Thread Karl
I suspect the resource you are using in web.xml for your is stated incorrectly. I suspect it should be index.html so like this: index.html ~Karl --- On Tue, 9/29/09, Alfredo Torres wrote: > From: Alfredo Torres > Subject: [java ee programming] Struts 2 > To:

[java ee programming] Netbeans 6.7 & struts2 project verify.

2009-09-25 Thread Karl
Hi, more questions on struts2. Not sure if this is specifically associated with the format of Web applications that are including struts2 libraries, but why is there always this failure when performing Verify? (and is there a way to correct it): All classes in this Web Archive are loadable excl

[java ee programming] Re: Struts2

2009-09-25 Thread Karl
Hi Alfredo, Check this out here: http://struts.apache.org/2.0.14/docs/tutorials.html If you're new to struts the Passion! content (IMO) skims over a lot of details that are absolutely necessary to "get" the power of the framework. --- On Mon, 9/21/09, Alfredo Torres wrote: > Hi, > >   I have

[java ee programming] Re: Is there something wrong with my code?

2009-07-21 Thread Karl
results to the fileList getting returned when you call ListFile within the f.isDirectory() test?), but that's the most obvious to me. ~Karl --- On Mon, 7/20/09, fantasticfour wrote: > From: fantasticfour > Subject: [java ee programming] Is there something wrong with my code? > To: &

[java ee programming] Re: How many home works should i submit for Chapter 7(JSF)?

2009-05-12 Thread Karl
If you go here: http://www.javapassion.com/j2ee/ please read section "Topics and Schedule", it points out how and which of the line items are included for the course. ~Karl --- On Mon, 5/11/09, mak pandian wrote: > From: mak pandian > Subject: Re: [java ee programming] R

[java ee programming] Re: How many home works should i submit for Chapter 7(JSF)?

2009-05-12 Thread Karl
Yes it is now. --- On Tue, 5/12/09, miga wrote: > From: miga > Subject: [java ee programming] Re: How many home works should i submit for > Chapter 7(JSF)? > To: "Java EE (J2EE) Programming with Passion!" > > Date: Tuesday, May 12, 2009, 12:22 AM > &g

[java ee programming] Re: How many home works should i submit for Chapter 7(JSF)?

2009-05-11 Thread Karl
Hi Sang, I hadn't seen the "(homework #14)" tag on this item last I checked so at a glance it was unclear. Was text recently added or did I miss it? ~Karl --- On Mon, 5/11/09, Sang Shin wrote: > From: Sang Shin > Subject: Re: [java ee programming] Re: How many home

[java ee programming] Re: How many home works should i submit for Chapter 7(JSF)?

2009-05-11 Thread Karl
As you point out this is unclear, the entire section 7 has one homework assignment (unless someone here can correct me otherwise). It doesn't say it in the heading, but the 'Step by step for building "Guess a Number" JSF application' (http://www.javapassion.com/j2ee/#Step_by_step_for_building

Re: Fw: [java ee programming] Lab 4126

2009-05-11 Thread Karl
e assignment so it's not part of the course. The last JSF related topic is JSF Basics to which there is no homework. If you want to learn more on this topic I would recommend finding a good book on the subject. regards, Karl --- On Sun, 5/10/09, Biljana Biljana wrote: > From: Biljana

[java ee programming] Re: Future of Netbeans vs JDeveloper

2009-05-04 Thread Karl
At what point did Eclipse become an Oracle product? Did I miss something? --- On Sun, 5/3/09, Mohamed Ali wrote: > > > If Oracle continues with NetBeans it will have 3 IDEs, > JDeveloper, > > Eclipse and NetBeans. Seems unlikely they will support > three IDEs. All > > BEA stuff is on Eclip

[java ee programming] Stop the maddness!! If you want to unsubscribe do this...

2009-04-29 Thread Karl
To unsubscribe from this group, send email to: java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com No one else is going to do it for you... you subscribed, you unsubscribe. It's in every footer message you get from this list. --~--~-~--~~~---

[java ee programming] Hibernate Javadoc "Cannot perform Show Javadoc from here" problem...

2009-04-23 Thread Karl
;Cannot perform Show Javadoc from here" error in NB 6.5 any antidotes? Karl --~--~-~--~~~---~--~~ 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] Re: A new Java application framework: Jazzmaster, SOA for Java Application

2009-04-20 Thread Karl
ava EE (J2EE) Programming with Passion!" > > Date: Sunday, April 19, 2009, 10:56 AM > can you tell us more about this > framwork ? > > >   > On 4/19/09, Karl > wrote: > > > we can use another framework like we could use another bank > failure.

[java ee programming] Re: A new Java application framework: Jazzmaster, SOA for Java Application

2009-04-18 Thread Karl
we can use another framework like we could use another bank failure. --- On Sat, 4/18/09, Eiichiro wrote: > From: Eiichiro > Subject: [java ee programming] A new Java application framework: Jazzmaster, > SOA for Java Application > To: "Java EE (J2EE) Programming with Passion!" > > Date: S

[java ee programming] Re: Login failed with GlassFish

2009-04-18 Thread Karl
Unless you changed it, I believe the default login for GF is admin/adminadmin --- On Fri, 4/17/09, lisandrodc wrote: > From: lisandrodc > Subject: [java ee programming] Login failed with GlassFish > To: "Java EE (J2EE) Programming with Passion!" > > Date: Friday, April 17, 2009, 6:27 AM >

[java ee programming] Re: tiles-blank-struts1-1

2009-04-14 Thread Karl
well, it's "easy" if you can actually find the libraries that need to be resolved already on your system. Maybe you will be luckier then myself, but you will most likely find that other samples in this lab module much less obvious fix. Let me know how 'tiles-channel'

[java ee programming] Re: LAB-4215

2009-04-14 Thread Karl
The problems in the following samples in this same module get much worse. Still unable to resolve. See long past unanswered questions... ~Karl --- On Tue, 4/14/09, Biljana Biljana wrote: > From: Biljana Biljana > Subject: [java ee programming] Re: LAB-4215 > To: "Java EE (J2E

[java ee programming] Re: Please can anybody help me solve this Problem with graph

2009-04-12 Thread Karl
a) What does this have to do with J2EE? b) you really expect others to do your homework for you? c) are you kidding me? --- On Thu, 4/9/09, aderemi adeyi wrote: > From: aderemi adeyi > Subject: [java ee programming] Please can anybody help me solve this Problem > with graph > To: java-ee-j2

[java ee programming] Re: Returned mail: see transcript for details

2009-04-08 Thread Karl
Thanks for your email Artashes, I've asked for this before with no response. It's getting really irritating. Hello, list owner(s)? ~Karl --- On Wed, 4/8/09, Artashes Hovasapyan wrote: > From: Artashes Hovasapyan > Subject: [java ee programming] Re: Returned mail: see transc

[java ee programming] Re: Compiler java for windows

2009-04-07 Thread Karl
No. --- On Tue, 4/7/09, snonca wrote: > From: snonca > Subject: [java ee programming] Compiler java for windows > To: "Java EE (J2EE) Programming with Passion!" > > Date: Tuesday, April 7, 2009, 11:42 AM > > I'm new to the world of Java programming..and interested to > know > whether Java

[java ee programming] Could someone please provide feedback on the Tiles sample mess?

2009-04-07 Thread Karl
in to explain the feeling I have at this point. ~Karl --~--~-~--~~~---~--~~ 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 ja

[java ee programming] tiles-documentation sample completley broken

2009-04-03 Thread Karl
there an update available to this sample so that it can be used in today's world? thanks, Karl --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" gr

[java ee programming] Warning... bug in struts-template example.

2009-04-03 Thread Karl
before it will properly execute. It's not obvious when deploying, it just fails with a reference to the server log. Passion, Karl --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Java EE (J2

[java ee programming] Re: Warning... bug in struts-template example.

2009-04-03 Thread Karl
o be valid options for these attributes. Passion! --- On Fri, 4/3/09, Karl wrote: > From: Karl > Subject: Warning... bug in struts-template example. > To: java-ee-j2ee-programming-with-passion@googlegroups.com > Date: Friday, April 3, 2009, 3:51 PM > FYI, > If you're

[java ee programming] So... tiles + struts = Spring?

2009-04-03 Thread Karl
question in Subject line. Is Spring a super set of tiles + struts? thanks, Karl --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" group. To post to this group,

[java ee programming] Re: Struts HW question

2009-04-02 Thread Karl
>From your project in project view, right click on Libraries folder, 'Add >Library...' and Struts 1.2.9 should be a selection in the Global Library >selection. Add this to your project. the struts tld definitions are part of >this library. ~Karl --- On Wed, 4/1/09, p

[java ee programming] Re: If unsubscribe now, can I join again with a new session?

2009-03-30 Thread Karl
Yes you can, but another option would be to go here: http://groups.google.com/groups/mysubs and in the settings for Java EE (J2EE) Programming with Passion! set the last listbox option to 'No Email' then when you choose to come back, reset it and join back in. --- On Sun, 3/29/09, carmen rad

[java ee programming] Re: Homework #4018

2009-03-24 Thread Karl
en > you can work with basic authentication and an error page > very similar > to myown403error.jsp - I've tried it. > > /Fredrik > > On 21 Mar, 05:03, Karl > wrote: > > So am I to guess that the homework for Web Application > security is wanting a form base

[java ee programming] Slides for section 4205 Struts Basic.

2009-03-23 Thread Karl
Going through the slides for this module, the tutorial begins to refer to the "MailReader example application" somewhere around page #45. Can someone let me in the secret of where this example application can be found? th

[java ee programming] Homework #4018

2009-03-21 Thread Karl
stom login page as well, correct? These homework instructions could be a might clearer. ~karl --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" group. T

[java ee programming] Re: Troble with program in JDBC

2009-03-18 Thread Karl
es from the Services list. good luck, Karl --- On Wed, 3/18/09, Biljana Biljana wrote: > From: Biljana Biljana > Subject: [java ee programming] Troble with program in JDBC > To: "J2EE Passion Group" > > Date: Wednesday, March 18, 2009, 6:43 AM > Hi! > I don

[java ee programming] Re: Lab-4006:Help needed pls

2009-03-14 Thread Karl
Bean method names have specific syntax rules (do a google search, and the tutorial speaks to these too). try this for your bean code: public class Person { private Name name; public Person(String firstName, String lastName) { name = new Name(); name.setFirstName(firstName);

[java ee programming] Lab-1020 TypeInfo.java question.

2009-03-12 Thread Karl
Nullable and typeNullableUnknown all of some static value associated with them expressed as as short value. Where are these values defined? thanks, Karl --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups &qu

[java ee programming] Re: GlassFish V2 server error

2009-03-12 Thread Karl
Peter, Look in the server.log file as the message mentions. It should provide more information. Not sure why the error message doesn't give the actual path (would save a few messages to this list) but it should be somewhere like this: [GlassfishFolder]/domains/domain1/logs/server.log

[java ee programming] Re: Bad Practices In JAVA

2009-03-06 Thread Karl
Pretty basic list of "don'ts". I wonder where the author works who sees these mistakes where "many of the programmer does it"? I know I'm not one to throw stones, but the English language has a set of bad practices as well, who writes this way? Need an editor? --- On Thu, 3/5/09, abhishek pa

[java ee programming] Lab 4015 Parameter Replacement

2009-03-03 Thread Karl
following in lab work says this: 3. In the NetBeans, double click ParametricReplacement.jsp under JSTLExamples->Web Pages->format to open it in the source editor. 4. Modify it as shown in Code-2.21 below. and code dump it's referring "below" in dump #2.21 has no highlighted areas to "Modify".

[java ee programming] Re: Clever, but I think it should be pointed out...

2009-03-02 Thread Karl
Sorry for wasting the bandwidth on this one, but I just noticed that the tutorial page itself mentioned the toString() method getting used. Guess it pays to actually read the explanations. > From: Karl > Subject: [java ee programming] Clever, but I think it should be pointed out..

[java ee programming] Clever, but I think it should be pointed out...

2009-03-01 Thread Karl
FYI, Maybe it was obvious to others, but I was going over the conditionals section for in the lab work that calls If.jsp On first glance of the output: Simple Conditional Execution Customers living in the USA [2] Mikita, Stan 12/25/1947 45 Fisher Blvd Chicago USA (320)876-9784 [3] Gilbert, Rod

[java ee programming] Re: my first project on j2ee

2009-03-01 Thread Karl
, simple topics should be covered. Not to say that the training leaves some open questions, for most (including myself) this isn't a simple technology to learn, but while there aren't necessarily any stupid questions, there are lazy ones. ~Karl --- On Sun, 3/1/09, ravi wrote: > Da

[java ee programming] Re: Help Totally bamboozled With This Java Coursework Can anyone help me

2009-03-01 Thread Karl
So where does this "coursework" come from? And how exactly does it relate to J2EE? As the topic of the group is: This forum can be used for posting questions/answers. Please use this forum for all class related communication (technical or non-technical). And the class related communication h

[java ee programming] Re: Lab 4006_el Expression Language

2009-03-01 Thread Karl
Can you get to this URL if you copy it into your browser? Could be a firewall issue or maybe the server was having problems at the time you tried using it? ~Karl --- On Sat, 2/28/09, Akris wrote: > From: Akris > Subject: [java ee programming] Lab 4006_el Expression Language > To:

[java ee programming] Re: Fw: Slides for JSTL section ...

2009-02-28 Thread Karl
--- On Sat, 2/28/09, Sang Shin wrote: > Date: Saturday, February 28, 2009, 5:50 PM > Karl wrote: > > for example: > > http://www.cyclemaniaque.com/img/XPathScrnExample.jpg > > > > I know this is a free tutorial, but if image > formatting is needed I can certai

[java ee programming] Course question...

2009-02-27 Thread Karl
dates assigned will be covered in this course. Would it still be useful to go through the tutorial content for these sections or is it so out of date that it would be counter productive? thanks, Karl --~--~-~--~~~---~--~~ You received this message

[java ee programming] Re: QualiteSys automated testing suite for C#, java

2009-02-27 Thread Karl
Dump this guy! --- On Fri, 2/27/09, qualitychec...@free.fr wrote: > From: qualitychec...@free.fr > Subject: [java ee programming] QualiteSys automated testing suite for C#, java > To: "Java EE (J2EE) Programming with Passion!" > > Date: Friday, February 27, 2009, 1:31 PM > QualiteSys is pro

[java ee programming] Fw: Slides for JSTL section ...

2009-02-27 Thread Karl
for example: http://www.cyclemaniaque.com/img/XPathScrnExample.jpg I know this is a free tutorial, but if image formatting is needed I can certainly lend a hand. --- On Fri, 2/27/09, Karl wrote: > From: Karl > Subject: Slides for JSTL section ... > To: java-ee-j2ee-programming-wit

[java ee programming] Slides for JSTL section ...

2009-02-27 Thread Karl
...that include screen dumps of web page output are basically useless. Passion! --~--~-~--~~~---~--~~ 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 e

[java ee programming] Re: please solve my problem

2009-02-27 Thread Karl
This is the first prerequisite. Read the faq: http://www.javapassion.com/coursefaq.html --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" group. To post to this group,

[java ee programming] Re: Servlet Advanced 3

2009-02-26 Thread Karl
(); ) {         String name = (String)en.nextElement();     ... oh, and for good measure I also commented out the instructions in the MyOwnFilter.log() method ... which I believe will accomplish the same thing (I'm being redundant) with one commented line. hope this helps, Karl --- On Thu, 2/26/09, Biljana Bi

[java ee programming] Re: Servlet Advanced2

2009-02-26 Thread Karl
add, import java.util.*; to your class file input statements. --- On Thu, 2/26/09, Biljana Biljana wrote: From: Biljana Biljana Subject: [java ee programming] Servlet Advanced2 To: "J2EE Passion Group" Date: Thursday, February 26, 2009, 11:02 AM Hi! Am I seein well?   I try to run hello2 pr

[java ee programming] LAB-4004 Session Tracking

2009-02-26 Thread Karl
Exception root cause java.lang.NullPointerException Don't think this is what the lab had in mind. Anyone else have this issue? regards, Karl --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Java EE

[java ee programming] Glassfish Server messages...

2009-02-25 Thread Karl
sages: Web login failed: Login failed: javax.security.auth.login.LoginException: Failed file login for admin. SEC5046: Audit: Authentication refused for [admin]. Can anyone provide a fix for this? This is on a Windows XP system. thanks,

[java ee programming] Re: Screen shots

2009-02-24 Thread Karl
Chetana, If you're using Windows simply select the browser window, do alt+ctrl+shift+PrntScn (takes a bit of learned dexterity but it can be done with little practice), start Paint and do a Edit->Copy. Then save as your image type of choice (most appropriate IMO is jpg). Hope this hel

[java ee programming] Chaining filters.

2009-02-24 Thread Karl
doFilter() for MyOwnFilter logged before the one in MyOwnFilter2 Is this not the case?  ~Karl --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" group. To

[java ee programming] Runtime Tab ? in NB 6.5

2009-02-24 Thread Karl
NBs ? thanks again, ~Karl --~--~-~--~~~---~--~~ 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-wit

[java ee programming] HTTP Monitor under NB 6.5 ?

2009-02-24 Thread Karl
s to be showing up in the Monitor, no Current Records, no anything. Anyone else get this working? I should just be able to select Run on the HelloWeb sample project and it should just do it, right? thanks ~Karl --~--~-~--~~~---~--~~ You received thi

[java ee programming] Re: RAD Free download version -- Trail for 60 days | http://www.ibm.com/developerworks/downloads/r/rad/

2009-02-23 Thread Karl
ks/downloads/r/rad/ > > I have used RAD7 version and now 7.5 version has come. > > Njoy the RAD world. > > Thanks > Srikanth > > On Wed, Feb 18, 2009 at 9:48 PM, Karl <mailto:karlk...@yahoo.com>> wrote: > > RAD isn't really "free". In fa

[java ee programming] Re: Problem with port conflict...

2009-02-23 Thread Karl
Well, this must have had something to do with the wifi connection I had from the remote location. It's working fine from my home base. --- On Mon, 2/23/09, Karl wrote: From: Karl Subject: [java ee programming] Problem with port conflict... To: java-ee-j2ee-programming-with-pa

[java ee programming] Re: Want to unsubscribe

2009-02-23 Thread Karl
See  below for instructions that are included in the footer information of every messages you receive from this group... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Pas

[java ee programming] Problem with port conflict...

2009-02-23 Thread Karl
onflict occured on port 3820 . Server is shutting down.|#] Is there a rule of thumb for adjusting this? thanks, ~Karl --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with

[java ee programming] Acronnymn use... 'URN' ?

2009-02-23 Thread Karl
can cause unnecessary confusion. Just an observation. ~Karl --~--~-~--~~~---~--~~ 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

[java ee programming] Re: Help please

2009-02-20 Thread Karl
Or if you have a firewall installed on your system it could be blocking the IP/port address. Easy to test by temporarily turning the firewall off and restarting the NetBean run process. --- On Thu, 2/19/09, Ewald Ertl wrote: From: Ewald Ertl Subject: [java ee programming] Re: Help please To:

[java ee programming] Re: NetBeans vs. Eclipse/RAD, etc...

2009-02-18 Thread Karl
line, I should have simply asked about Eclipse. regards, Karl --- On Wed, 2/18/09, Manjula Srinivas wrote: From: Manjula Srinivas Subject: [java ee programming] Re: NetBeans vs. Eclipse/RAD, etc... To: ruchir.pan...@gmail.com Cc: mick.tim...@gmail.com, karlk...@yahoo.com, java-ee-j2ee-prog

[java ee programming] NetBeans vs. Eclipse/RAD, etc...

2009-02-18 Thread Karl
ease of ramp up, just use NetBeans and get to it ! ~Karl --~--~-~--~~~---~--~~ 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 t

[java ee programming] Re: Want to be part of this Class for J2EE

2009-02-17 Thread Karl
RTFF. --- On Tue, 2/17/09, Anand Ramachandran wrote: From: Anand Ramachandran Subject: [java ee programming] Want to be part of this Class for J2EE To: java-ee-j2ee-programming-with-passion@googlegroups.com Date: Tuesday, February 17, 2009, 1:25 PM Hi Everybody, I want to be part of this group