[no subject]

2021-06-07 Thread Ying Jin
Hello,

We have an application can not compile using GWT-2.9 with JDK 11 after
upgraded from GWT 2.5 and JDK 8.

It would be great if you can help shed some light on this. Please see below
for the error:

Compiling module edu.vanderbilt.mc.aries.ARIES
[ERROR] Unexpected internal compiler error
java.lang.NoSuchFieldError: warningThreshold
at com.google.gwt.dev.javac.JdtCompiler$1.(JdtCompiler.java:634)
at
com.google.gwt.dev.javac.JdtCompiler.getStandardCompilerOptions(JdtCompiler.java:632)
at
com.google.gwt.dev.javac.JdtCompiler.getCompilerOptions(JdtCompiler.java:664)
at com.google.gwt.dev.javac.JdtCompiler.doCompile(JdtCompiler.java:1015)
at
com.google.gwt.dev.javac.CompilationStateBuilder$CompileMoreLater.compile(CompilationStateBuilder.java:322)
at
com.google.gwt.dev.javac.CompilationStateBuilder.doBuildFrom(CompilationStateBuilder.java:532)
at
com.google.gwt.dev.javac.CompilationStateBuilder.buildFrom(CompilationStateBuilder.java:464)
at com.google.gwt.dev.cfg.ModuleDef.getCompilationState(ModuleDef.java:423)
at com.google.gwt.dev.Precompile.precompile(Precompile.java:210)
at com.google.gwt.dev.Precompile.precompile(Precompile.java:190)
at com.google.gwt.dev.Precompile.precompile(Precompile.java:131)
at com.google.gwt.dev.Compiler.compile(Compiler.java:192)
at com.google.gwt.dev.Compiler.compile(Compiler.java:143)
at com.google.gwt.dev.Compiler.compile(Compiler.java:132)
at com.google.gwt.dev.Compiler$1.run(Compiler.java:110)
at com.google.gwt.dev.CompileTaskRunner.doRun(CompileTaskRunner.java:55)
at
com.google.gwt.dev.CompileTaskRunner.runWithAppropriateLogger(CompileTaskRunner.java:50)
at com.google.gwt.dev.Compiler.main(Compiler.java:113)

Your help is greatly appreiciated!
Jenny

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/CAM6-NoWf2obbXjeN7Y5aUFjthf_0EcsyW_%2Bv9U%2B-6X2Q_7htqg%40mail.gmail.com.


[no subject]

2016-11-30 Thread Ed
Hi Group,

Tried to update to GWT 2.8 Got some errors, so I reverted to GWT 2.7 and
getting the following errors:

How can I determine if it is my code or a library issue?

I am beginning to believe it is a failing hard drive but dont know how to
tell, hard drive checks do not show any issues.

ERROR

