Re: Create a VIEW layer for Widget and Composite

2011-10-01 Thread Paulo Coutinho
Hi.

The problem is that i want put my "ui.xml" in a folder that is separated of
".java" files.

Like a resources path or the "war" path.

Can i put on WAR directory?

Thanks man.

2011/10/1 benneq 

> You can simply put your .ui.xml file to another folder and tell
> your .java file where it is:
>
> Here's a small code that will do it:
> @UiTemplate("RootUIDisplay.ui.xml")
> interface RootUIDisplayUiBinder extends UiBinder RootUIDisplay> {}
>
> In words: You have to write an annotation for the UiBinder interface,
> to tell it where its .ui.xml file it.
>
> Pretty simple. Isn't it ? :)
>
>
> On 1 Okt., 19:58, Paulo Coutinho  wrote:
> > Hi,
> >
> > I got do it.
> >
> > I create a file called:
> >
> > LoginForm.ui.xml
> > for
> > LoginForm.java
> >
> > And it works.
> >
> > But i need that this files are separated by theme folders or in a
> differente
> > path from default.
> >
> > How i can do it?
> >
> > 2011/10/1 Paulo Coutinho 
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > > Hi,
> >
> > > Im already have a GWT app with PHP and now i want put the VIEW layer of
> my
> > > widgets and composites classes in a HTML page or UI-BINDER.
> >
> > > How i can do it?
> >
> > > Today im creating all components in the java class, but i want separate
> it
> > > to the designer can change all.
> >
> > > Please help me!
> >
> > > --
> > > Atenciosamente,
> > > Paulo Coutinho.
> > > Blog:www.prsolucoes.com/blog
> > > Site:www.prsolucoes.com
> > > Msn:  pa...@prsolucoes.com
> > > Skype: paulo.prsolucoes
> > > Telefone: +55 21 9386-0010
> > > Consultor Certificado Bindows
> >
> > --
> > Atenciosamente,
> > Paulo Coutinho.
> > Blog:www.prsolucoes.com/blog
> > Site:www.prsolucoes.com
> > Msn:  pa...@prsolucoes.com
> > Skype: paulo.prsolucoes
> > Telefone: +55 21 9386-0010
> > Consultor Certificado Bindows
>
> --
> 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
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>


-- 
Atenciosamente,
Paulo Coutinho.
Blog: www.prsolucoes.com/blog
Site: www.prsolucoes.com
Msn:  pa...@prsolucoes.com
Skype: paulo.prsolucoes
Telefone: +55 21 9386-0010
Consultor Certificado Bindows

-- 
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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Create a VIEW layer for Widget and Composite

2011-10-01 Thread Paulo Coutinho
Hi,

I got do it.

I create a file called:

LoginForm.ui.xml
for
LoginForm.java

And it works.

But i need that this files are separated by theme folders or in a differente
path from default.

How i can do it?



2011/10/1 Paulo Coutinho 

> Hi,
>
> Im already have a GWT app with PHP and now i want put the VIEW layer of my
> widgets and composites classes in a HTML page or UI-BINDER.
>
> How i can do it?
>
> Today im creating all components in the java class, but i want separate it
> to the designer can change all.
>
> Please help me!
>
> --
> Atenciosamente,
> Paulo Coutinho.
> Blog: www.prsolucoes.com/blog
> Site: www.prsolucoes.com
> Msn:  pa...@prsolucoes.com
> Skype: paulo.prsolucoes
> Telefone: +55 21 9386-0010
> Consultor Certificado Bindows
>
>


-- 
Atenciosamente,
Paulo Coutinho.
Blog: www.prsolucoes.com/blog
Site: www.prsolucoes.com
Msn:  pa...@prsolucoes.com
Skype: paulo.prsolucoes
Telefone: +55 21 9386-0010
Consultor Certificado Bindows

-- 
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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Copy all files to other place when build

2011-10-01 Thread Paulo Coutinho
Hi,

I have a GWT app with PHP, but always that i change something in HTML or CSS
and build the project this files are not copied to my PHP application path,
but the code are copied (app.nocache.js), i have to change something to do
it automatic instead of manual copy/paste?

Please help me.

-- 
Atenciosamente,
Paulo Coutinho.
Blog: www.prsolucoes.com/blog
Site: www.prsolucoes.com
Msn:  pa...@prsolucoes.com
Skype: paulo.prsolucoes
Telefone: +55 21 9386-0010
Consultor Certificado Bindows

-- 
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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Acessing different url on async call

2009-12-28 Thread Paulo Coutinho
How i can access a different url when call an async service?

For example:

