Re: Referenced libraries are missing

2016-03-11 Thread Artem Baltser
About errors...I got ClassDefNotFound exception and 
ExceptionInInitializerError executing code
AdWordsServices adWordsServices = new AdWordsServices();
Does enyone know what does it mean? Code works good locally but crashes on 
deployed version...

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Referenced libraries are missing

2016-03-10 Thread Artem Baltser
Hi there) Recently I deployed my app to GAE and got errors executing app...
I think the reason is that the part of referenced libs is missing for 
deployed version...
I guess GAE automatically takes all libs in war/WEB-INF/lib folder 
according to Java EE standart

Here's a peace of code I use to show classpath...


URL[] urls = ((URLClassLoader) (Thread.currentThread().getContextClassLoader
())).getURLs();
 for(URL url : urls)
 res+= url.toString() + "\n";

If you know the best way to show a classpath..show me plz)
So...What you think? What I need to do?

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Cannot install GWT Eclipse Plugin on JBoss Developer Studio 8.1.0

2015-09-29 Thread Artem Zyuzko
Hi 

I'm trying to install GWT plugin on JBoss Developer Studio 8.1.0 from
https://dl.google.com/eclipse/plugin/4.4

Installation fails with error:

An error occurred while collecting items to be installed
session context was:(profile=jbds, 
phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, 
action=).
No repository found containing: 
osgi.bundle,com.google.appengine.eclipse.core,3.8.0.v201410302155-rel-r44
No repository found containing: 
osgi.bundle,com.google.appengine.eclipse.datatools,3.8.0.v201410302155-rel-r44
No repository found containing: 
osgi.bundle,com.google.appengine.eclipse.webtools,3.8.0.v201410302155-rel-r44
No repository found containing: 
osgi.bundle,com.google.appengine.eclipse.wtp,3.8.0.v201410302155-rel-r44
No repository found containing: 
osgi.bundle,com.google.appengine.eclipse.wtp.jpa,3.8.0.v201410302155-rel-r44
No repository found containing: 
osgi.bundle,com.google.appengine.eclipse.wtp.jpa.e43,3.8.0.v201410302155-rel-r44
No repository found containing: 
osgi.bundle,com.google.appengine.eclipse.wtp.swarm,3.8.0.v201410302155-rel-r44
No repository found containing: 
osgi.bundle,com.google.gdt.eclipse.apiclientlib,3.8.0.v201410302155-rel-r44
No repository found containing: 
osgi.bundle,com.google.gdt.eclipse.appengine.api,3.8.0.v201410302155-rel-r44
No repository found containing: 
osgi.bundle,com.google.gdt.eclipse.appengine.swarm,3.8.0.v201410302155-rel-r44
No repository found containing: 
osgi.bundle,com.google.gdt.eclipse.appengine.swarm_backend,3.8.0.v201410302155-rel-r44
No repository found containing: 
osgi.bundle,com.google.gdt.eclipse.core,3.8.0.v201410302155-rel-r44
No repository found containing: 
osgi.bundle,com.google.gdt.eclipse.drive,3.8.0.v201410302155-rel-r44
No repository found containing: 
osgi.bundle,com.google.gdt.eclipse.gph,3.8.0.v201410302155-rel-r44
No repository found containing: 
osgi.bundle,com.google.gdt.eclipse.gph.hge,3.8.0.v201410302155-rel-r44
No repository found containing: 
osgi.bundle,com.google.gdt.eclipse.gph.subclipse,3.8.0.v201410302155-rel-r44
No repository found containing: 
osgi.bundle,com.google.gdt.eclipse.gph.subversive,3.8.0.v201410302155-rel-r44
No repository found containing: 
osgi.bundle,com.google.gdt.eclipse.login,3.8.0.v201410302155-rel-r44
No repository found containing: 
osgi.bundle,com.google.gdt.eclipse.managedapis,3.8.0.v201410302155-rel-r44
No repository found containing: 
osgi.bundle,com.google.gdt.eclipse.maven,3.8.0.v201410302155-rel-r44
No repository found containing: 
osgi.bundle,com.google.gdt.eclipse.platform,3.8.0.v201410302155-rel-r44
No repository found containing: 
osgi.bundle,com.google.gdt.eclipse.suite,3.8.0.v201410302155-rel-r44
No repository found containing: 
org.eclipse.update.feature,com.google.gdt.eclipse.suite.e44.feature,3.8.0.v201410302155-rel-r44
No repository found containing: 
osgi.bundle,com.google.gdt.eclipse.suite.ext,3.8.0.v201410302155-rel-r44
No repository found containing: 
osgi.bundle,com.google.gdt.eclipse.suite.ext.e38,3.8.0.v201410302155-rel-r44
No repository found containing: 
osgi.bundle,com.google.gwt.eclipse.core,3.8.0.v201410302155-rel-r44
No repository found containing: 
osgi.bundle,com.google.gwt.eclipse.libs,3.8.0.v201410302155-rel-r44
No repository found containing: 
osgi.bundle,com.google.gwt.eclipse.oophm,3.8.0.v201410302155-rel-r44