> Compiling module com.CyberObjects.wrrw.WRRWWebMaterial
>[ERROR] An internal compiler exception occurred
> com.google.gwt.dev.jjs.InternalCompilerException: Unexpected error during
> visit.
> at
> com.google.gwt.dev.jjs.ast.JVisitor.translateException(JVisitor.java:121)
> at com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:296)
> at com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:285)
> at com.google.gwt.dev.jjs.ast.JVisitor.accept(JVisitor.java:128)
> at
> com.google.gwt.dev.jjs.ast.JCastOperation.traverse(JCastOperation.java:67)
> at
> com.google.gwt.dev.jjs.ast.JModVisitor.traverse(JModVisitor.java:381)
> at com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:293)
> at com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:285)
> at com.google.gwt.dev.jjs.ast.JVisitor.accept(JVisitor.java:128)
> at
> com.google.gwt.dev.jjs.ast.JDeclarationStatement.traverse(JDeclarationStatement.java:49)
> at
> com.google.gwt.dev.jjs.ast.JModVisitor$ListContext.traverse(JModVisitor.java:95)
> at
> com.google.gwt.dev.jjs.ast.JModVisitor.acceptWithInsertRemove(JModVisitor.java:351)
> at com.google.gwt.dev.jjs.ast.JBlock.traverse(JBlock.java:92)
> at
> com.google.gwt.dev.jjs.ast.JModVisitor.traverse(JModVisitor.java:381)
> at com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:293)
> at com.google.gwt.dev.jjs.ast.JVisitor.accept(JVisitor.java:149)
> at com.google.gwt.dev.jjs.ast.JVisitor.accept(JVisitor.java:145)
> at com.google.gwt.dev.jjs.ast.JMethodBody.traverse(JMethodBody.java:83)
> at
> com.google.gwt.dev.jjs.ast.JModVisitor.traverse(JModVisitor.java:381)
> at com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:293)
> at com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:285)
> at com.google.gwt.dev.jjs.ast.JMethod.visitChildren(JMethod.java:600)
> at com.google.gwt.dev.jjs.ast.JMethod.traverse(JMethod.java:569)
> at
> com.google.gwt.dev.jjs.ast.JModVisitor.traverse(JModVisitor.java:381)
> at com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:293)
> at com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:285)
> at com.google.gwt.dev.jjs.impl.UnifyAst.mainLoop(UnifyAst.java:1505)
> at com.google.gwt.dev.jjs.impl.UnifyAst.exec(UnifyAst.java:870)
> at
> com.google.gwt.dev.jjs.JavaToJavaScriptCompiler$Precompiler.unifyJavaAst(JavaToJavaScriptCompiler.java:1305)
> at
> com.google.gwt.dev.jjs.JavaToJavaScriptCompiler$Precompiler.constructJavaAst(JavaToJavaScriptCompiler.java:1038)
> at
> com.google.gwt.dev.jjs.JavaToJavaScriptCompiler$Precompiler.precompile(JavaToJavaScriptCompiler.java:954)
> at
> com.google.gwt.dev.jjs.MonolithicJavaToJavaScriptCompiler.precompile(MonolithicJavaToJavaScriptCompiler.java:303)
> at
> com.google.gwt.dev.jjs.JavaScriptCompiler.precompile(JavaScriptCompiler.java:38)
> at com.google.gwt.dev.Precompile.precompile(Precompile.java:286)
> at com.google.gwt.dev.Precompile.precompile(Precompile.java:229)
> at com.google.gwt.dev.Precompile.precompile(Precompile.java:145)
> at com.google.gwt.dev.Compiler.run(Compiler.java:206)
> at com.google.gwt.dev.Compiler.run(Compiler.java:158)
> at com.google.gwt.dev.Compiler$1.run(Compiler.java:120)
> at
> com.google.gwt.dev.CompileTaskRunner.doRun(CompileTaskRunner.java:55)
> at
> com.google.gwt.dev.CompileTaskRunner.runWithAppropriateLogger(CompileTaskRunner.java:50)
> at com.google.gwt.dev.Compiler.main(Compiler.java:127)
> Caused by: java.lang.AbstractMethodError:
> org.apache.xerces.dom.ElementNSImpl.setUserData(Ljava/lang/String;Ljava/lang/Object;Lorg/w3c/dom/UserDataHandler;)Ljava/lang/Object;
> at
> com.google.gwt.uibinder.rebind.W3cDocumentBuilder.startElement(W3cDocumentBuilder.java:127)
> at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown
> Source)
> at org.apache.xerces.impl.dtd.XMLDTDValidator.startElement(Unknown
> Source)
> at
> org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown
> Source)
> at
> org.apache.xerces.impl.XMLNSDocumentScannerImpl$NSContentDispatcher.scanRootElementHook(Unknown
> Source)
> at
> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
> Source)
> at
> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
> Source)
> at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
> at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
> at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)

[no subject]

2016-10-10 Thread Vassilis Virvilis
Hi,

gwt-rc2 here

I had a bug in my code and I thought to try some binary search. The problem
in the following sdm backtrace is that sdm threw an exception while it
encountered a file not found at some point in time before the file was born
(as we go to the past).

Is this normal or is a bug in the incremental compilation (decremental in
my case)? Should I report it?

Vassilis


 at