I have an app in ruby on rails that is my backend, and the client was built
on gwt, but i want use the login process from my ruby on rails app, so how i
can call a different url(on my case http://localhost:3000/admin/login/) on
async call ?

-- 
Atenciosamente,
Paulo Coutinho.
Blog: www.prsolucoes.com/blog
Site: www.prsolucoes.com
Msn:  pa...@prsolucoes.com

--

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-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: Login Application

2009-07-21 Thread Paulo Coutinho

I use google api to login in my appengine,

http://brfotolog.appspot.com

2009/7/22 sin kang :
> you can use google account in appengine.
>
> it's like as long as you have google account you are valid.
>
> which means google takes care of all those authentication. you just have to
> call the service and hand over the google id and password.
>
> it's quite simple. this link might helps.
>
> http://code.google.com/appengine/docs/java/users/overview.html
>
>
> Sin-Kang(강신)
> +82-10-6638-7878
> +44-78555-49312
>
>
> On Wed, Jul 22, 2009 at 1:39 AM, saurabh  wrote:
>>
>> Hello ,
>>
>>          I am developing Login Application using GWT. My Interface is
>> ready but I am thinking about where should values go. How can I check
>> the UserName & Password sent by Client or I should use RPC for that.
>>
>> if this is so then what role my servlet should play.
>>
>>
>> Thanks
>>
>>
>
>
> >
>



-- 
Atenciosamente,
Paulo Coutinho.
Blog: www.prsolucoes.com/blog
Site: www.prsolucoes.com
Msn:  pa...@prsolucoes.com

--~--~-~--~~~---~--~~
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 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Url rewrite, how?

2009-07-18 Thread Paulo Coutinho

Hi,

how i can use url rewrite on GWT ?

for example:

www.prsolucoes.com/t...@gmail.com

or

www.prsolucoes.com/my/test

-- 
Atenciosamente,
Paulo Coutinho.
Blog: www.prsolucoes.com/blog
Site: www.prsolucoes.com
Msn:  pa...@prsolucoes.com

--~--~-~--~~~---~--~~
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 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: GWT Commerce - A rewrite of OSCommerce using GWT and PHP

2009-07-18 Thread Paulo Coutinho

Wow its a great notice.

Im newbiew in gwt, but im expert on php, i'll try help.

2009/7/18 Bob Rozelle :
>
> Hi,
>
> I've opened a project called GWT Commerce at 
> http://code.google.com/p/gwt-commerce/,
> my goal is to provide a rewrite of OSCommerce using GWT.  I've made a
> lot of progress and was recently contacted by a Software Engineer who
> wanted to help, I've agreed and he is going to work on Administrative
> use cases.
>
> I think I am at the point that I would like some real community
> involvement.  I am looking for help with: Documentation (isn't
> everyone), testing, some design, coding and best practice advice.
>
> Code (written so far) is checked in, I still have to get an example
> database checked in so that other people can run it.  Also plan on
> placing a working demo on a domain I own, hopefully all of this by the
> end of the month.
>
> Please contact me if interested.
>
>
> >
>



-- 
Atenciosamente,
Paulo Coutinho.
Blog: www.prsolucoes.com/blog
Site: www.prsolucoes.com
Msn:  pa...@prsolucoes.com

--~--~-~--~~~---~--~~
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 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: GWT 1.7.0

2009-07-14 Thread Paulo Coutinho

I have compiled my app with new version, but the button size has the
same problem, on IE is bigger than other browsers.




2009/7/15 sideview1 :
>
> nevermind, I was looking at the main page 
> http://code.google.com/p/google-web-toolkit/
>
> but I found the correct location and here are the release notes:
> http://code.google.com/webtoolkit/releases/release-notes-1.7.0.html
>
> Sorry I'm used to the posts pinned to the top in the forum.
>
> On Jul 14, 4:03 pm, ben  wrote:
>> I see that it's out for download now.  What updates are in that
>> release?  I don't see any milestone in the Issues Tab for the
>> release.  And I don't seem to see any posts about the new release?
> >
>



-- 
Atenciosamente,
Paulo Coutinho.
Blog: www.prsolucoes.com/blog
Site: www.prsolucoes.com
Msn:  pa...@prsolucoes.com

--~--~-~--~~~---~--~~
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 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Gmail / facebook like chat

2009-07-11 Thread Paulo Coutinho

Hi,

I have a jquery plugin that i convert to rails and add some new features.

You can see here on my blog:

http://www.prsolucoes.com/blog/index.php?s=gmail

If you are interested, we can negotiate it, because i need know more about GWT.

If you have a messenger, send me a P.M. to we talk.

Ty

2009/7/12 Jay :
>
> Hi Jagadeep,
>
> You might want to check out the book GWT Apps, forgot the exact name
> of the book but I will post the link below. It has a similar chatting
> program interface like gmail and facebook. It uses comet for data
> transfer.
>
> site link:
> http://www.gwtapps.com/
>
> Instant Messenger
> A web based instant messenger illustrating GWT RPC and server push
> with Comet/Continuations.
> http://www.gwtapps.com/?page_id=31
>
> good luck.
>
> On Jul 10, 7:10 pm, KC Jagadeep  wrote:
>> Dear friends..
>>
>> I want to Develop a Gmail/Facebook Like chat application in ASP.Net/
>> C#,XML/MS SQL
>> Is GWT will help me to do the same ?
>>
>> Now I can do the same with Ajax,Xml, with help of DHTML,  but the chat
>> windows r closing in all psotback/ page refresh/ server side
>> updations..
>>
>> But it wont happen in gmail chat.. its always stable...
>>
>> any one can help me ?
>>
>> thanks
>> KC Jagadeep
> >
>



-- 
Atenciosamente,
Paulo Coutinho.
Blog: www.prsolucoes.com/blog
Site: www.prsolucoes.com
Msn:  pa...@prsolucoes.com

--~--~-~--~~~---~--~~
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 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: call more than one service

2009-07-10 Thread Paulo Coutinho

when i need do it, i wait finish one to send other.


2009/7/11 hazy1 :
>
> 'Better' depends on what you are trying to do.
>
> It is easy to know when a service finishes because the onSuccess/
> Failure handler will execute at that time.  You probably need to
> familiarize yourself with async programming.
>
> On Jul 10, 5:49 am, retha pasalli  wrote:
>> Hi guys,
>>
>> I want to know if I need to call more than one service, is it better
>> if I call them all together, or I need to finish one service call
>> before calling another service? if calling them together is much
>> better, how do I know when all service is successfully called? I'm
>> quite confuse because of the asynchronous issue so we can't detect
>> which service last sucessfully called.
>>
>> Thx for any replies..
>>
>> Regards,
>> Retha
> >
>



-- 
Atenciosamente,
Paulo Coutinho.
Blog: www.prsolucoes.com/blog
Site: www.prsolucoes.com
Msn:  pa...@prsolucoes.com

--~--~-~--~~~---~--~~
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 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Frame.setURL in IE6/7 always cause's refresh of contents? (even if just the #token changed)

2009-07-09 Thread Paulo Coutinho

I have the same problem e post the same problem in the list, when u
chage the frame url on non-ie browser, it work, but on IE it dont
work.


2009/7/10 Jerome :
>
> Hi ,
>
> I am running in to a problem when I try to load a URL in a frame, URL
> which is also a GWT application but compiled and deployed in GWT 1.5
> when I try to load the app it says version mismatch and doesn’t load
> at all. In the web mode still I could see only the plain blank frame.
> If I do a right click and refresh it loads the page.
>
>
> This is the exception I am getting this exception in hosted mode in we
> b mode no exceptions:
>
>
> [ERROR] Invalid version number "1.5" passed to external.gwtOnLoad(),
> expected "1.6"; your hosted mode bootstrap file may be out of date; if
> you are using -noserver try recompiling and redeploying your app
>
>
>
> Any idea why it is causing that problem ….  Is there is any way to
> bypass or any ways to programmatically simulate the right-click
> refresh? If you can gets the code to refresh the frame using JSNI that
> will be great …
>
>
>
> Thank you for reading the post.
>
>
> Regards,
> Jerome.
>
>
>
>
>
> On Jun 4, 2:34 pm, twdarkflame  wrote:
>> Ok, the solution of shareing the history function of the top window
>> ver native javascript worked great.
>>
>> But I'm running into a silly problem compileing the sub frames
>> codeas the function it refers to isnt there, it claims error and
>> wont let me compile.
>> (because, of course, the function wouldnt be there untill its being
>> hosted as a sub-page of the main page).
>>
>> How do I tell it to overide or ignore this?
>>
>> I thought about putting an if statement to test the url and only run
>> the function if the url isnt containing localhost...but thats a pretty
>> crude fix.
>>
>> On May 29, 1:06 am, Thomas Broyer  wrote:
>>
>>
>>
>> > On 28 mai, 13:51, twdarkflame  wrote:
>>
>> > > Ok, in my long-quest to get around IE's token problems, Ive had
>> > > another idea;
>>
>> > Your problem is a "known quirk"
>> > Seehttp://code.google.com/p/google-web-toolkit/issues/detail?id=2152
>> > andhttp://code.google.com/p/google-web-toolkit/issues/detail?id=2868
>>
>> > > Could I use a DOM call to set the contents of a hidden text box in an
>> > > iFrame, then have the application in the iFrame listen for the change?
>>
>> > If you're not facing SOP, then how about exposing History.newItem() to
>> > JavaScript and just call it from the "outer 
>> > window"?http://code.google.com/webtoolkit/doc/1.6/FAQ_Client.html#How_do_I_ca...
>>
>> > > Thus, I can passvariablesto the "inner" application without using
>> > > tokens at all?
>>
>> > Another possibility: set the iframe's window.name and check for
>> > changes from a repeating timer (this is how history is implemented
>> > BTW, checking for changes to the URL's hash)- Hide quoted text -
>>
>> - Show quoted text -
>
> >
>



-- 
Atenciosamente,
Paulo Coutinho.
Blog: www.prsolucoes.com/blog
Site: www.prsolucoes.com
Msn:  pa...@prsolucoes.com

--~--~-~--~~~---~--~~
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 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: how to authenticate user in GWT RPC(include Async)

2009-07-08 Thread Paulo Coutinho

I dont understand, where and how i will get de session id?  and how i
can store it on server side? Static class?

How i will always know that the user is logged in when submit a form
from store or edit a registry?

2009/7/8 Alex Bertram :
>
> Hi Xiao,
>
> Check out
> http://code.google.com/p/google-web-toolkit-incubator/wiki/LoginSecurityFAQ
>
>
>
> On Jul 8, 11:39 am, 任胜韦  wrote:
>> under jsp + servlet,  I usually set the username into session,then in the
>> servlet  writes code like:
>> request.getSession().getAttribute(username)  , I can easily get the username
>>
>> but in the GWT 'RPC , we see no request(also response).is it mean: I have to
>> give the username from client side as the RPC service'parameter everytime?
>>
>> --XiaoR
>
> >
>



-- 
Atenciosamente,
Paulo Coutinho.
Blog: www.prsolucoes.com/blog
Site: www.prsolucoes.com
Msn:  pa...@prsolucoes.com

--~--~-~--~~~---~--~~
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 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Character encoding issue with my gadget

2009-07-08 Thread Paulo Coutinho

Do you set your project with UTF-8 encoding, in eclipse?

2009/7/9 Andre Leger :
> Greetings,
>
> I have researched this issue a lot and tried many potential solution to no
> avail.  Here I am requesting your help.
>
> I have a opensocial gadget that is deployed in a Friend Connect container,
> where text is captured using the following Java code (GWT v1.6.4, Eclipse
> v3.4.2):
>
> String text = newText.getText();
>
> and is later displayed in a FlexTable using the following code:
>
> textDisplay.setText(0, 0, text);
>
> My problem: Whenever some specific characters are inputed in the gadget,
> they are displayed in the FlexTable in an encoded form, for example:
> " (quote) displays: "
> ' (single quote) displays: '
> & displays: &
>
> The problem is consistent in all browsers I have  tried (FF, IE, Opera,
> Chrome).  It is important to note that I have no problem with French
> specific characters é, à, etc.
>
> My XML & HTML file are set to UTF-8 encoding, and Eclipse is configured to
> use UTF-8 encoding.  I specifically verified that each Java files are also
> encoded in UTF-8.
>
> Thank you in advance,
>
> Andre
>
>
>
>
> >
>



-- 
Atenciosamente,
Paulo Coutinho.
Blog: www.prsolucoes.com/blog
Site: www.prsolucoes.com
Msn:  pa...@prsolucoes.com

--~--~-~--~~~---~--~~
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 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Large graphs

2009-07-08 Thread Paulo Coutinho

I have problems with large graphs on php, the generated image is too
big, so, searching, i discovered some flash charts, that you can set a
large data in xml and the graph load it and show a progress bar wile
loading it.

Follow the links:

http://teethgrinder.co.uk/open-flash-chart/  <- free

http://www.fusioncharts.com/   <- this is the best for me, i use it

http://www.amcharts.com/   <- this is good too

http://www.anychart.com  <- this is good too

And you have google api for graphs, but i never only, i only use the
barcode generator from google


2009/7/8 wicher :
>
> Hello
> I'm looking for something that will allow me to efficiently draw
> graphs with large number of nodes and edges. Nodes and edges should be
> editable and movable objects.
>
> >
>



-- 
Atenciosamente,
Paulo Coutinho.
Blog: www.prsolucoes.com/blog
Site: www.prsolucoes.com
Msn:  pa...@prsolucoes.com

--~--~-~--~~~---~--~~
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 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



When use inherit on xml?

2009-07-08 Thread Paulo Coutinho

Hi ppl,

I want know when i have to use the inherit on [APP].gwt.xml ?


-- 
Atenciosamente,
Paulo Coutinho.
Blog: www.prsolucoes.com/blog
Site: www.prsolucoes.com
Msn:  pa...@prsolucoes.com

--~--~-~--~~~---~--~~
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 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: GWT Mosaic in AppEngine

2009-07-08 Thread Paulo Coutinho

I forgot, thanks for your sample app, it will help me to migrate my
ERP from php to GWT.

Another question about it:

You know more themes to gwt that have the same appearance on IE and on
Firefox/Chrome? An example is the button, in firefox is have a nice
look, but on IE it have a big size and the appearance is small
diferent.

So, have themes that change the look of gwt app? I dont want use
EXT-JS, only themes for the controls.

2009/7/9 Paulo Coutinho :
> I dont know why, but now it function o.o
>
> My xml is this:
>
> 
>  
>  
>
>  
>  
>  
>  
>  
>  
>
>  
>  
>
>  
>  
> 
>
> 2009/7/8 Alejandro D. Garin :
>> Hi Paulo,
>>
>> I wrote an example using appengine and gwt (and using gwt-mosaic).
>>
>> check:
>>
>> http://puntosoft2k.appspot.com/gwt_gae_example.html
>>
>> Source code is available.
>> Regards,
>>
>> On Wed, Jul 8, 2009 at 3:26 AM, Paulo Coutinho  wrote:
>>>
>>> Because appengine have too many limitions, and have a file size/quantity
>>> limit.
>>>
>>> You have a app with mosaic on appengine running?
>>>
>>> How to configure it, i import all jar that need and put the imports on
>>> xml, but it compile and when i start the app, occur this error:
>>>
>>> [ERROR] Errors in
>>>
>>> 'file:/D:/workspace/teste_mosaic/src/com/prsolucoes/client/Teste_mosaic.java'
>>> [ERROR] Line 37: No source code is available for type
>>> org.gwt.mosaic.ui.client.WindowPanel; did you forget to inherit a
>>> required module?
>>> [ERROR] Line 41: No source code is available for type
>>> org.gwt.mosaic.ui.client.InfoPanel; did you forget to inherit a
>>> required module?
>>>
>>>
>>>
>>> The steps:
>>>
>>> 1 - create a new web project - google
>>> 2 - import external jars:
>>>     - gwt-beans-binding-0.2.4.jar
>>>     - gwt-dnd-2.6.4.jar
>>>     - gwt-incubator-march-02-2009.jar
>>>     - gwtx-1.5.2.jar, gwt-mosaic-0.2.1.jar
>>> 3 - add the inherits to the xml:
>>>    INCUBATOR
>>>    - 
>>>    - 
>>>
>>>    DnD
>>>    - 
>>>
>>>   GTX
>>>   - 
>>>
>>>   MOSAIC
>>>   - 
>>>   - 
>>>
>>> Put the sample code in website:
>>>
>>>     private void createWindowPanel() {
>>>                final WindowPanel w = new WindowPanel("My Frame");
>>>
>>>                w.addWindowCloseListener(new WindowCloseListener() {
>>>                        public void onWindowClosed() {
>>>                                InfoPanel.show(w.getCaption(),
>>> "onWindowClosed()");
>>>                        }
>>>
>>>                        public String onWindowClosing() {
>>>                                return "Are you sure you want to close this
>>> WindowPanel?";
>>>                        }
>>>                });
>>>
>>>                w.setWidget(new Label("bonbon"));
>>>
>>>                w.pack();
>>>                w.center();
>>>        }
>>>
>>>        /**
>>>         * This is the entry point method.
>>>         */
>>>        public void onModuleLoad() {
>>>                RootPanel.get().add(
>>>                                new Button("Create WindowPanel", new
>>> ClickHandler() {
>>>                                        public void onClick(ClickEvent
>>> event) {
>>>                                                createWindowPanel();
>>>                                        }
>>>                                }));
>>>
>>>        }
>>>
>>>
>>>
>>> 2009/7/8 Alejandro D. Garin :
>>> > yes! why not?
>>> >
>>> > On Tue, Jul 7, 2009 at 6:42 PM, Paulo Coutinho 
>>> > wrote:
>>> >>
>>> >> Hi,
>>> >>
>>> >> Is possible to use gwt-mosaic on appengine?
>>> >>
>>> >> link: http://code.google.com/p/gwt-mosaic/
>>> >>
>>> >> --
>>> >> Atenciosamente,
>>> >> Paulo Coutinho.
>>> >> Blog: www.prsolucoes.com/blog
>>> >> Site: www.prsolucoes.com
>>> >> Msn:  pa...@prsolucoes.com
>>> >>
>>> >>
>>> >
>>> >
>>> > >
>>> >
>>>
>>>
>>>
>>> --
>>> Atenciosamente,
>>> Paulo Coutinho.
>>> Blog: www.prsolucoes.com/blog
>>> Site: www.prsolucoes.com
>>> Msn:  pa...@prsolucoes.com
>>>
>>>
>>
>>
>> >>
>>
>
>
>
> --
> Atenciosamente,
> Paulo Coutinho.
> Blog: www.prsolucoes.com/blog
> Site: www.prsolucoes.com
> Msn:  pa...@prsolucoes.com
>



-- 
Atenciosamente,
Paulo Coutinho.
Blog: www.prsolucoes.com/blog
Site: www.prsolucoes.com
Msn:  pa...@prsolucoes.com

--~--~-~--~~~---~--~~
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 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: GWT Mosaic in AppEngine

2009-07-08 Thread Paulo Coutinho

I dont know why, but now it function o.o

My xml is this:


  
  

  
  
  
  
  
  

  
  

  
  


2009/7/8 Alejandro D. Garin :
> Hi Paulo,
>
> I wrote an example using appengine and gwt (and using gwt-mosaic).
>
> check:
>
> http://puntosoft2k.appspot.com/gwt_gae_example.html
>
> Source code is available.
> Regards,
>
> On Wed, Jul 8, 2009 at 3:26 AM, Paulo Coutinho  wrote:
>>
>> Because appengine have too many limitions, and have a file size/quantity
>> limit.
>>
>> You have a app with mosaic on appengine running?
>>
>> How to configure it, i import all jar that need and put the imports on
>> xml, but it compile and when i start the app, occur this error:
>>
>> [ERROR] Errors in
>>
>> 'file:/D:/workspace/teste_mosaic/src/com/prsolucoes/client/Teste_mosaic.java'
>> [ERROR] Line 37: No source code is available for type
>> org.gwt.mosaic.ui.client.WindowPanel; did you forget to inherit a
>> required module?
>> [ERROR] Line 41: No source code is available for type
>> org.gwt.mosaic.ui.client.InfoPanel; did you forget to inherit a
>> required module?
>>
>>
>>
>> The steps:
>>
>> 1 - create a new web project - google
>> 2 - import external jars:
>>     - gwt-beans-binding-0.2.4.jar
>>     - gwt-dnd-2.6.4.jar
>>     - gwt-incubator-march-02-2009.jar
>>     - gwtx-1.5.2.jar, gwt-mosaic-0.2.1.jar
>> 3 - add the inherits to the xml:
>>    INCUBATOR
>>    - 
>>    - 
>>
>>    DnD
>>    - 
>>
>>   GTX
>>   - 
>>
>>   MOSAIC
>>   - 
>>   - 
>>
>> Put the sample code in website:
>>
>>     private void createWindowPanel() {
>>                final WindowPanel w = new WindowPanel("My Frame");
>>
>>                w.addWindowCloseListener(new WindowCloseListener() {
>>                        public void onWindowClosed() {
>>                                InfoPanel.show(w.getCaption(),
>> "onWindowClosed()");
>>                        }
>>
>>                        public String onWindowClosing() {
>>                                return "Are you sure you want to close this
>> WindowPanel?";
>>                        }
>>                });
>>
>>                w.setWidget(new Label("bonbon"));
>>
>>                w.pack();
>>                w.center();
>>        }
>>
>>        /**
>>         * This is the entry point method.
>>         */
>>        public void onModuleLoad() {
>>                RootPanel.get().add(
>>                                new Button("Create WindowPanel", new
>> ClickHandler() {
>>                                        public void onClick(ClickEvent
>> event) {
>>                                                createWindowPanel();
>>                                        }
>>                                }));
>>
>>        }
>>
>>
>>
>> 2009/7/8 Alejandro D. Garin :
>> > yes! why not?
>> >
>> > On Tue, Jul 7, 2009 at 6:42 PM, Paulo Coutinho 
>> > wrote:
>> >>
>> >> Hi,
>> >>
>> >> Is possible to use gwt-mosaic on appengine?
>> >>
>> >> link: http://code.google.com/p/gwt-mosaic/
>> >>
>> >> --
>> >> Atenciosamente,
>> >> Paulo Coutinho.
>> >> Blog: www.prsolucoes.com/blog
>> >> Site: www.prsolucoes.com
>> >> Msn:  pa...@prsolucoes.com
>> >>
>> >>
>> >
>> >
>> > >
>> >
>>
>>
>>
>> --
>> Atenciosamente,
>> Paulo Coutinho.
>> Blog: www.prsolucoes.com/blog
>> Site: www.prsolucoes.com
>> Msn:  pa...@prsolucoes.com
>>
>>
>
>
> >
>



-- 
Atenciosamente,
Paulo Coutinho.
Blog: www.prsolucoes.com/blog
Site: www.prsolucoes.com
Msn:  pa...@prsolucoes.com

--~--~-~--~~~---~--~~
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 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: how to design individual tabs of the tab panel

2009-07-08 Thread Paulo Coutinho

I think that you can put a frame in each tab that will open a url that you want.

2009/7/8 Rahul :
>
> Hi,
> I need to configure the individual tabs of my tab panel.
> Is it possible that my each tab links to another page (created by me)
> which shows content of that tab.
> like each tab has its own page.
> also i would like to have buttons and text boxes inside my each tab
>
> thanks a lot
>
> >
>



-- 
Atenciosamente,
Paulo Coutinho.
Blog: www.prsolucoes.com/blog
Site: www.prsolucoes.com
Msn:  pa...@prsolucoes.com

--~--~-~--~~~---~--~~
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 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: GWT Mosaic in AppEngine

2009-07-07 Thread Paulo Coutinho

Because appengine have too many limitions, and have a file size/quantity limit.

You have a app with mosaic on appengine running?

How to configure it, i import all jar that need and put the imports on
xml, but it compile and when i start the app, occur this error:

[ERROR] Errors in
'file:/D:/workspace/teste_mosaic/src/com/prsolucoes/client/Teste_mosaic.java'
[ERROR] Line 37: No source code is available for type
org.gwt.mosaic.ui.client.WindowPanel; did you forget to inherit a
required module?
[ERROR] Line 41: No source code is available for type
org.gwt.mosaic.ui.client.InfoPanel; did you forget to inherit a
required module?



The steps:

1 - create a new web project - google
2 - import external jars:
 - gwt-beans-binding-0.2.4.jar
 - gwt-dnd-2.6.4.jar
 - gwt-incubator-march-02-2009.jar
 - gwtx-1.5.2.jar, gwt-mosaic-0.2.1.jar
3 - add the inherits to the xml:
INCUBATOR
- 
- 

DnD
- 

   GTX
   - 

   MOSAIC
   - 
   - 

Put the sample code in website:

 private void createWindowPanel() {
final WindowPanel w = new WindowPanel("My Frame");

w.addWindowCloseListener(new WindowCloseListener() {
public void onWindowClosed() {
InfoPanel.show(w.getCaption(), 
"onWindowClosed()");
}

public String onWindowClosing() {
return "Are you sure you want to close this 
WindowPanel?";
}
});

w.setWidget(new Label("bonbon"));

w.pack();
w.center();
}

/**
 * This is the entry point method.
 */
public void onModuleLoad() {
RootPanel.get().add(
new Button("Create WindowPanel", new 
ClickHandler() {
public void onClick(ClickEvent event) {
createWindowPanel();
}
}));

}



2009/7/8 Alejandro D. Garin :
> yes! why not?
>
> On Tue, Jul 7, 2009 at 6:42 PM, Paulo Coutinho  wrote:
>>
>> Hi,
>>
>> Is possible to use gwt-mosaic on appengine?
>>
>> link: http://code.google.com/p/gwt-mosaic/
>>
>> --
>> Atenciosamente,
>> Paulo Coutinho.
>> Blog: www.prsolucoes.com/blog
>> Site: www.prsolucoes.com
>> Msn:  pa...@prsolucoes.com
>>
>>
>
>
> >
>



-- 
Atenciosamente,
Paulo Coutinho.
Blog: www.prsolucoes.com/blog
Site: www.prsolucoes.com
Msn:  pa...@prsolucoes.com

--~--~-~--~~~---~--~~
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 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



GWT Mosaic in AppEngine

2009-07-07 Thread Paulo Coutinho

Hi,

Is possible to use gwt-mosaic on appengine?

link: http://code.google.com/p/gwt-mosaic/

-- 
Atenciosamente,
Paulo Coutinho.
Blog: www.prsolucoes.com/blog
Site: www.prsolucoes.com
Msn:  pa...@prsolucoes.com

--~--~-~--~~~---~--~~
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 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



GWT - Bug on frame setUrl on IE

2009-07-07 Thread Paulo Coutinho

Hi,

I have a problem that i think is a bug:

On firefox all is ok, but on internet explorer i cant change the frame URL.

Im using it:

frame.setUrl("http://www.prsolucoes.com/";);
box.center();
box.show();

frame = the iframe control
box = is a DialogBox that frame is in

-- 
Atenciosamente,
Paulo Coutinho.
Blog: www.prsolucoes.com/blog
Site: www.prsolucoes.com
Msn:  pa...@prsolucoes.com

--~--~-~--~~~---~--~~
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 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



[OFF-TOPIC] My appengine application - test please

2009-07-07 Thread Paulo Coutinho

Hi ppl,

I finish my RC1 version of my appengine version, who have a webcam can
test to me please?

http://brfotolog.appspot.com/

-- 
Atenciosamente,
Paulo Coutinho.
Blog: www.prsolucoes.com/blog
Site: www.prsolucoes.com
Msn:  pa...@prsolucoes.com

--~--~-~--~~~---~--~~
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 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: GWT 1.6 structure

2009-07-07 Thread Paulo Coutinho

Ok thanks.

2009/7/8 Fred Sauer :
> Paulo,
> Placing those files under war/ will make them accessible to your web
> application as static files. I think this is what you want.
> You can also use ClientBundle to grab resources at compile time from the
> Java classpath. This is possible in GWT 2.0 (trunk), but not in GWT 1.6.
> Fred
>
> On Tue, Jul 7, 2009 at 1:02 PM, Paulo Coutinho  wrote:
>>
>> I have a question about structure:
>>
>> i have a war folder like this:
>>
>>
>> war/
>>    index.html
>>    images
>>         image1.png
>>         image2.png
>>         ...
>>    css
>>        structure.css
>>        jquery.css
>>    js
>>         jquery.js
>>         jquery.plugin.js
>>    swf
>>        player.swf
>>    WEB-INF/
>>      appengine-web.xml
>>      web.xml
>>      logging.properties
>>      classes/
>>      lib/
>>       ...App Engine JARs...
>>
>>
>> So my question is, the images/css/js/swf folder is in correct place ?
>>
>> I have to MAP in any place(xml or .properties) my css/js/images ?
>>
>>
>> 2009/7/7 Fred Sauer :
>> > I hope this helps:
>> >   http://code.google.com/eclipse/docs/existingprojects.html
>> > Fred
>> >
>> > On Fri, Jul 3, 2009 at 4:58 AM, magon  wrote:
>> >>
>> >> using GWT 1.6 with eclipse plugin
>> >>
>> >> before this version the gwt-project file structure had a public
>> >> folder, where i put all my resources,
>> >> and those resources become "visible" for all other gwt-project that
>> >> references this first project
>> >>
>> >> now i have a war folder where i put all my resources, but other
>> >> projects that references this one can´t use
>> >> those resources.
>> >>
>> >> my doubt is: how to deal with  that?
>> >>
>> >>
>> >> thanks
>> >>
>> >>
>> >
>> >
>> >
>> > --
>> > Fred Sauer
>> > f...@allen-sauer.com
>> >
>> > >
>> >
>>
>>
>>
>> --
>> Atenciosamente,
>> Paulo Coutinho.
>> Blog: www.prsolucoes.com/blog
>> Site: www.prsolucoes.com
>> Msn:  pa...@prsolucoes.com
>>
>>
>
>
>
> --
> Fred Sauer
> Developer Advocate
> Google Inc.
> 1600 Amphitheatre Parkway
> Mountain View, CA 94043
> fre...@google.com
>
>
>
> >
>



-- 
Atenciosamente,
Paulo Coutinho.
Blog: www.prsolucoes.com/blog
Site: www.prsolucoes.com
Msn:  pa...@prsolucoes.com

--~--~-~--~~~---~--~~
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 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: GWT 1.6 structure

2009-07-07 Thread Paulo Coutinho

I have a question about structure:

i have a war folder like this:


war/
index.html
images
 image1.png
 image2.png
 ...
css
structure.css
jquery.css
js
 jquery.js
 jquery.plugin.js
swf
player.swf
WEB-INF/
  appengine-web.xml
  web.xml
  logging.properties
  classes/
  lib/
   ...App Engine JARs...


So my question is, the images/css/js/swf folder is in correct place ?

I have to MAP in any place(xml or .properties) my css/js/images ?


2009/7/7 Fred Sauer :
> I hope this helps:
>   http://code.google.com/eclipse/docs/existingprojects.html
> Fred
>
> On Fri, Jul 3, 2009 at 4:58 AM, magon  wrote:
>>
>> using GWT 1.6 with eclipse plugin
>>
>> before this version the gwt-project file structure had a public
>> folder, where i put all my resources,
>> and those resources become "visible" for all other gwt-project that
>> references this first project
>>
>> now i have a war folder where i put all my resources, but other
>> projects that references this one can´t use
>> those resources.
>>
>> my doubt is: how to deal with  that?
>>
>>
>> thanks
>>
>>
>
>
>
> --
> Fred Sauer
> f...@allen-sauer.com
>
> >
>



-- 
Atenciosamente,
Paulo Coutinho.
Blog: www.prsolucoes.com/blog
Site: www.prsolucoes.com
Msn:  pa...@prsolucoes.com

--~--~-~--~~~---~--~~
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 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



AppEngine - How to get user logged

2009-07-07 Thread Paulo Coutinho

Hi ppl,

On my appengine gwt app i can get the user on my RemoveServiceServlet:

UserService userService = UserServiceFactory.getUserService();

But i want know if i can get it out of my Servlet?

Because when i try use the same code on my entrypoint occur an error
that i cant convert this class to javascript, but its ok, so i want
know if anyone know a method to do this out of servlet, if dont have
other method like assync callback, ok.

-- 
Atenciosamente,
Paulo Coutinho.
Blog: www.prsolucoes.com/blog
Site: www.prsolucoes.com
Msn:  pa...@prsolucoes.com

--~--~-~--~~~---~--~~
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 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Java + AppEngine + GWT + Whitelist

2009-07-07 Thread Paulo Coutinho

No, the only code that i have on the page that i open on frame is a
SWfObject loading a flash animation, only.

2009/7/7 Thomas Broyer :
>
>
>
> On 7 juil, 17:33, Paulo Coutinho  wrote:
>> yeah, im doing the same, create a new frame, but on firebug apper this error:
>>
>> Permissão negada a <http://www.prsolucoes.com> para chamar o método
>> Location.toString em <http://brfotolog.appspot.com>.
>>
>> But it open the page, but i  want know if it is normal or have a
>> method to solve it?
>
> It looks like the problem is on prsolucoes.com which apparently try to
> read the location of the parent document (and is facing the Same-
> Origin Policy); this has nothing to do with GWT or your GWT
> application actually. Do you have on prsolucoes.com some code trying
> to read the value of "parent.location" or "top.location"?
> >
>



-- 
Atenciosamente,
Paulo Coutinho.
Blog: www.prsolucoes.com/blog
Site: www.prsolucoes.com
Msn:  pa...@prsolucoes.com

--~--~-~--~~~---~--~~
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 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Java + AppEngine + GWT + Whitelist

2009-07-07 Thread Paulo Coutinho

yeah, im doing the same, create a new frame, but on firebug apper this error:

Permissão negada a <http://www.prsolucoes.com> para chamar o método
Location.toString em <http://brfotolog.appspot.com>.

But it open the page, but i  want know if it is normal or have a
method to solve it?

2009/7/7 Dean S. Jones :
>
> AFAIK, a GWT iframe is completely "client side", and GAE has nothing
> to do with it. Running hosted mode tho, it will prompt you for
> permission, and tell you how to set a whitelist in hosted mode.
>
> i'm running this on GAE, no problems:
>
> public class Deansjones implements EntryPoint {
>
>        public void onModuleLoad() {
>
>                Window.enableScrolling(false);
>
>                Frame i = new Frame("http://www.news.com";);
>
>                i.setSize("100%", "100%");
>
>                RootPanel.get().add(i);
>        }
> }
>
> http://deansjones.appspot.com/
> On Jul 6, 10:03 pm, Paulo Coutinho  wrote:
>> Hi ppl,
>>
>> Im again, i have some problems on try to open an iframe with the URL
>> of my other website.
>>
>> My application is on app engine, and the iframe open my site:
>> prsolucoes.com but i receive a firebug error: access denied to access
>> url prsolucoes.com
>>
>> How i can make a whitelist to my application?
>>
>> --
>> Atenciosamente,
>> Paulo Coutinho.
>> Blog:www.prsolucoes.com/blog
>> Site:www.prsolucoes.com
>> Msn:  pa...@prsolucoes.com
> >
>



-- 
Atenciosamente,
Paulo Coutinho.
Blog: www.prsolucoes.com/blog
Site: www.prsolucoes.com
Msn:  pa...@prsolucoes.com

--~--~-~--~~~---~--~~
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 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: GWT + App Engine + Upload

2009-07-06 Thread Paulo Coutinho

Yeah, im done it, but i want know how to do, only to gain more
experience and know another alternatives.

If you have webcam, you can check my BETA app, entre on the link and
click on the cam.

http://brfotolog.appspot.com/

Ty

2009/7/7 Dean S. Jones :
>
> ok, and this just got 10x harder in GAE...
>
> unless you don't handle file uploads in GAE, but instead post the file
> upload to your "other server", and notify/update GAE when finished.
>
> On Jul 6, 10:01 pm, Paulo Coutinho  wrote:
>> Thanks, but,
>>
>> I dont want store the file on app engine database, i only want the
>> data of upload to send to my other server of images.
>>
>> Understand?
>>
>> 2009/7/7 Paulo Coutinho :
>>
>>
>>
>>
>>
>> > Ok thanks.
>>
>> > 2009/7/7 Dean S. Jones :
>>
>> >> ugh... this is not simple...
>>
>> >> start here
>>
>> >>http://code.google.com/p/google-file-service/
>>
>> >> On Jul 6, 8:59 pm, Paulo Coutinho  wrote:
>> >>> Hi ppl,
>>
>> >>> Im developing a new app and host on appengine, but now i need know how
>> >>> to upload a file with java backend, because i dont find documentation
>> >>> about upload image with java, only with python.
>>
>> >>> Thanks.
>>
>> >>> --
>> >>> Atenciosamente,
>> >>> Paulo Coutinho.
>> >>> Blog:www.prsolucoes.com/blog
>> >>> Site:www.prsolucoes.com
>> >>> Msn:  pa...@prsolucoes.com
>>
>> > --
>> > Atenciosamente,
>> > Paulo Coutinho.
>> > Blog:www.prsolucoes.com/blog
>> > Site:www.prsolucoes.com
>> > Msn:  pa...@prsolucoes.com
>>
>> --
>> Atenciosamente,
>> Paulo Coutinho.
>> Blog:www.prsolucoes.com/blog
>> Site:www.prsolucoes.com
>> Msn:  pa...@prsolucoes.com
> >
>



-- 
Atenciosamente,
Paulo Coutinho.
Blog: www.prsolucoes.com/blog
Site: www.prsolucoes.com
Msn:  pa...@prsolucoes.com

--~--~-~--~~~---~--~~
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 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Java + AppEngine + GWT + Whitelist

2009-07-06 Thread Paulo Coutinho

Hi ppl,

Im again, i have some problems on try to open an iframe with the URL
of my other website.

My application is on app engine, and the iframe open my site:
prsolucoes.com but i receive a firebug error: access denied to access
url prsolucoes.com

How i can make a whitelist to my application?

-- 
Atenciosamente,
Paulo Coutinho.
Blog: www.prsolucoes.com/blog
Site: www.prsolucoes.com
Msn:  pa...@prsolucoes.com

--~--~-~--~~~---~--~~
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 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: GWT + App Engine + Upload

2009-07-06 Thread Paulo Coutinho

Thanks, but,


I dont want store the file on app engine database, i only want the
data of upload to send to my other server of images.


Understand?

2009/7/7 Paulo Coutinho :
> Ok thanks.
>
> 2009/7/7 Dean S. Jones :
>>
>> ugh... this is not simple...
>>
>> start here
>>
>> http://code.google.com/p/google-file-service/
>>
>> On Jul 6, 8:59 pm, Paulo Coutinho  wrote:
>>> Hi ppl,
>>>
>>> Im developing a new app and host on appengine, but now i need know how
>>> to upload a file with java backend, because i dont find documentation
>>> about upload image with java, only with python.
>>>
>>> Thanks.
>>>
>>> --
>>> Atenciosamente,
>>> Paulo Coutinho.
>>> Blog:www.prsolucoes.com/blog
>>> Site:www.prsolucoes.com
>>> Msn:  pa...@prsolucoes.com
>> >>
>>
>
>
>
> --
> Atenciosamente,
> Paulo Coutinho.
> Blog: www.prsolucoes.com/blog
> Site: www.prsolucoes.com
> Msn:  pa...@prsolucoes.com
>



-- 
Atenciosamente,
Paulo Coutinho.
Blog: www.prsolucoes.com/blog
Site: www.prsolucoes.com
Msn:  pa...@prsolucoes.com

--~--~-~--~~~---~--~~
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 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: GWT + App Engine + Upload

2009-07-06 Thread Paulo Coutinho

Ok thanks.

2009/7/7 Dean S. Jones :
>
> ugh... this is not simple...
>
> start here
>
> http://code.google.com/p/google-file-service/
>
> On Jul 6, 8:59 pm, Paulo Coutinho  wrote:
>> Hi ppl,
>>
>> Im developing a new app and host on appengine, but now i need know how
>> to upload a file with java backend, because i dont find documentation
>> about upload image with java, only with python.
>>
>> Thanks.
>>
>> --
>> Atenciosamente,
>> Paulo Coutinho.
>> Blog:www.prsolucoes.com/blog
>> Site:www.prsolucoes.com
>> Msn:  pa...@prsolucoes.com
> >
>



-- 
Atenciosamente,
Paulo Coutinho.
Blog: www.prsolucoes.com/blog
Site: www.prsolucoes.com
Msn:  pa...@prsolucoes.com

--~--~-~--~~~---~--~~
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 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



GWT + App Engine + Upload

2009-07-06 Thread Paulo Coutinho

Hi ppl,

Im developing a new app and host on appengine, but now i need know how
to upload a file with java backend, because i dont find documentation
about upload image with java, only with python.

Thanks.

-- 
Atenciosamente,
Paulo Coutinho.
Blog: www.prsolucoes.com/blog
Site: www.prsolucoes.com
Msn:  pa...@prsolucoes.com

--~--~-~--~~~---~--~~
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 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: GWT Theme Like Google

2009-06-07 Thread Paulo Coutinho
This idea is very nice, i think that themes only with css is very powerfull
because only need change de CSS and dont need create other controls.

2009/6/3 Carl Pritchett 

>
>
> > GWT-Ext is free for commercial?
>
> Yes it is free - though you may want to look at SmartGWT as well which
> also has a free version (the "enterprise" version is not free, but
> just for a good look and feel the free version is fine). A lead dev
> from GWT-Ext moved to SmartGWT.
>
> ExtGWT is another commercial framework version (GPL - only free if
> your app is also open source).
>
> Also there is gwt-mosaic http://code.google.com/p/gwt-mosaic/ (see the
> demo here: http://69.20.122.77/gwt-mosaic/Showcase.html - click the
> buttons on the top right to change themes).
>
> Of course the other option is to build your own theme (or get your
> css / design enabled friend to build it for you).
>
> I'm interested in building compatible themes for Smart / ExtGWT  so
> that widgets from either could be used together... anyone else like
> that idea?
>
> Regards,
> Carl
> >
>


-- 
Atenciosamente,
Paulo Coutinho.
Blog: www.prsolucoes.com/blog
Site: www.prsolucoes.com
Msn:  pa...@prsolucoes.com

--~--~-~--~~~---~--~~
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 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: GWT Theme Like Google

2009-06-01 Thread Paulo Coutinho
Hi,

GWT-Ext is free for commercial?

2009/6/1 Amzad Basha 

>
> Hi Paulo,
>
> You can use either GWT-Ext or Ext-JS for a nice look and feel.
>
> Cheers,
> Amzad Basha.
>
> On May 30, 12:34 pm, Paulo Coutinho  wrote:
> > Hi ppl,
> >
> > Anyone knows how i can get a theme like Google apps (eg.: gmail) ?
> >
> > I like the buttons, the colors, the font-size, borders and the default
> GWT
> > theme is horrible.
> >
> > --
> > Atenciosamente,
> > Paulo Coutinho.
> > Blog:www.prsolucoes.com/blog
> > Site:www.prsolucoes.com
> > Msn:  pa...@prsolucoes.com
>
> >
>


-- 
Atenciosamente,
Paulo Coutinho.
Blog: www.prsolucoes.com/blog
Site: www.prsolucoes.com
Msn:  pa...@prsolucoes.com

--~--~-~--~~~---~--~~
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 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: GWT Theme Like Google

2009-06-01 Thread Paulo Coutinho
Anyone have it?

2009/5/30 Paulo Coutinho 

> Hi ppl,
>
> Anyone knows how i can get a theme like Google apps (eg.: gmail) ?
>
> I like the buttons, the colors, the font-size, borders and the default GWT
> theme is horrible.
>
> --
> Atenciosamente,
> Paulo Coutinho.
> Blog: www.prsolucoes.com/blog
> Site: www.prsolucoes.com
> Msn:  pa...@prsolucoes.com
>



-- 
Atenciosamente,
Paulo Coutinho.
Blog: www.prsolucoes.com/blog
Site: www.prsolucoes.com
Msn:  pa...@prsolucoes.com

--~--~-~--~~~---~--~~
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 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



GWT Theme Like Google

2009-05-30 Thread Paulo Coutinho
Hi ppl,

Anyone knows how i can get a theme like Google apps (eg.: gmail) ?

I like the buttons, the colors, the font-size, borders and the default GWT
theme is horrible.

-- 
Atenciosamente,
Paulo Coutinho.
Blog: www.prsolucoes.com/blog
Site: www.prsolucoes.com
Msn:  pa...@prsolucoes.com

--~--~-~--~~~---~--~~
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 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---