• 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
start an WO-Site from pure JAVA
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

start an WO-Site from pure JAVA


  • Subject: start an WO-Site from pure JAVA
  • From: Raimund Bausch <email@hidden>
  • Date: Wed, 31 Aug 2005 15:31:20 +0200

Hello members of that mailing list.

 

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. (First involvedParts[0], than involvedParts[0] and involvedParts[1], and so on........).

I found only ways to show all involvedParts at once.

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?

 

Thanks in advance !

 

Greetings from Germany

Ray

 _______________________________________________
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

  • Follow-Ups:
    • Re: start an WO-Site from pure JAVA
      • From: LD <email@hidden>
  • Prev by Date: Re: Running concurrent Mulithreaded Application
  • Next by Date: AW: Finding deprecated API
  • Previous by thread: AW: Finding deprecated API
  • Next by thread: Re: start an WO-Site from pure JAVA
  • Index(es):
    • Date
    • Thread