views:

69

answers:

1

I am trying to create an EXT GWT project with an embedded Jetty server. I am completely new to Jetty and EXT GWT. Can anyone please point me in the right direction to get started about embedding jetty server for EXT GWT project? I have read a couple of blogs and tutorials but cannot figure it out. I have also downloaded Eclipse plugin for Jetty but the project requirement states that I have to have an embedded jetty server. Thank you.

A: 

Have you referred to Jetty GWT? There is an explicit mention of a jetty-gwt.jar that will need to be on your class path. Similarly is true for the EXT GWT jar(s).

Ashley Walton