Eclipse version here:







Can anybody explain whats wrong with it?
Thanks

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Is it possible to set sourceMapping URL different from CodeServer bindAddress?

2013-10-06 Thread Artem Zatsarynnyy
I have one problem with GWT CodeServer that seems no one has faced yet ).
I need to launch GWT CodeServer on a remote host www.example.com:9876 but I 
have some problem with SourceMaps.

So, I launch GWT CodeServer on a computer with specified -bindAddress 
parameter that equals to the computer's IP address in LAN (for example 
192.168.1.10). It works perfectly: when I go to www.example.com:9876 then 
DNS redirects me to the local machine in the LAN where CodeServer was 
launched.

But sourceMappingURL in the compiled *.cache.js files points to the 
computer's IP address in the LAN. Like this:
//@ sourceMappingURL=
http://192.168.1.10:9876/sourcemaps/_app/gwtSourceMap.json

Is it possible to set sourceMapping URL different from CodeServer 
bindAddress?

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Is it possible to set sourceMapping URL different from CodeServer bindAddress?

2013-10-06 Thread Artem Zatsarynnyy
Hi, Thomas!
Yes, of course, I have tried to set the host name as bindAddress, but in 
this case I get the mesage Can't resolve bind address. As far as I 
understand, it should be only local IP address.
Accessing to my server by its IP address doesn't solve the problem. My 
problem is that //@ sourceMappingURL is pointing to the local IP address.
Also, I have tried to play around the includeSourceMapUrl property in my 
gwt.xml descriptor:
set-configuration-property name='includeSourceMapUrl' 
value='http://www.my_host.com/'/
But it didn't change anything.

воскресенье, 6 октября 2013 г., 16:46:08 UTC+3 пользователь Thomas Broyer 
написал:

 Have you tried using the host name as -bindAddress? or accessing your 
 server by its IP address rather than its host name?

 On Sunday, October 6, 2013 3:17:56 PM UTC+2, Artem Zatsarynnyy wrote:

 I have one problem with GWT CodeServer that seems no one has faced yet ).
 I need to launch GWT CodeServer on a remote host www.example.com:9876 but 
 I have some problem with SourceMaps.

 So, I launch GWT CodeServer on a computer with specified -bindAddress 
 parameter that equals to the computer's IP address in LAN (for example 
 192.168.1.10). It works perfectly: when I go to www.example.com:9876 then 
 DNS redirects me to the local machine in the LAN where CodeServer was 
 launched.

 But sourceMappingURL in the compiled *.cache.js files points to the 
 computer's IP address in the LAN. Like this:
 //@ sourceMappingURL=
 http://192.168.1.10:9876/sourcemaps/_app/gwtSourceMap.json

 Is it possible to set sourceMapping URL different from CodeServer 
 bindAddress?



-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Is it possible to set sourceMapping URL different from CodeServer bindAddress?

2013-10-06 Thread Artem Zatsarynnyy
You are right. The problem was with DNS. Everything works fine now.
Thanks a lot, Thomas!