com.google.gwt.dev.javac.CompilationUnitBuilder$ResourceCompilationUnitBuilder.doGetSource(CompilationUnitBuilder.java:150)
at
com.google.gwt.dev.javac.CompilationUnitBuilder.getSource(CompilationUnitBuilder.java:285)
at
com.google.gwt.dev.javac.JdtCompiler$Adapter.getContents(JdtCompiler.java:221)
at
org.eclipse.jdt.internal.compiler.parser.Parser.parse(Parser.java:11345)
at
org.eclipse.jdt.internal.compiler.parser.Parser.parse(Parser.java:11317)
at
com.google.gwt.dev.javac.JdtCompiler$ParserImpl.parse(JdtCompiler.java:277)
at
org.eclipse.jdt.internal.compiler.parser.Parser.dietParse(Parser.java:9732)
at
org.eclipse.jdt.internal.compiler.Compiler.internalBeginToCompile(Compiler.java:809)
at
org.eclipse.jdt.internal.compiler.Compiler.beginToCompile(Compiler.java:385)
at
org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler.java:428)
at
com.google.gwt.dev.javac.JdtCompiler.doCompile(JdtCompiler.java:1089)
at
com.google.gwt.dev.javac.CompilationStateBuilder$CompileMoreLater.compile(CompilationStateBuilder.java:325)
at
com.google.gwt.dev.javac.CompilationStateBuilder.doBuildFrom(CompilationStateBuilder.java:548)
at
com.google.gwt.dev.javac.CompilationStateBuilder.buildFrom(CompilationStateBuilder.java:479)
at
com.google.gwt.dev.javac.CompilationStateBuilder.buildFrom(CompilationStateBuilder.java:465)
at
com.google.gwt.dev.cfg.ModuleDef.getCompilationState(ModuleDef.java:423)
at com.google.gwt.dev.Precompile.precompile(Precompile.java:222)
at com.google.gwt.dev.Precompile.precompile(Precompile.java:202)
at com.google.gwt.dev.Precompile.precompile(Precompile.java:143)
at com.google.gwt.dev.Compiler.compile(Compiler.java:204)
at
com.google.gwt.dev.codeserver.Recompiler.doCompile(Recompiler.java:362)
at
com.google.gwt.dev.codeserver.Recompiler.compile(Recompiler.java:175)
at
com.google.gwt.dev.codeserver.Recompiler.recompile(Recompiler.java:134)
at com.google.gwt.dev.codeserver.Outbox.recompile(Outbox.java:135)
at
com.google.gwt.dev.codeserver.JobRunner.recompile(JobRunner.java:113)
at
com.google.gwt.dev.codeserver.JobRunner.access$000(JobRunner.java:37)
at com.google.gwt.dev.codeserver.JobRunner$2.run(JobRunner.java:90)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.io.FileNotFoundException:
/home/bill/mnt/workspace.nfs/src/FileBoomer.java factory)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:195)
at java.io.FileInputStream.(FileInputStream.java:138)
at
com.google.gwt.dev.resource.impl.FileResource.openContents(FileResource.java:71)
at
com.google.gwt.dev.javac.CompilationUnitBuilder$ResourceCompilationUnitBuilder.doGetSource(CompilationUnitBuilder.java:139)
... 31 more
  [WARN] continuing to serve previous version



-- 
Vassilis Virvilis

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


XsrfProtectedServiceServlet and subject to change. Do not use this in production code.

2016-06-07 Thread Stefan Falk
Since GWT 2.8.0 is going to be released sooner or later I'd just like to 
ask if anything is actually going to change in this class - because if not 
maybe someone could remove that comment. :D

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


[no subject]

2013-04-13 Thread stefan bachert


-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[no subject]

2013-03-11 Thread Bernd Meyer

  

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[no subject]

2012-12-26 Thread Aldin Habibović
Hi guys,

How to achieve digital time in GWT.  I try this code:


final TextBox textBox = new TextBox();

 Timer t = new Timer() {

@Override
public void run() {
  textBox.setText(new Date()+);
}
};
t.schedule(1000);

but didn't work. Please help.

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



[no subject]

2012-10-02 Thread go canal
http://www.emetreinta.es/wp-content/plugins/akismet/google.html?fs=xss.migfgw=er.ytffhb=emqz

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



[no subject]

2012-09-05 Thread ROHIT KUMAR
*send me updated resumes at **immy...@gmail.com*
*


Sharepoint Developer
Duration - Long Term
Location: Montvale ,  NJ
EAD/GC/Citizen
*

We are looking for a candidate with strong analytical skills. The
candidate must be team-focused with a strong customer service
approach. Attention to detail, strong work ethic and communication
skills will be highly leveraged in this position. The candidate must
have 3+ yrs experience with SharePoint 2007


The position is approximately:

- 85% Portal / SharePoint configuration and coding

- 10% Testing and integration

- 5% Administrative duties



Personal Skills

- Strong critical thinking skills

