Hi,
do you want to keep your war folder clean while running in dev mode?
If you are using Maven, use target/module-name/.. as dev mode root.
-- Stefan
Am 15.05.2011 05:10, schrieb Ali Jalal:
Hi,
I want to disable WEB-INF/deploy/ directory. With -deploy
parameter we just can change path of de
Hi,
I want to disable WEB-INF/deploy/ directory. With -deploy
parameter we just can change path of deploy directory, but how can I prevent
from creating this directory.
Thanks.
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to t
You could pass a output variable as an argument to your custom widget and
let the variable be set whenever it's necessary.
The other approach is, just as you said, to create a custom event that would
carry the information and add a method to MyDialogCompositeClass that takes
as the parameter a cu
There is a hosting problem. Sorry for this. I'll inform as soon as the
hosting issues are resolved.
J.Ganesan
On May 14, 11:54 pm, khiem nguyen wrote:
> i got this
>
> 404 Not Found/ was not found on this server.
>
> --
> Resin/3.1.10
>
> On Fri, May 13, 2011 at 8:15
Add javax.validation and hibernatevalidator to your classpath.
Juan
2011/5/13 MazuGrazus
> Hi i have some problems with gwt and hibernate. Then i am trying to
> get current session i am getting this error:
> [code]
> 2011-05-13 18:02:15.484 java[46803:903] [Java CocoaComponent
> compatibility m
Hi folks,
We've got a GWT application running here (still on 1.6 and looking to
migrate to 2.x soon) and we've recently switched to using Ajax navigation
for the entire site. The application is embedded on the site when they hit a
certain link. Before we switched over to Ajax navigation the pa
On 13 May 2011 01:44, Rich wrote:
> Hi,
>
> We have a GWT application which draws some resources from a separate
> servlet via javascript. In production this poses no problems as both
> the producer servlet and the consumer GWT app will reside on the same
> server, however for development I can't
On 13 May 2011 16:26, Joshua Kappon wrote:
> Hi All
>
> I'm trying to upgrade my project to use GWT 2.3
> I changed all the imports and xml project and web.xml to point to the
> new packages locations.
>
> but RequestFactory calls still don't work.
>
> when running in dev mode I get the following
i got this
404 Not Found/ was not found on this server.
--
Resin/3.1.10
On Fri, May 13, 2011 at 8:15 AM, J.Ganesan wrote:
> I invite the group members to try out this persistence engine for GWT
> from www.DataStoreGwt.com.
>
> The developer can persist the object
Maybe use :
filter: literal("alpha(opacity=40)");
I did not try.
2011/5/14 Alex Luya
> It seems like UiBinder's CSS mechnism can't this CSS rule:
>
> filter:alpha(opacity=40)
>
Thanks,
Great pres !
2011/5/14 Daniel
> Here you go: http://www.youtube.com/watch?v=0F5zc1UAt2Y
>
> On May 13, 4:42 pm, Nicolas Antoniazzi
> wrote:
> > Hi,
> >
> > in the Google I/O, David Chandler did a presentation about best practices
> > with GWT.
> > I have gone to youtube, on the google
Hi Owen,
You'll have better luck with this question on the appengine-java group, I
think.
/dmc
On Fri, May 13, 2011 at 12:16 AM, Owen Ilagan wrote:
> Until recently, adding new properties to an existing entity used by an
> application just involved adding the new properties and setters/
> gette
Can you share your code that's making the server call, including the service
interface? The error suggests that an entity has been deleted on the server,
or perhaps you're sending an incorrect ID.
/dmc
On Fri, May 13, 2011 at 8:38 AM, gwtomni gwtomni wrote:
> Hello everyone,
>
> I've retreive
See
http://code.google.com/webtoolkit/doc/latest/DevGuideCompilingAndDebugging.html#How_do_I_use_my_own_server_in_development_mode_instead_of_GWT's
HTH,
/dmc
On Fri, May 13, 2011 at 1:44 AM, Rich wrote:
> Hi,
>
> We have a GWT application which draws some resources from a separate
> servlet via
Hi Jeff,
Looks like you just need the JSON jar in your classpath. It's included in
the GWT SDK or you can use this Maven dependency:
org.json
json
20090211
/dmc
On Fri, May 13, 2011 at 3:52 AM, jeffga...@googlemail.com <
jeffga...@gmail.com> wrote:
> I just converted my project t
Here you go: http://www.youtube.com/watch?v=0F5zc1UAt2Y
On May 13, 4:42 pm, Nicolas Antoniazzi
wrote:
> Hi,
>
> in the Google I/O, David Chandler did a presentation about best practices
> with GWT.
> I have gone to youtube, on the google developer
> chanelhttp://www.youtube.com/user/GoogleDevelo
When I try to send a message back using the demo code I see:
sendMessage: got 1 registrations
DeviceInfo: return
deviceRegistrationID=APA91bGUc1EDfVErJfXEaZprlGm6nCmwjaPsgkfj6_smIrtQz1ngb2kcYwY85rodpVPXb4qWgBNVZ9Dx-9oDKA2B97sRuhQp9cw-
DbsmRASfNOW7KhjZTHw
[WARN] Authentication error: Unable to resp
I invite the group members to try out this persistence engine for GWT
from www.DataStoreGwt.com.
The developer can persist the object graph from client-side code
without any RPC or custom serialization. Also, the developer can
exercise concurrency control, commit or rollback a transaction, all
fro
Hi!
Did you find the solution for this problem?
I can't find anywhere how to save or access properly to the
ListDataProvider I create inside TreeViewModel.getNodeInfo() in order
to refresh the whole celltree.
I've tried to make them private, but it doesn't work well.
On 10 abr, 10:19, cbauer wr
Hi Buddies!
I'm using gwt 2.2.0 and I need to insert a RichTextArea inside a
DialogBox. The problem is that when the RichTextArea component is
rendered, there's no way of inserting anything. There is a blank
region when the component should be rendered, but there is no way of
typing anything.
Thi
I just converted my project to the new refactored RequestFactory that
is in the com.google.web.bindery.requestfactory package and it has
started failing with java.lang.NoClassDefFoundError: org/json/
JSONException
I have reproduced the problem using the GWT Sample project, replacing
the RPC handle
Hi All
I'm trying to upgrade my project to use GWT 2.3
I changed all the imports and xml project and web.xml to point to the
new packages locations.
but RequestFactory calls still don't work.
when running in dev mode I get the following exceptions on run time:
java.lang.NoClassDefFoundError: or
I am struggle with this...
I would like to create a dialogbox or popupanel via UiBinder that
requires the
user to enter first name and phone number (i.e. From some "main" form, this dialog will be launched...
@UiField MyDialogCompositeClass mydialogorpopuppnael;
dialogdata = mydialogorpopuppna
Hi,
We have a GWT application which draws some resources from a separate
servlet via javascript. In production this poses no problems as both
the producer servlet and the consumer GWT app will reside on the same
server, however for development I can't find a way to make this happen
as we are head
Dear madam,
dear sir,
I use the Eclipse plug-in of GWT 2.2. (The operating system is Windows
7, 64 bit) When I invoke the GWT compiler, the subdirectory "deploy"
within "\WEB-INF" is generated. It contains files which are
necessary for database access.
1. How can I generate this subdirectory toge
I am able to get the demo application running (http://bradabrams.com/
2011/05/google-io-session-overview-android-app-engine-a-developers-
dream-combination/) successfully, but when I try to integrate it into
my own Android app I don't get the option to debug as Local App Engine
Connected Android Pr
Hi i have some problems with gwt and hibernate. Then i am trying to
get current session i am getting this error:
[code]
2011-05-13 18:02:15.484 java[46803:903] [Java CocoaComponent
compatibility mode]: Enabled
2011-05-13 18:02:15.502 java[46803:903] [Java CocoaComponent
compatibility mode]: Setting
Videos are now posted at http://www.google.com/events/io/2011/sessions.html.
Some slide links appear to be broken--working on it. GWT sessions are in the
Developer Tools track and one in the Android track (Android + App Engine,
shows off new RequestFactory tooling in GPE).
Thanks to all the GWT co
See http://code.google.com/p/google-web-toolkit/issues/detail?id=4688
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to
I have posted a thread dump from eclipse while being frozen on content
assist
On 14 Maj, 14:41, "Wojciech O." wrote:
> Any updates on this one? UIBinder view is pretty unusable if Eclipse
> Freezes on every attempt to open content assist window...
>
> On 5 Maj, 08:35, miller wrote:
>
>
>
>
>
>
>
Any updates on this one? UIBinder view is pretty unusable if Eclipse
Freezes on every attempt to open content assist window...
On 5 Maj, 08:35, miller wrote:
> I am seeing the same issue.
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
T
As a by-product of our integration with Linkedin, we created a sample
GWT application showing the essential steps of using OAuth with your
app. It is built on top of Scribe, a java OAuth library (https://
github.com/fernandezpablo85/scribe-java) by Pablo Fernandez.
You can download the project zi
It seems like UiBinder's CSS mechnism can't this CSS rule:
filter:alpha(opacity=40)
Following warning will be reported out:
-
I found a workaround... I went in my Workspace directory and created
a
soft link to my project directory.. seems to satisfy GWT Designer.
-JG
On May 14, 3:06 am, John Gentilin wrote:
> I found a clue... If I create a project inside my workspace, then the
> designer
> works just fine.. All my pr
I found a clue... If I create a project inside my workspace, then the
designer
works just fine.. All my projects exist outside my workspace..
If you look at the error log,
Unexpected entry in classpath; /Users/gentijo/Eclipse/Gentijo/
SampleGWT/src is neither a directory nor an archive (.jar or
I create a sample GWT project (greeter service) then created a
UIBinder class
and loading the ui.xml in the GWT designer still failed.. The UIBinder
is just the
default content that you get with the wizard..
I am wondering if this is an issue because I wiped my Eclipse config
and reinstalled..
May
I want a beginner learning GWT and was browsing the Mail sample. I noticed
that the UI has been made all declaratively using UiBinder but the Tree
implementation is not declarative and done programatically in *
Mailboxes.java* , why is it so? Any reason?
For my own implementation of Tree can I use
37 matches
Mail list logo