воскресенье, 6 октября 2013 г., 20:27:27 UTC+3 пользователь Thomas Broyer 
написал:

 bindAddress uses InetAddress.getByName() to resolve the value, so if it 
 fails with Can't resolve bind address, it probably means the DNS on your 
 server are not configured correctly.

 On Sunday, October 6, 2013 7:02:05 PM UTC+2, Artem Zatsarynnyy wrote:

 Hi, Thomas!
 Yes, of course, I have tried to set the host name as bindAddress, but in 
 this case I get the mesage Can't resolve bind address. As far as I 
 understand, it should be only local IP address.
 Accessing to my server by its IP address doesn't solve the problem. My 
 problem is that //@ sourceMappingURL is pointing to the local IP address.
 Also, I have tried to play around the includeSourceMapUrl property in 
 my gwt.xml descriptor:
 set-configuration-property name='includeSourceMapUrl' value='
 http://www.my_host.com/'/
 But it didn't change anything.

 воскресенье, 6 октября 2013 г., 16:46:08 UTC+3 пользователь Thomas Broyer 
 написал:

 Have you tried using the host name as -bindAddress? or accessing your 
 server by its IP address rather than its host name?

 On Sunday, October 6, 2013 3:17:56 PM UTC+2, Artem Zatsarynnyy wrote:

 I have one problem with GWT CodeServer that seems no one has faced yet 
 ).
 I need to launch GWT CodeServer on a remote host www.example.com:9876 but 
 I have some problem with SourceMaps.

 So, I launch GWT CodeServer on a computer with specified -bindAddress 
 parameter that equals to the computer's IP address in LAN (for example 
 192.168.1.10). It works perfectly: when I go to www.example.com:9876 then 
 DNS redirects me to the local machine in the LAN where CodeServer was 
 launched.

 But sourceMappingURL in the compiled *.cache.js files points to the 
 computer's IP address in the LAN. Like this:
 //@ sourceMappingURL=
 http://192.168.1.10:9876/sourcemaps/_app/gwtSourceMap.json

 Is it possible to set sourceMapping URL different from CodeServer 
 bindAddress?



-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Update of Eclipse Plug In Causes Compile Error

2013-01-11 Thread Artem Grinblat
I think removing the old GWT SDK entries from Preferences/Google/Web 
Toolkit helped.

вторник, 23 августа 2011 г., 21:15:06 UTC+4 пользователь Lenny написал:

 I just updated the GWT plug in from within Eclipse and am now getting 
 the following compile error when I try to compile my project: 

 WARNING: 'com.google.gwt.dev.GWTCompiler' is deprecated and will be 
 removed in a future release. 
 Use 'com.google.gwt.dev.Compiler' instead. 
 (To disable this warning, pass -Dgwt.nowarn.legacy.tools as a JVM 
 arg.) 
 Unknown argument: -war 

 I have never gotten this error before and did not manually change any 
 of my build settings.  I was using GWT 2.3.0 previously.  The versions 
 of the GWT software are: 

   Google Plugin for Eclipse 3.62.3.3.r36v201107211953 
 com.google.gdt.eclipse.suite.e36.feature.feature.group 
   Google Web Toolkit SDK 2.3.02.3.0.r36v201105191508 
 com.google.gwt.eclipse.sdkbundle.e36.feature.feature.group 
   GWT Designer Core2.3.2.r36x201107161253 
 com.google.gdt.eclipse.designer.hosted.feature.feature.group 
   GWT Designer Editor2.3.2.r36x201107161302 
 com.google.gdt.eclipse.designer.editor.feature.feature.group 
   GWT Designer GPE2.3.2.r36x201107161423 
 com.google.gdt.eclipse.designer.gpe.feature.feature.group 
   WindowBuilder Core1.1.0.r36x201107161214 
 org.eclipse.wb.core.feature.feature.group 
   WindowBuilder CSS Support1.1.0.r36x201107161057 
 org.eclipse.wb.css.feature.feature.group 
   WindowBuilder XML Core1.1.0.r36x201107161221 
 org.eclipse.wb.core.xml.feature.feature.group 

 Please let me know what is wrong with my configuration. 

 Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/6-Gw9KplWDcJ.
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 do you get uiBinder to inject its style code immediately?