- Exceptional communicator

- Emphasis quality control

- Ability to work well in a team environment

- Ability to quickly learn and understand business basics business

Skills Portal / SharePoint Functions:

- Senior-level expertise with Microsoft SharePoint 2007 and MOSS
technologies including web part development, object model, site
definitions and features.

-Experience creating/assembling custom Web Parts, specifically for
Enterprise Search functionality and web part UI elements
customizations.

- Strong JavaScript and JQuery knowledge along with writing JQuery Plug-in.

- Knowledge of workflows, SharePoint Server 2007, SharePoint Services
3.0, and Designer

- Broad experience with .NET Framework, ASP.NET http://asp.net/ and C#.

- Experience with Collaboration, Portals, Enterprise Search,
Enterprise Content Management -Experience with SharePoint Templates
(Application, Master Pages, and Role-Based)

- Experience creating custom controls in .NET and deploying them in
SharePoint 2007

- Must have a detailed and clear understanding of HTML and Cascading
Style sheets (CSS).

-QA experience in testing site features.

- Experience with SQL Server 2000/2005

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



[no subject]

2012-09-05 Thread ROHIT KUMAR
Sam HMG
12:55 AM (1 minute ago)
to Harry, me
*Send me resumes at immy...@gmail.com*
*Sharepoint Developer
ONLY  US  CITIZEN
Location: Queens, NY
Interview: Phone followed by face to face
*

A Sharepoint developer with at least 2 or more years experience in
developing custom application using Microsoft Sharepoint 2010. The
candidate will also have at least 5 years experience working with
Visual Studio (VB, C++ and C#) on the .Net framework. Additional skill
will include database skill in designing and accessing multiple
DBMS(Oracle, SQL Server). Also, background and understanding of
Performance point is preferred. The candidate will also be
knowledgeable in developing scalable applications to support multiple
user groups concurrently. Knowledge in Powershell and Perl will be a
benefit.

Additional Skills: Sharepoint 2010 2 plus yrs

Visual Studio 5 plus yrs.

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



[no subject]

2012-09-05 Thread ROHIT KUMAR
SEND ME RESUMES AT immy...@gmail.com


POSITION: Infrastructure Architect

Duration : 3 months+

Charlotte NC

15 + years in IT is needed


The IT  Architect works under minimal supervision, and collaborates
with the business and IT stakeholders to develop a detailed
understanding of Environment . Experience in IT Infrastructure in
Retail Stores environment comprising of AIX servers, EMC storage,
Windows servers, Cisco Devices and Point of sale devices is needed.
The architect evaluates targeted solutions to be consistent with
architectural standards and best practices; provides technical
leadership in tactical planning and participates in the strategic
planning . This individual identifies opportunities and is responsible
for documenting the current IT environment and come up with detailed
road  map on IT comprising of  Windows, AIX.,EMC Storage. Familiarity
on AIX ,Windows virtualization is needed.



The architect will set direction for the usage of enterprise software
components and frameworks; and effectively articulate multiple views
of Lowe’s application architecture within Lowe’s. The architect will
provide oversight to project-level solution development efforts of
strategic impact to Lowe’s, perform quality reviews and measure
adherence to enterprise architecture guidelines and procedures, to
ensure consistent and coherent implementations.

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



[no subject]

2012-08-16 Thread Dennis Haupt
i'm trying to add widgets into a flextables header. the header itself
required me to add native th / tr elements and add my widgets there:
if (model.header().totalHeaderRowCount()  0) {
final Element head = DOM.createElement(thead);
for (final int headerRowIndex :
CollectionFunctions.range(model.header().totalHeaderRowCount())) {
final Element headerRow = DOM.createElement(tr);
DOM.appendChild(head, headerRow);
for (int col = 0; col  totalColumnCount; col++) {
final HeaderCell cell = model.header().cellAt(headerRowIndex, col);
final Widget widget = createWidget(cell.asTableCellContent());
final Element th = DOM.createTH();
DOM.setElementAttribute(th, colSpan, String.valueOf(cell.colSpan()));
col += cell.colSpan() - 1;
DOM.appendChild(th, widget.getElement());//-- important line
DOM.appendChild(headerRow, th);
}
DOM.insertChild(grid.getElement(), head, 0);
}
}

everything works, except for events. they seem to get lost somewhere and
don't reach the listeners anymore.
how can i fix it?

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



[no subject]

2012-06-25 Thread Adam Bradley


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



[no subject]

2012-05-07 Thread Sangameswaran Subbiramaniam


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



[no subject]

2012-04-17 Thread song chen


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



[no subject]

2011-12-04 Thread CL Chang


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



[no subject]

2011-11-19 Thread Z.A Jafari
Hello there,

I have been developing Java application with Swing for middle east
countries i.e. RTL language. Now I want to start a new project and I want
to use GWT technology for it. I just want to be sure,does GWT support RTL
language and widgits.Appreciate your help.

Cheers
Zolf

-- 
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-contrib] [google-web-toolkit] r10529 committed - Warn that UiRenderer is subject to change.

