creating a web service using SJSE 8

Hello I have a simple (and probably nieve) question.

I am trying to develope a windows service and am stuck on creating a EJB Tier Structure. When creating my new project I selected SJSA Application Server 8.1 but do not see a File systems folder on my left toolbar to create and mount a directory in.

Any advice on where I should look or click would be appriciated.

Dave

Message was edited by:

defreeman

[443 byte] By [defreeman] at [2007-11-26 7:07:13]
# 1
do you mean Window->Files (Ctrl-2), Window->Projects (Ctrl-1)?or you need something else?
IvanSidorkin at 2007-7-6 15:55:11 > top of Java-index,Development Tools,Java Tools...
# 2

I have both of those. I am looking at this

http://developers.sun.com/prodtech/javatools/jsenterprise/learning/tutorials/js e7/webservice.html#

the first step is

1) In the Java Studio Enterprise IDE, make sure the Filesystems window is active by clicking the Filesystems tab in the IDE's left window.

This I am not seeing. Also the file pull down menu does not have the same option for "mount file system"

defreeman at 2007-7-6 15:55:11 > top of Java-index,Development Tools,Java Tools...
# 3
Please check title of tutorial you try use.It's JSE7 TutorialMounting of filel systems was removed in JSE8Now you can just create Project without mounting filesystems
IvanSidorkin at 2007-7-6 15:55:11 > top of Java-index,Development Tools,Java Tools...
# 4
you can use NetBeans tutorials: http://www.netbeans.org/kb/50/quickstart-webservice.html (for NB50) http://www.netbeans.org/kb/41/tutorial-webservice.html (for JSE8)
IvanSidorkin at 2007-7-6 15:55:11 > top of Java-index,Development Tools,Java Tools...