2012-09-03 Thread Artem Artemyev
Hello!
Im trying to find a solution too and I stop on your resolving way: static 
boolean in the widget and injection by StyleInjector. But invoking 
StyleInjector.inject( style.getText(), true ); force inject styles and after 
few moments styles injected again! It happens because 
uiBinder.createAndBindUi(this) invoke style.ensureInjected(), that invoke 
StyleInjector.inject( style.getText(), FALSE ); that add style injection to 
the queue in the StyleInjector. Fortunately StyleInjector provide flush() 
method... 
And final solution is:

@UiField
Style style;

private static boolean styleInjected = false;

public SomeWidget() {
widget = uiBinder.createAndBindUi(this);

if (!styleInjected) {
styleInjected = true;
StyleInjector.flush();
}
}

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/fvKhIYlWinEJ.
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: Hibernate ClassCastException in GWT hosted mode only

2012-02-19 Thread Artem V . Navrotskiy
This is Hibernate 4.0.0+ bug:
https://hibernate.onjira.com/browse/HHH-7084

-- 
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.



RequestFactory and server side validation

2011-11-17 Thread Artem Nikulchenko
I'm trying to use RequestFactory in my application for entity exchange
between client and server. (Which I think it was designed for.) But I
have one workflow, that it kind of standard, but I can't solve it in
any normal way (with out overriding part of RF logic).

The workflow is follow:
1. User press New button and create new entity at the client side.
(RequestFactory used for that)
2. User put some data into this object (fills fields) and press Save.
3. Client side validation called and passed.
4. RequestFactory method is called to save entity.
5. Server-side method detects some problems with this data (data do
not pass some server-side validation) and want's to inform User about
that (using errorCode or throwing exception)
6. Client receives this info and show it to User.
7. User make corrections to the data and press Save again
--And here is where the problems start. I can't call persist method
again on same RequestContext, because it was already used and will
throw an error. I also can create a new RequestContext and attach
entity to it - because I can't detach it from previous RequestContext.

What I'm missing here? How server-side validation should work with
RequestContext?

-- 
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: Data-binding, Konckout.js

2011-05-12 Thread Artem Nikulchenko
We are using Editors a lot. And they are coll (at least much cooler
than it was before). But they are still far way from full data binding
as shown in Knockout.js (or as it's done in Silverlight). I'm not a
fan of Silverlight and hope that GWT would remove all this plug-ins
soon, but watching GWT and Silverlight groups working is parallel in
out company - I could definitely say that Silverlight data-binding
style gives huge advantage and removes a lot of extra code.

GWT with Editors support WinForms style of binding, where each form
could be bind to the object and then editors values would be bounded
to properties of that object. In Knockout.js (and WPF and Silverlight)
I could bind ANY property to the values of binding object (that is
called context in that case) and get NotifyPropertyChnage support. For
example I could have panel (for example loading indicator), which
visibility is controlled by IsBusy property (get and set in Java).
Setting this property to false and true will automatically hide and
show the panel. Many more use cases could be shown...

Please check Knockout.js demo for more examples...

Is there are any plans to do the same in GWT?

On May 3, 11:58 pm, El Mentecato Mayor rogelio.flo...@gmail.com
wrote:
 Take a look at Editors in 
 GWT:http://code.google.com/webtoolkit/doc/latest/DevGuideUiEditors.html

 On Apr 30, 9:35 am, Artem Nikulchenko a...@cloudwk.com wrote:







  I've recently seenKnockout.js presentation at MIX 11 and it looks
  amazing. It removes all boilerplate code around data-binding and looks
  really amazing!!! We do have a lot of development in both GWT and
  Silverlight, and Silverlight data-binding is probably the only
  advantage left (and we really miss it when switch to GWT and write
  data oriented applications). And it looks likeKnockout.js could give
  same experience, if it would be integrated into GWT.

  Is there are any plans to integrateKnockout.js into GWT? Or maybe
  make same binding experience in GWT by it's own?

  Best regards,
  Artem

-- 
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.



Data-binding, Konckout.js

2011-05-02 Thread Artem Nikulchenko
I've recently seen Knockout.js presentation at MIX 11 and it looks
amazing. It removes all boilerplate code around data-binding and looks
really amazing!!! We do have a lot of development in both GWT and
Silverlight, and Silverlight data-binding is probably the only
advantage left (and we really miss it when switch to GWT and write
data oriented applications). And it looks like Knockout.js could give
same experience, if it would be integrated into GWT.

Is there are any plans to integrate Knockout.js into GWT? Or maybe
make same binding experience in GWT by it's own?

Best regards,
Artem

-- 
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.lang.NoClassDefFoundError: javax/validation/ValidationException

2011-03-01 Thread Artem Nikulchenko
Hi,

I'm trying to use GWT application in GAE. I tried to use
RequestFactory (framework introduced in GWT 2.1) to make client-server
communication. But I'm constantly getting an error:

java.lang.NoClassDefFoundError: javax/validation/ValidationException
at
com.google.gwt.requestfactory.server.ServiceLayer.create(ServiceLayer.java:
66)
at
com.google.gwt.requestfactory.server.RequestFactoryServlet.init(RequestFactoryServlet.java:
88)
at
com.google.gwt.requestfactory.server.RequestFactoryServlet.init(RequestFactoryServlet.java:
74)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown
Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown
Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at org.mortbay.jetty.servlet.Holder.newInstance(Holder.java:153)

Does anybody know how to fix it?

Thanks!

-- 
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.



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: GWT and indexing

2010-08-30 Thread Artem
I'm thinking about inserting small JavaScript code into our
escape_fragment pages. So, first page is created by HTMLUnit, and
then small JavaScript code is inserted, that would redirect a User to
real !# pages. In that case Google Bot would see escape_fragment
static pages, while if some escape page was ranked by another
crawler, and User comes to it - User would be redirected to !# pages.

But I am afraid that this would be counted as a bad style and my site
will get into Google Black List (while I'm trying to worry about
another crawlers - Google is still number one! and I don't want to
disappoint it ) )