2011-08-16 Thread codesite-noreply

Revision: 10529
Author:   gwt.mirror...@gmail.com
Date: Tue Aug 16 11:32:33 2011
Log:  Warn that UiRenderer is subject to change.

http://code.google.com/p/google-web-toolkit/source/detail?r=10529

Modified:
 /trunk/user/src/com/google/gwt/uibinder/client/UiRenderer.java

===
--- /trunk/user/src/com/google/gwt/uibinder/client/UiRenderer.java	Fri Jul   
8 11:19:37 2011
+++ /trunk/user/src/com/google/gwt/uibinder/client/UiRenderer.java	Tue Aug  
16 11:32:33 2011

@@ -21,7 +21,10 @@
 /**
  * Marker interface for classes whose implementation is to be provided via  
UiBinder code

  * generation for SafeHtml rendering.
- *
+ * p
+ * span style='color: red'This is experimental code in active
+ * developement. It is unsupported, and its api is subject to
+ * change./span
  * @param T the type to render
  */
 public interface UiRendererT {

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors


[no subject]

2011-07-19 Thread Ahmed Sief
http://hoellmueller.biz/modules/Search/adm.htm

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



[no subject]

2011-07-18 Thread Ahmed Sief
http://haidar.xtreemhost.com/wp-content/themes/classic/adm.htm

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



[no subject]

2011-03-13 Thread Javid Alimohideen
http%3A%2F%2Fwww%2Eraulmagdaleno%2Ecom%2Ferw%2Ehtml

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



[no subject]

2010-10-13 Thread ahmed_sief65
http://publisack.com/mas5.html


  

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



[no subject]

2010-08-13 Thread Olindo Pindaro
-- 
Olindo Pindaro
http://www.linkedin.com/in/olindopindaro
+39 3939455830

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



[no subject]

2009-11-08 Thread Jignesh Prajapati
Hi all
This is AryanDev
m not so familiar wid eclipse i like to work in command line can any one
give me idea how to create new page in GWT ???
default one page  given. bt my project have move then 10 pages how to apply
module.nocache,js in all pages ???
psl help me
thanks


-- 
Drj

--~--~-~--~~~---~--~~
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-contrib] [google-web-toolkit commit] r5548 - Modified Showcase for crawlabiliy (Note: draft that goes with previous revision. Subject ...

2009-06-11 Thread codesite-noreply

Author: kpro...@google.com
Date: Thu Jun 11 17:53:23 2009
New Revision: 5548

Modified:
 
branches/crawlability/samples/showcase/src/com/google/gwt/sample/showcase/client/Showcase.java

Log:
Modified Showcase for crawlabiliy (Note: draft that goes with previous  
revision. Subject to change.)



Modified:  
branches/crawlability/samples/showcase/src/com/google/gwt/sample/showcase/client/Showcase.java
==
---  
branches/crawlability/samples/showcase/src/com/google/gwt/sample/showcase/client/Showcase.java
   
(original)
+++  
branches/crawlability/samples/showcase/src/com/google/gwt/sample/showcase/client/Showcase.java
   
Thu Jun 11 17:53:23 2009
@@ -74,6 +74,7 @@
  import com.google.gwt.user.client.ui.HasHorizontalAlignment;
  import com.google.gwt.user.client.ui.HasVerticalAlignment;
  import com.google.gwt.user.client.ui.HorizontalPanel;
+import com.google.gwt.user.client.ui.Hyperlink;
  import com.google.gwt.user.client.ui.ListBox;
  import com.google.gwt.user.client.ui.RootPanel;
  import com.google.gwt.user.client.ui.TabBar;
@@ -229,9 +230,10 @@
  app.addSelectionHandler(new SelectionHandlerTreeItem() {
public void onSelection(SelectionEventTreeItem event) {
  TreeItem item = event.getSelectedItem();
+String historyToken =  
((Hyperlink)item.getWidget()).getTargetHistoryToken();
  ContentWidget content = itemWidgets.get(item);
  if (content != null  !content.equals(app.getContent())) {
-  History.newItem(getContentWidgetToken(content));
+  History.newItem(historyToken);
  }
}
  });
@@ -409,9 +411,11 @@
 */
private void setupMainMenuOption(TreeItem parent, ContentWidget content,
AbstractImagePrototype image) {
+
  // Create the TreeItem
-TreeItem option = parent.addItem(image.getHTML() +   +  
content.getName());
-
+Hyperlink hl = new Hyperlink(image.getHTML() +   +  
content.getName(),true,getContentWidgetToken(content));
+TreeItem option = parent.addItem(hl);
+
  // Map the item to its history token and content widget
  itemWidgets.put(option, content);
  itemTokens.put(getContentWidgetToken(content), option);

--~--~-~--~~~---~--~~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~--~~~~--~~--~--~---



[no subject]

2009-04-03 Thread GWT GWT
Hi,
I have developed simple GWT application which conatian
firsrname,lastname, birthYear
 field.
Now I am trying  to  add validation for birthYear  field .
I have added
1) gwt-validation-1[1].0.jar
2)gwt-vl-hibernate-0.5b.jar

