Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [atf-dev] help:i want to develop a js lib using prototype.js, how to use atf?


Sunpeng

Sorry for the delay in responding. The team has been on Christmas Vacation. If you want to build/development a Tomcat app you need to use a Dynamic Web Project. If all you are doing is creating a client that is using an existing J2EE service than you can use a Static Web Project or a Ajax Toolkit Project (An Ajax Toolkit project is a Static Web Project with a different UI for creating the project.). I wouldn't use a _javascript_ project since the HTTP server infrastructure in WTP doesn't support deploying a _javascript_ project to an HTTP server.

   Thanks
     Bob

Robert Goodman
goodmanr@xxxxxxxxxx



sunpeng <bluevaley@xxxxxxxxx>
Sent by: atf-dev-bounces@xxxxxxxxxxx

12/21/2007 09:48 PM

Please respond to
AJAX Toolkit Framework discussion <atf-dev@xxxxxxxxxxx>

To
atf-dev@xxxxxxxxxxx
cc
Subject
[atf-dev] help:i want to develop a js lib using prototype.js,        how to use atf?






i want to develop a _javascript_ lib which support my online map app that likes google maps,and i want to use prototype.js in the atf,how to set up the project in  atf?should i create a _javascript_ project? or a ajax toolkit project ? or a static web project or a dynamic web project?
for example,thinking of  such a situation:


1.a tomcat app is :google map

2.a _javascript_ app is: google js api
how to organize my eclipse project ? thanks
_______________________________________________
atf-dev mailing list
atf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/atf-dev


Back to the top