• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: start an WO-Site from pure JAVA
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: start an WO-Site from pure JAVA


  • Subject: Re: start an WO-Site from pure JAVA
  • From: LD <email@hidden>
  • Date: Thu, 1 Sep 2005 02:27:35 +1000

Hi there,

On 31/08/2005, at 11:31 PM, Raimund Bausch wrote:

I'm started with WebObjects5 and have now the following problem:
First a little JAVA-code:
public void startProcess() {
for(int i=0;i<involvedParts.length;i++){
String part=involvedParts[i];
waitTillStepIsOver();//the program stops here for a definite time
}
}


I try to display the String "part" on a WebObjects side one by one, but it doesn't work.
The method startProcess() is in a .class there already extended another class. So I can't extend WOComponent and also I can't use (xy)pageWithName("xy"). Also I should't use JavaScript. startProcess () is calling from a (WO) Web Component.


Has anyone a hint to me?

Yes. Fix waitTillStepIsOver so that it's not an infinite loop.

with regards,
--

LD


_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
References: 
 >start an WO-Site from pure JAVA (From: Raimund Bausch <email@hidden>)

  • Prev by Date: Re: Running concurrent Mulithreaded Application
  • Next by Date: Re: Running concurrent Mulithreaded Application
  • Previous by thread: start an WO-Site from pure JAVA
  • Next by thread: handy eogenerator template
  • Index(es):
    • Date
    • Thread