What do you think about this approach? Could you comment on chances to
get to Google Black List with this approach?

Thanks!

-- 
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 and indexing

2010-08-25 Thread Artem
Thank you! That's good to know that this already works in Google!

-- 
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.



GWT and indexing

2010-08-17 Thread Artem
There were a lot of topics about crawlable GWT application and ways to
make them crawlable

Maybe somebody could share information about last changes on this
topic? Maybe some new information came?

I found last updates on
Making AJAX Applications Crawlable
http://code.google.com/web/ajaxcrawling/index.html

Described approach are doable (by require some additional coding to be
made (( )... Does anybody know if this is a common standard or only
GoogleBot supports it? Does other crawlers follow the same rules? Or
maybe this is not the last information and some other approach now
should be used?

Best regards!

-- 
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: UIBinder, Refresh and binding

2010-05-27 Thread Artem
I am not looking for 2 lines solution for whole problem. I am looking
for solution which can be implemented once and then allow to bind
objects in 2 lines... And from what I understand - changing code of
UIBinder would be one of the ways to make this solution.

Can you help me with some links/examples/descriptions of changing
UiBinder code and/or implementing my own UiBinder?

-- 
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.



UIBinder, Refresh and binding

2010-05-25 Thread Artem
Hi!

I am really enjoin using of UIBinder! But still some of my code looks
a bit strange and unpleasant in comparison with what I would like to
see... I'll explain in details:

Imagine I have a UIBinder component with some Label inside:
...
g:Label ui:field=label
...

In that case I can set a value to this label in java code like this:

@UiField
Label l;
...
l.setText();
...

Imagine I want to bind this panel to some object. As a result if this
data object has a lot of properties I end up with huge list of
@UiField declarations and setText methods, and after a while it get's
really hard to find out what property where should be displayed.

I would another approach that allows me to bind to some properties
inside the UI directly:

ui:with field='dataContext' type='com.toi.client.DataObject'/
...
g:Label text={dataContext.getValue}

Now this code looks already better, because now I can clearly see
where and what properties are displayed. I also don't need so many
setText methods in java class any more... But this approach solves
only one problem - bind UI to data object when UI control is
created...

What else do I need from it?

1. First, I would like to have a refresh method, so when I want to
display another object in the same control I will simple use
this.dataObject = newDataObject; refreshUI(); and trigger all
connected labels, textboxes etc. to call setText and other methods
again (In that case I won't need to re-create UI when new object comes
- only reloaded properties...)

2. Second. I also would like to have bi-directional link. Which means
- if I say g:TextBox text={dataContext.Value} not only text from
dataobject is loaded into textbox during initialization, BUT also data
object value is changed when somebody edits TextBox.

Maybe somebody could help me with this problem? Maybe somebody knows
some framework or workaround that could be used in that case?

Or maybe somebody could show me the way to somehow catch events from
my UIBinder object, so I can bind them manually to properties on base
class implementation?

Thanks!

Artem

-- 
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.



GWT and Image Editor

2010-04-01 Thread Artem
Hi!

In my project I need specific GWT widget. Basically main request for
it - to allow place some text on top of Image and then safe a result.

It should work for company that produce business cards. User can go to
a web site, select any card template (basically just background Image)
and then be able to place some text on any place on top of Image and
somehow result should be saved to allow manager later to check it and
send to printing...

Does anybody could give me some advise on that? Any ideas how this
could be done in GWT? Maybe some nice framework that will make my job
easy?

Thanks

-- 
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.



GWT and Maps - lazy loading

2010-03-17 Thread Artem
Hi!

I really enjoy GWT and Google Maps working together...
But I have a question about Lazy Loading of Maps scripts...

To use Google Maps in my project I have to add
  inherits name=com.google.gwt.maps.GoogleMaps/
  script src=http://maps.google.com/maps?
gwt=1amp;file=apiamp;v=2amp;sensor=false /
into my project xml.

As a result size of initial load of my web site increases for the size
of maps scripts... On the other hand I don't have Maps widget at first
page of my site - so it could be that User will never actually need
it...

Could I somehow create some kind of Lazy Loading for Goolge Maps and
load needed scripts only when they really needed? Maybe use
GWT.runAsync somehow?


-- 
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.



GWT video/news/articles etc...

2010-03-03 Thread Artem
Hi All,

For long time I was looking for some cool website with GWT news,
video, articles etc. Because of my job I also have to work with .Net
technologies, and there I found Channel 9, and I must say at least for
me it looks like very nice way to follow .NET news and frameworks. I
tried to find something like that for GWT, but no success for now...
((
I've see list of videos from IO 2009, but no updates in articles and
videos after that...

Maybe somebody can help me and share a link to website where
developers who work with GWT (or even better if Google developers)
share there vision on GWT, GWT architecture, frameworks for GWT etc.?

Thanks!

-- 
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.



GWT development process

2010-01-21 Thread Artem
I'm rather new in GWT and maybe I'm asking something really easy and
well-known, but I'm not able to find solution myself, so I really hope
you can help me...

I really like GWT but can't find a way to integrate in to our
development process.
We tried to do it as usual - we created cool HTML and CSS pages as a
markup and started to move all of that to GWT... And this became a
disaster for us ((
Almost everywhere we face different style problems... For examle, in
our CSS we have

input .test {}
input class='test' type='checkbox'...

In GWT we tried
CheckBox c = new CheckBox();
c.addStyleName('test');

but of course that was converted to

div class='test'
   input type='checkbox'...
/div

which mean CSS do not work any more.

This is just an example - we face different problems everywhere and
trying to create same page in GWT took us a lot of time. (If you add
to this that GWT could in next build change HTML presentation of
cotrol - it's even adds problems)

Of course in each case we could create a workaround... But it doen't
look like good way to use GWT in app. So it's probably some other nice
way to do this...

What we are doing wrong? What rules should we follow when creating
HTML/CSS? Or development process should be different and we shouldn't
create HTML first? Maybe somebody has a link to nice article which
could answer all this quesions?
-- 
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.



contextual search in a ComboBox

2009-08-03 Thread Artem Budnikov

Hi, everybody.

Is there a method to set up contextual search in a ComboBox? (I mean
search not by beginnig of a displayed field but by an arbitrary part
of string) like search in a combobox when it is used with
PagingMemoryProxy.
I cannot use PagingMemoryProxy because I have to change data
dinamically and in this case combobox doesn't show new records.
If it isn't possible could anybody suggest how to make this without a
combobox?

Thank you.



--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---