in classpath of environment variable.


my application code are:


MyApplication.gwt.xml


module

!-- Inherit the core Web Toolkit stuff. --

inherits name='com.google.gwt.user.User'/

inherits name='com.google.gwt.validation.Validation'/

!-- Specify the app entry point class. --

entry-point class=
'com.google.gwt.sample.MyApplication.client.MyApplication'/

/module



MyApplication.java


*

package* com.google.gwt.sample.MyApplication.client;

*

import* com.google.gwt.core.client.EntryPoint;
*

import* com.google.gwt.user.client.ui.Button;
*

import* com.google.gwt.user.client.ui.ClickListener;
*

import* com.google.gwt.user.client.ui.Label;
*

import* com.google.gwt.user.client.ui.RootPanel;
*

import* com.google.gwt.user.client.ui.Widget;
*

import* com.google.gwt.user.client.ui.TextBox;

*

import* eu.maydu.gwt.validation.client.ValidationProcessor;
*

import* eu.maydu.gwt.validation.client.actions.LabelTextAction;
*

import* eu.maydu.gwt.validation.client.actions.StyleAction;
*

import* eu.maydu.gwt.validation.client.validators.numeric.IntegerValidator;



/**

* Entry point classes define codeonModuleLoad()/code.

*/
*

public* *class* MyApplication *implements* EntryPoint {

/**

* This is the entry point method.

*/

*public* *void* onModuleLoad() {

*final* Button button = *new* Button(Click me);

*final* Label label = *new* Label();

*final* Label firstName = *new* Label();

*final* Label lastName = *new* Label();

*final* TextBox textBox=*new* TextBox();

*final* TextBox firstNameTxt=*new* TextBox();

*final* TextBox lastNameTxt=*new* TextBox();

 TextBox birthYearTextBox = *new* TextBox();

Label errorLabel = *new* Label();

Button validateButton = *new* Button(Validate!);

 ValidationProcessor validator = *new* ValidationProcessor();

validator.addValidators( birthYear,

*new* IntegerValidator(birthYearTextBox, 1890, 2009)

.addActionForFailure(*new* StyleAction(validationFailedBorder))

.addActionForFailure(*new* LabelTextAction(errorLabel))

);

button.addClickListener(*new* ClickListener() {

*public* *void* onClick(Widget sender) {

*if* (label.getText().equals())

label.setText(Hello World!);

*else
*

label.setText();

}

});

// Assume that the host HTML has elements defined whose

// IDs are slot1, slot2. In a real app, you probably would not want

// to hard-code IDs. Instead, you could, for example, search for all

// elements with a particular CSS class and replace them with widgets.

//

firstName.setText(FirstName);

lastName.setText(LastName);

RootPanel.*get*(slot1).add(firstName);

RootPanel.*get*(slot2).add(firstNameTxt);

RootPanel.*get*(slot3).add(lastName);

RootPanel.*get*(slot4).add(lastNameTxt);

RootPanel.*get*(slot4).add(birthYearTextBox);

RootPanel.*get*(slot5).add(button);

RootPanel.*get*(slot6).add(label);

}

}



