Re: How to install GWT Designer

2010-12-08 Thread Marcello Nuccio
It should be like it: http://mac.softpedia.com/progScreenshots/Eclipse-SDK-Screenshot-8571.html As in most Mac OSX apps the menu is on top of the screen, NOT of the window. On 3 Dic, 19:31, Basi Lambanog wrote: > Thank you for your reply. > > I'm new to Eclipse (though not to IDEs). When I star

Re: Gwt 2.0 with Symfony php framework

2010-04-16 Thread Marcello Nuccio
I am working on a similar project: GWT on the client, PHP on the server. After a few days of experimentation, I have found the most effective approach is to put as much as possible of the application logic on the client, and use server side PHP only to publish application data (be it on DB or file

Re: Stockwatcher - JSON PHP variant

2010-04-09 Thread Marcello Nuccio
Hi Bill, I am using a similar setup and it works for me. I have described my procedure in a previous post (I hope to get a working link...): http://groups.google.com/group/google-web-toolkit/tree/browse_frm/thread/a60c42b29bbce71f/5b083ddda237e2e0?rnum=1#doc_d5da39ec906f4353 The only difference is

Re: working with GWT and PHP in the development mode

2010-03-30 Thread Marcello Nuccio
e it to suite your setup. PHP Servlet org.mortbay.servlet.CGI commandPrefix php5-cgi PHP Servlet *.php 5) create a new PHP file in project's war folder (e.g. phpinfo.php) 6) run the project as "Web Application" 7) browse to ht