7rczezj

2010-12-11 Thread Artem Borodin
http://zrnqz.tablethotelscapsules.net/

-- 
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: Get uploading file name immediately

2010-02-02 Thread Artem Borodin
Sorry for my question. View file name this is features Chrome browser :)

2010/2/2 Florentine3D artem.boro...@gmail.com

 http://gwt.google.com/samples/Showcase/Showcase.html#CwFileUpload

 In this example, after I chose the file, in right side appear his
 name. The name appears without pressing any buttons.
 How do I do that without clicking Submit, I could bring the file name,
 size and other data? Which event occurs?

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



-- 
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: How noserver in Netbeans

2010-01-27 Thread Artem Borodin
DevMode means that the launch goes with a command -noserver or -noserver
need somewhere to write? How do I know that this command run?

2010/1/27 tim.lebed...@googlemail.com tim.lebed...@googlemail.com

 here is the full list of features:

 http://picasaweb.google.com/tim.lebedkov/GWT4NBFeatures#

 On 27 Jan., 15:39, Florentine3D artem.boro...@gmail.com wrote:
  Where in Netbeans install option -noserver for GWT?

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



-- 
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: GWT hosting

2010-01-23 Thread Artem Borodin
How, then, without using Tomcat to lay out my project in Netbeans on online
server? I read that in the end should now have a WAR file, but he simply
will not work.

2010/1/22 Cristian Nicanor Babula nicanor.bab...@gmail.com

 Take a look at Google Application Engine. It is free. Of course, if you get
 high traffic, then it will cost you.


 On 01/22/2010 04:38 PM, gengstrand wrote:

 While it is true that you could just use the javascript generated by
 GWT and hook it to any back end (assuming that you are using REST or
 POX and not GWTRPC), the real value add in using GWT is with J2EE
 development. Otherwise, you could just use one of the other great RIA
 JS libraries such as jQuery or YUI.

 There are now a growing list of ISPs whose web hosting packages
 include Tomcat. I use Network Solutions and their large Linux package
 includes what they call JSP which means you upload a war file into a
 Tomcat server.

 Obviously, any ISP that offers a VPS package will do the job too.


 On Jan 22, 9:25 am, Djabigeorge.djaba...@gmail.com  wrote:


 GWT by itself doesn't need anything more then just plain old http
 server. GWT application that doesn't do rpc call to the server can be
 hosted on about anything. If you want to make rpc calls to services
 things get a bit more complicated as you need to host the service
 somewhere, but it doesn't have to be tomcat or Java based server
 either.

 On Jan 22, 5:50 am, Florentine3Dartem.boro...@gmail.com  wrote:



 To lay GWT necessarily need a hosting with support for Tomcat and
 other complex servers? And you can do without such complications?





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



-- 
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: GWT hosting

2010-01-23 Thread Artem Borodin
My goal: I want to using GWT send a text field on the e-mail.

23 января 2010 г. 19:37 пользователь Artem Borodin
artem.boro...@gmail.comнаписал:

 How, then, without using Tomcat to lay out my project in Netbeans on online
 server? I read that in the end should now have a WAR file, but he simply
 will not work.

 2010/1/22 Cristian Nicanor Babula nicanor.bab...@gmail.com

 Take a look at Google Application Engine. It is free. Of course, if you get
 high traffic, then it will cost you.


 On 01/22/2010 04:38 PM, gengstrand wrote:

 While it is true that you could just use the javascript generated by
 GWT and hook it to any back end (assuming that you are using REST or
 POX and not GWTRPC), the real value add in using GWT is with J2EE
 development. Otherwise, you could just use one of the other great RIA
 JS libraries such as jQuery or YUI.

 There are now a growing list of ISPs whose web hosting packages
 include Tomcat. I use Network Solutions and their large Linux package
 includes what they call JSP which means you upload a war file into a
 Tomcat server.

 Obviously, any ISP that offers a VPS package will do the job too.


 On Jan 22, 9:25 am, Djabigeorge.djaba...@gmail.com  wrote:


 GWT by itself doesn't need anything more then just plain old http
 server. GWT application that doesn't do rpc call to the server can be
 hosted on about anything. If you want to make rpc calls to services
 things get a bit more complicated as you need to host the service
 somewhere, but it doesn't have to be tomcat or Java based server
 either.

 On Jan 22, 5:50 am, Florentine3Dartem.boro...@gmail.com  wrote:



 To lay GWT necessarily need a hosting with support for Tomcat and
 other complex servers? And you can do without such complications?





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




-- 
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: GWT-RPC-MAIL

2010-01-21 Thread Artem Borodin
Thank you. I try this is code

2010/1/21 Hasan Turksoy hturk...@gmail.com


 you can use this[1] code... server side mail service from one of my
 applications.

 [1]
 http://code.google.com/p/apiks2/source/browse/trunk/src/edu/hacettepe/bote/server/service/MailServiceImpl.java

 Hasan
 http://www.jroller.com/hasant

 On Jan 20, 9:38 pm, Florentine3D artem.boro...@gmail.com wrote:
  I realized GWT-RPC. Everything works. When I click on the button I get
  a message from the server and print on the web browser.
  Question: How do I send mail using JavaMail with that simple button? I
  do not know how to write code.
 
  On the Internet I found only bits of how to do it and do not
  understand. Tell me, please.

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




-- 

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.