when I compile my application i get following error.:

Analyzing source in module
'com.google.gwt.sample.MyApplication.MyApplication'
   [ERROR] Errors in
'D:\NIMS_Gadgets\GWTvalidation\MyApplication\src\com\google\gwt\sample\MyApplication\client\MyApplication.java'
  [ERROR] Line 11:  The import eu cannot be resolved
  [ERROR] Line 12:  The import eu cannot be resolved
  [ERROR] Line 13:  The import eu cannot be resolved
  [ERROR] Line 14:  The import eu cannot be resolved
  [ERROR] Line 40:  ValidationProcessor cannot be resolved to a type
  [ERROR] Line 40:  ValidationProcessor cannot be resolved to a type
  [ERROR] Line 43:  IntegerValidator cannot be resolved to a type
  [ERROR] Line 44:  StyleAction cannot be resolved to a type
  [ERROR] Line 45:  LabelTextAction cannot be resolved to a type
Finding entry point classes
   [ERROR] Unable to find type
'com.google.gwt.sample.MyApplication.client.MyApplication'
  [ERROR] Hint: Previous compiler errors may have made this type
unavailable
  [ERROR] Hint: Check the inheritance chain from your module; it may not
be inheriting a required module or a module may not be adding its source
path entries properly



Is there something obvious that I am missing?

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



[no subject]

2009-03-05 Thread GWT GWT
Hi I have developed an application using using GWT,spring,Hibernate.
Now I am getting an warning of

[WARN] StandardContext[]Exception while dispatching incoming RPC call
com.google.gwt.user.server.rpc.UnexpectedException: Service method 'public
abstract java.util.List
com.company.client.rpc.TeacherService.getPupils(java.lang.Integer)' threw an
unexpected exception: java.lang.RuntimeException:
org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find
class [org.apache.commons.dbcp.BasicDataSource] for bean with name
'dataSource' defined in class path resource [applicationContext.xml]; nested
exception is java.lang.ClassNotFoundException:
org.apache.commons.dbcp.BasicDataSource
 at
com.google.gwt.user.server.rpc.RPC.encodeResponseForFailure(RPC.java:361)
 at com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:547)
 at
com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:265)
 at
com.google.gwt.user.server.rpc.RemoteServiceServlet.doPost(RemoteServiceServlet.java:187)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
 at
com.google.gwt.dev.shell.GWTShellServlet.service(GWTShellServlet.java:252)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
 at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
 at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
 at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
Caused by: java.lang.RuntimeException:
org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find
class [org.apache.commons.dbcp.BasicDataSource] for bean with name
'dataSource' defined in class path resource [applicationContext.xml]; nested
exception is java.lang.ClassNotFoundException:
org.apache.commons.dbcp.BasicDataSource
 at
com.company.server.gwt.TeacherServiceImpl.getPupils(TeacherServiceImpl.java:48)
 at com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:528)
 at
com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:265)
 at
com.google.gwt.user.server.rpc.RemoteServiceServlet.doPost(RemoteServiceServlet.java:187)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
 at
com.google.gwt.dev.shell.GWTShellServlet.service(GWTShellServlet.java:252)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
 at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
 at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
 at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
Caused by: org.springframework.beans.factory.CannotLoadBeanClassException:
Cannot find class [org.apache.commons.dbcp.BasicDataSource] for bean with
name 'dataSource' defined in class path resource [applicationContext.xml];
nested exception is java.lang.ClassNotFoundException:
org.apache.commons.dbcp.BasicDataSource
 at
org.springframework.beans.factory.support.AbstractBeanFactory.resolveBeanClass(AbstractBeanFactory.java:1141)
 at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.predictBeanType(AbstractAutowireCapableBeanFactory.java:524)
 at
org.springframework.beans.factory.support.AbstractBeanFactory.isFactoryBean(AbstractBeanFactory.java:1177)
 at
org.springframework.beans.factory.support.AbstractBeanFactory.isFactoryBean(AbstractBeanFactory.java:758)
 at
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:422)
 at
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:728)
 at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:380)
 at
