On 01.03.2004, at 14:13, Ulrich Köster wrote:
> To be compatible with WOBuilder your imports should end with asterix:
>
> import com.webobjects.appserver.*;
>
> You can set it in the Eclipse Preferences. Java->Organize Imports->
> Number of imports ... = 1;
They do:
// Generated by the at Mon Mar 01 13:15:56 CET 2004
import com.webobjects.foundation.*;
import com.webobjects.appserver.*;
import com.webobjects.eocontrol.*;
import com.webobjects.eoaccess.*;
public class Main extends WOComponent {
public String fooString;
public String xyzzy;
public Main(WOContext context) {
super(context);
}
}
But still no reference to Session or Application in WebObjects Builder.
-Stefan
PS: For the latest builds of WOLips is Eclipse M7 ok or do I need
builds above M7? And if which one do you recommend?
This archive was generated by hypermail 2.0.0 : Mon Mar 01 2004 - 08:19:37 EST