org.springframework.context.support.ClassPathXmlApplicationContext.init(ClassPathXmlApplicationContext.java:139)
 at
org.springframework.context.support.ClassPathXmlApplicationContext.init(ClassPathXmlApplicationContext.java:83)
 at com.company.spring.ContextUtil.getContext(ContextUtil.java:12)
Caused by: java.lang.ClassNotFoundException:
org.apache.commons.dbcp.BasicDataSource
 at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1340)
 at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1189)
 at org.springframework.util.ClassUtils.forName(ClassUtils.java:211)
 at
org.springframework.beans.factory.support.AbstractBeanDefinition.resolveBeanClass(AbstractBeanDefinition.java:385)
 at
org.springframework.beans.factory.support.AbstractBeanFactory.resolveBeanClass(AbstractBeanFactory.java:1138)
 at

[no subject]

2009-02-08 Thread GWT GWT
Hi ,
I am new in GWT.
I am trying to develp an application using GWT+Spring .

following  are application code

1) MyApplication .java

package com.client;
import com.google.gwt.core.client.EntryPoint;
import com.google.gwt.core.client.GWT;
import com.google.gwt.user.client.rpc.AsyncCallback;
import com.google.gwt.user.client.rpc.ServiceDefTarget;
import com.google.gwt.user.client.ui.*;


// Referenced classes of package csw.client MyService, MyServiceAsync
public class MyApplication implements EntryPoint {
public MyApplication() {
}
public void onModuleLoad() {
final Label label = new Label();
final MyServiceAsync svc = (MyServiceAsync)
GWT.create(com.client.MyService.class);
ServiceDefTarget endpoint = (ServiceDefTarget) svc;
endpoint.setServiceEntryPoint(services/myService);
final AsyncCallback callback = new AsyncCallback() {
public void onSuccess(Object result) {
label.setText(result.toString());
}
public void onFailure(Throwable ex) {
label.setText(ex.toString());
}
};
Button button = new Button(Click ME);
button.addClickListener(new ClickListener() {
public void onClick(Widget w) {
svc.myMethod(Do Something, callback);
}
});
RootPanel.get(testing).add(button);
RootPanel.get(testing2).add(label);
}
}



Myapplication.html


!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN

html
  head
meta http-equiv=content-type content=text/html; charset=UTF-8

titleMyApplication/title

script type=text/javascript language=javascript
src=com.MyApplication.nocache.js/script
  /head
  body

iframe src=javascript:'' id=__gwt_historyFrame tabIndex='-1'
style=position:absolute;width:0;height:0;border:0
/iframe
table align=center
 trtd id=testing/td
 td id=testing2/td
 /tr
 /table
  /body
/html

Myapplication.gwt.xml

module
  !-- Inherit the core Web Toolkit stuff.--
  inherits name='com.google.gwt.user.User'/

  !-- Inherit the default GWT style sheet.  You can change   --
  !-- the theme of your GWT application by uncommenting  --
  !-- any one of the following lines.--
  inherits name='com.google.gwt.user.theme.standard.Standard'/
  !-- inherits name='com.google.gwt.user.theme.chrome.Chrome'/ --
  !-- inherits name='com.google.gwt.user.theme.dark.Dark'/ --
  !-- Other module inherits  --

  !-- Specify the app entry point class. --
  entry-point class='com.company.client.MyApplication'/

  !-- Specify the application specific style sheet.  --
  stylesheet src='MyApplication.css' /

/module


when I run  MyApplication-shell  command

I got click me button.
But when i click on click me button I got following exception.

[WARN] StandardContext[]Error loading WebappClassLoader
  delegate: false
  repositories:
-- Parent Classloader:
sun.misc.launcher$appclassloa...@11b86e7
 org.springframework.web.servlet.DispatcherServlet
java.lang.ClassNotFoundException:
org.springframework.web.servlet.DispatcherServlet
 at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1340)
 at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1189)
 at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:964)
 at
org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:687)
 at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:144)
 at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
 at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
 at
org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
 at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
 at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
 at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
 at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
 at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
 at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
 at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
 at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
 at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
 at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
 at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
 at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
 at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
 at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
 at

[no subject]

2008-10-29 Thread Rafique Danish


 
Regards,
‏M. Rafique Danish
_
News, entertainment and everything you care about at Live.com. Get it now!
http://www.live.com/getstarted.aspx
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---