Re: GWT throwing java.lang.UnsatisfiedLinkError when trying to make http requests using URL encoding

2011-01-13 Thread Ananda Matthur
Oh ok. Got the problem. Thanks a lot guys :)

On 14 January 2011 04:24, Y2i  wrote:

> ... or HttpURLConnection
>
>
> http://download.oracle.com/javase/6/docs/api/java/net/HttpURLConnection.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-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.
>

-- 
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 throwing java.lang.UnsatisfiedLinkError when trying to make http requests using URL encoding

2011-01-13 Thread Ananda
Hi Everyone,
  I am trying to make a HTTP Post request from the 'server side' to
another server, but unexpectedly I am receiving a
java.lang.UnsatisfiedLinkError. This is in hosted mode. Any ideas as
to how to overcome this? Or is my usage plain wrong?

 Details log below:
 Code fragment:
postData.append(URL.encodeComponent(keys[i]));
postData.append(URL.encodeComponent("="));
postData.append(URL.encodeComponent(values[i]));

 Exception:
[WARN] Exception while dispatching incoming RPC call
com.google.gwt.user.server.rpc.UnexpectedException: Service method
'public abstract boolean
com.flipkart.logistics.client.UpdateRunsheetStatusInterface.UpdateStatus(long,int)'
threw an unexpected exception: java.lang.UnsatisfiedLinkError:
com.google.gwt.http.client.URL.encodeComponentImpl(Ljava/lang/
String;)Ljava/lang/String;
at
com.google.gwt.user.server.rpc.RPC.encodeResponseForFailure(RPC.java:
378)
at
com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:
581)
at
com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:
188)
at
com.google.gwt.user.server.rpc.RemoteServiceServlet.processPost(RemoteServiceServlet.java:
224)
at
com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:
62)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:
487)
at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:
362)
at
org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:
216)
at
org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:
181)
at
org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:
729)
at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:
405)
at
org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:
152)
at
org.mortbay.jetty.handler.RequestLogHandler.handle(RequestLogHandler.java:
49)
at
org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:
152)
at org.mortbay.jetty.Server.handle(Server.java:324)
at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:
505)
at org.mortbay.jetty.HttpConnection
$RequestHandler.content(HttpConnection.java:843)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:647)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380)
at
org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:
395)
at org.mortbay.thread.QueuedThreadPool
$PoolThread.run(QueuedThreadPool.java:488)
Caused by: java.lang.UnsatisfiedLinkError:
com.google.gwt.http.client.URL.encodeComponentImpl(Ljava/lang/
String;)Ljava/lang/String;
at com.google.gwt.http.client.URL.encodeComponentImpl(Native Method)
at com.google.gwt.http.client.URL.encodeComponent(URL.java:150)
at com.flipkart.logistics.server.SmsHelper.getPostData(SmsHelper.java:
54)
at com.flipkart.logistics.server.SmsHelper.sendSms(SmsHelper.java:75)
at
com.flipkart.logistics.server.UpdateRunsheetStatusServiceImpl.UpdateStatus(UpdateRunsheetStatusServiceImpl.java:
92)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:
562)
... 22 more

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



RE: How to import samples of GWT into Eclipse

2009-04-19 Thread Ananda

Use the below command line 

projectCreator.cmd -out  -eclipse 

Cheers,
Ananda 

-Original Message-
From: Google-Web-Toolkit@googlegroups.com
[mailto:google-web-tool...@googlegroups.com] On Behalf Of
spike2...@googlemail.com
Sent: Sunday, April 19, 2009 5:44 PM
To: Google Web Toolkit
Subject: Re: How to import samples of GWT into Eclipse


So what exactly do I have to do?
Where in my Cmdline do i have to go and what do I have to execute to
be able to import the samples as eclipse projects?


--~--~-~--~~~---~--~~
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: Two TabPanels, different CSS styles

2009-02-26 Thread Ananda

I belive you can do it..
Use the different style name , it will work

Regards,
AR


-Original Message-
From: Google-Web-Toolkit@googlegroups.com
[mailto:google-web-tool...@googlegroups.com] On Behalf Of Master Shake
Sent: Friday, February 27, 2009 8:18 AM
To: Google Web Toolkit
Subject: Two TabPanels, different CSS styles


Is there a way to have different css styles for two of the same GWT
composite types (i.e. TabPanels) in the same document? I have two
TabPanels and I want one TabPanel to have larger tabs...

Thanks,
-ms



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



Tab bar styles are not working..

2009-02-07 Thread Ananda Rao

Hi,

i have added styles to tab-bar, but they are not reflecting ( are in
the default style).

below are my CSS code..

can you please help me here why it is not getting reflected to the tab panle..

.gwt-TabBar .gwt-TabBarFirst {
height: 100%;
border-bottom: 1px solid #87b3ff;

}

.gwt-TabBar .gwt-TabBarRest {

border-bottom: 1px solid #87b3ff;
vertical-align: bottom;


}

.gwt-TabBar .gwt-TabBarItem {

   background-image: url(home.gif);
cursor: hand;

}

.gwt-TabBar .gwt-TabBarItem-selected {


width : 193px;
color: Black;
margin-left: -20px;
border-right: 2px solid Black;
font-family: Tahoma;
font-size: 15px;
font-weight: bold;
white-space: nowrap;
background-color: white;
background-image: url(Tab01.png);
cursor: default;
}

--~--~-~--~~~---~--~~
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: Error in pushbutton

2009-01-27 Thread Ananda

Can some please help me here...

Regards,
Ananda

-Original Message-
From: Ananda Rao [mailto:ananda.hayavadh...@googlemail.com] 
Sent: Tuesday, January 27, 2009 10:51 AM
To: google-web-toolkit
Subject: Error in pushbutton

HI,

i have a code where in i have added pushbutton with images in the
background..

when i execute this i am getting the buttons propetly. but when i drag drop
the button it is giving unexpected error  and all my application closes.

but this is not happaening if i use only button without background image.

below is my code.

 final PushButton pushButton_1 = new PushButton(new Image
("save_all_32x32.png"), new Image ("save_all_32x32_1.png"));
rootPanel.add(pushButton_1, 65, 94);
pushButton_1.setSize("46px", "40px");

final PushButton pushButton_2 = new PushButton(new Image
("searchtool_32x32.png"),new Image("searchtool_32x32_1.png"));
rootPanel.add(pushButton_2, 118, 94);
pushButton_2.setSize("40px", "40px");

final PushButton pushButton_3 = new PushButton(new Image
("delete_32x32.png"),new Image ("delete_32x32_1.png"));
rootPanel.add(pushButton_3, 171, 96);
pushButton_3.setSize("40px", "36px");

final PushButton pushButton_4 = new PushButton(new
Image("news_32x32.png"), new Image ("news_28x28_1.png"));
rootPanel.add(pushButton_4, 224, 98);
pushButton_4.setSize("40px", "38px");


Can any one tell me how can i get rid from tis error.

Thanks in Advance
Rao


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



Error in pushbutton

2009-01-26 Thread Ananda Rao
HI,

i have a code where in i have added pushbutton with images in the background..

when i execute this i am getting the buttons propetly. but when i drag
drop the button it is giving unexpected error  and all my application
closes.

but this is not happaening if i use only button without background image.

below is my code.

 final PushButton pushButton_1 = new PushButton(new Image
("save_all_32x32.png"), new Image ("save_all_32x32_1.png"));
rootPanel.add(pushButton_1, 65, 94);
pushButton_1.setSize("46px", "40px");

final PushButton pushButton_2 = new PushButton(new Image
("searchtool_32x32.png"),new Image("searchtool_32x32_1.png"));
rootPanel.add(pushButton_2, 118, 94);
pushButton_2.setSize("40px", "40px");

final PushButton pushButton_3 = new PushButton(new Image
("delete_32x32.png"),new Image ("delete_32x32_1.png"));
rootPanel.add(pushButton_3, 171, 96);
pushButton_3.setSize("40px", "36px");

final PushButton pushButton_4 = new PushButton(new
Image("news_32x32.png"), new Image ("news_28x28_1.png"));
rootPanel.add(pushButton_4, 224, 98);
pushButton_4.setSize("40px", "38px");


Can any one tell me how can i get rid from tis error.

Thanks in Advance
Rao

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



hs_err_pid4008.log
Description: Binary data


How to wrap a text in a text box

2008-12-28 Thread Ananda Rao

Hi ,

i have a code which will display the text from the database into the textbox.
i want to wrap the text inside the textbox so that i can see entire
text without moving my cursor.

can any one tell me how can i do this 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-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: Stack Panel

2008-12-21 Thread Ananda
Thanks Ajay..

 

From: Google-Web-Toolkit@googlegroups.com
[mailto:google-web-tool...@googlegroups.com] On Behalf Of ajay jetti
Sent: Saturday, December 20, 2008 1:10 PM
To: Google-Web-Toolkit@googlegroups.com
Subject: Re: Stack Panel

 

Try Using .gwt-StackPanelContent tag and use a background:"your-color" for
changing the color.



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



Stack Panel

2008-12-18 Thread Ananda Rao

Hi,

How can I change the stackpanel Tile background color..

I have the stack panle and inside that I have one text box.

I have given the stack title as "Text" now I want to change the
background color..

Can you please tell what is the Css code for this?

I think the code is different from the below one
•   .gwt-StackPanel { the panel itself }
•   .gwt-StackPanel .gwt-StackPanelItem { unselected items }
•   .gwt-StackPanel .gwt-StackPanelItem-selected { selected items }

Thanks in advance
Ananda

--~--~-~--~~~---~--~~
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: Is they a way to create minimise buttons?

2008-11-24 Thread Ananda

Thanks James,

Is there a way to implement without using third party jar files?

I am using GWT 1.5.3 version..is it possible to implement the same in GWT
alone?

Ananda

-Original Message-
From: Google-Web-Toolkit@googlegroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
com
Sent: Monday, November 24, 2008 1:38 PM
To: Google Web Toolkit
Subject: Re: Is they a way to create minimise buttons?


Hi, Ananda

  May you asked at wrong place? If you don't mind import thirdparty
project, you can have a look gwt-ext or mywidget project, it's very
easy to implement your require.

James

On 11月24日, 下午6时42分, Ananda <[EMAIL PROTECTED]> wrote:
> Hi Every one
>
> Greeting to everyone..
>
> I want to create a popup like a screens in windows.
>
> More precisely I am require to create a popup having close , minimize,
> maximize buttons.
>
> Is there any way to create these? Can any give me a hint so that I can
work
> on that?
>
> Regards
> Ananda


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



Is they a way to create minimise buttons?

2008-11-23 Thread Ananda

Hi Every one

Greeting to everyone..

I want to create a popup like a screens in windows.

More precisely I am require to create a popup having close , minimize,
maximize buttons.

Is there any way to create these? Can any give me a hint so that I can work
on that?

Regards
Ananda


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



Tab panel Css

2008-10-03 Thread Ananda Rao

Hi all,

i know how to create the tab panel. but not able to add the image and
add css to it..

my code is

final RootPanel rootPanel = RootPanel.get();

final TabPanel tabPanel = new TabPanel();
rootPanel.add(tabPanel, 0, 0);
tabPanel.setSize("747px", "355px");

final AbsolutePanel absolutePanel = new AbsolutePanel();
tabPanel.add(absolutePanel, "Tab");
absolutePanel.setHeight("100px");

final AbsolutePanel absolutePanel_1 = new AbsolutePanel();
tabPanel.add(absolutePanel_1, "Tab");
absolutePanel_1.setHeight("300px");

final AbsolutePanel absolutePanel_2 = new AbsolutePanel();
tabPanel.add(absolutePanel_2, "Tab");
absolutePanel_2.setHeight("300px");
tabPanel.selectTab(0);
i want to give space between the tabs buttons and also i want add
image to the tab buttons..

can any one help me in this.
if possible please give me example along with code.

thanks in advance

Regards
Ananda

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



Re: How to add thrid party Jar file

2008-09-29 Thread Ananda Rao

Hi,

i have added the jar file in the class path and also the below code.









into the DatePickerDemo.gwt.xml...but getting error at the import
statement for the below import

import com.google.gwt.widgetideas.client.LazyPanel;
import com.google.gwt.widgetideas.client.event.ChangeEvent;
import com.google.gwt.widgetideas.client.event.ChangeHandler;
import com.google.gwt.widgetideas.client.event.EventHandler;
import com.google.gwt.widgetideas.client.event.HighlightEvent;
import com.google.gwt.widgetideas.client.event.HighlightHandler;
import com.google.gwt.widgetideas.client.event.KeyDownEvent;
import com.google.gwt.widgetideas.client.event.KeyDownHandler;
import com.google.gwt.widgetideas.client.event.RenderingEvent;
import com.google.gwt.widgetideas.client.event.RenderingHandler;
import com.google.gwt.widgetideas.datepicker.client.DateBox;


can any one tell me why is this?

On Mon, Sep 29, 2008 at 8:50 PM, Ananda Rao
<[EMAIL PROTECTED]> wrote:
> thanks olivier
>
> On Mon, Sep 29, 2008 at 8:20 PM, olivier nouguier
> <[EMAIL PROTECTED]> wrote:
>> Hi,
>>  When using a GWT java resource 2 step are need:
>>   * the class file must resolved (add jar to classpath) or you IDE will
>> complains with "unresolved classes".
>>   * the module "owning" that java resources must be inherited from your
>> application GWT module, or the GWT compiler will fail (even if you add the
>> jar to the classpath).
>>
>> Look at the sample in the project, but your application.gwt.xml your look
>> like something:
>> 
>>  
>>  
>>  
>>  
>> 
>>  > class="com.google.gwt.demos.datepicker.client.DatePickerDemo"/>
>>  
>> 
>>
>>
>>
>> On Mon, Sep 29, 2008 at 4:41 PM, Ananda Rao
>> <[EMAIL PROTECTED]> wrote:
>>>
>>> thanks olivier  for replying.
>>>
>>> i was actually trying to use gwt-incubator.jar.
>>> i have downloaded the sample code from the below URL and trying to test
>>> that.
>>>
>>> http://code.google.com/p/google-web-toolkit-incubator/wiki/DatePicker
>>>
>>> but getting error.
>>> WidgetIdeas cannot be resolved.
>>>
>>> can you please tell me what i have to do here to get rid of this error.
>>>
>>>
>>> i have added this in tha classpath
>>>
>>> On Mon, Sep 29, 2008 at 8:03 PM, olivier nouguier
>>> <[EMAIL PROTECTED]> wrote:
>>> > Hi,
>>> >  If the jar contain the source (.java files) simply:
>>> > * add the jar to your classpath.
>>> > * inherit the new module in your "yourApplication.gwt.xml".
>>> >
>>> >
>>> > On Mon, Sep 29, 2008 at 3:44 PM, Ananda Rao
>>> > <[EMAIL PROTECTED]> wrote:
>>> >>
>>> >> Hi,
>>> >>
>>> >> i have downloaded the gwt-incubator,jar file .
>>> >> nut i dont know how to add this to my project. i need to use
>>> >> datepicker but not able to do so.
>>> >>
>>> >> can any one help me here
>>> >>
>>> >>
>>> >
>>> >
>>> >
>>> > --
>>> > "Quand le dernier arbre sera abattu, la dernière rivière asséchée, le
>>> > dernier poisson péché, l'homme va s'apercevoir que l'argent n'est pas
>>> > comestible"
>>> >  - proverbe indien Cri
>>> >
>>> > >
>>> >
>>>
>>>
>>
>>
>>
>> --
>> "Quand le dernier arbre sera abattu, la dernière rivière asséchée, le
>> dernier poisson péché, l'homme va s'apercevoir que l'argent n'est pas
>> comestible"
>>  - proverbe indien Cri
>>
>> >>
>>
>

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



Re: How to add thrid party Jar file

2008-09-29 Thread Ananda Rao

thanks olivier

On Mon, Sep 29, 2008 at 8:20 PM, olivier nouguier
<[EMAIL PROTECTED]> wrote:
> Hi,
>  When using a GWT java resource 2 step are need:
>   * the class file must resolved (add jar to classpath) or you IDE will
> complains with "unresolved classes".
>   * the module "owning" that java resources must be inherited from your
> application GWT module, or the GWT compiler will fail (even if you add the
> jar to the classpath).
>
> Look at the sample in the project, but your application.gwt.xml your look
> like something:
> 
>  
>  
>  
>  
> 
>   class="com.google.gwt.demos.datepicker.client.DatePickerDemo"/>
>  
> 
>
>
>
> On Mon, Sep 29, 2008 at 4:41 PM, Ananda Rao
> <[EMAIL PROTECTED]> wrote:
>>
>> thanks olivier  for replying.
>>
>> i was actually trying to use gwt-incubator.jar.
>> i have downloaded the sample code from the below URL and trying to test
>> that.
>>
>> http://code.google.com/p/google-web-toolkit-incubator/wiki/DatePicker
>>
>> but getting error.
>> WidgetIdeas cannot be resolved.
>>
>> can you please tell me what i have to do here to get rid of this error.
>>
>>
>> i have added this in tha classpath
>>
>> On Mon, Sep 29, 2008 at 8:03 PM, olivier nouguier
>> <[EMAIL PROTECTED]> wrote:
>> > Hi,
>> >  If the jar contain the source (.java files) simply:
>> > * add the jar to your classpath.
>> > * inherit the new module in your "yourApplication.gwt.xml".
>> >
>> >
>> > On Mon, Sep 29, 2008 at 3:44 PM, Ananda Rao
>> > <[EMAIL PROTECTED]> wrote:
>> >>
>> >> Hi,
>> >>
>> >> i have downloaded the gwt-incubator,jar file .
>> >> nut i dont know how to add this to my project. i need to use
>> >> datepicker but not able to do so.
>> >>
>> >> can any one help me here
>> >>
>> >>
>> >
>> >
>> >
>> > --
>> > "Quand le dernier arbre sera abattu, la dernière rivière asséchée, le
>> > dernier poisson péché, l'homme va s'apercevoir que l'argent n'est pas
>> > comestible"
>> >  - proverbe indien Cri
>> >
>> > >
>> >
>>
>>
>
>
>
> --
> "Quand le dernier arbre sera abattu, la dernière rivière asséchée, le
> dernier poisson péché, l'homme va s'apercevoir que l'argent n'est pas
> comestible"
>  - proverbe indien Cri
>
> >
>

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



Re: How to add thrid party Jar file

2008-09-29 Thread Ananda Rao

thanks olivier  for replying.

i was actually trying to use gwt-incubator.jar.
i have downloaded the sample code from the below URL and trying to test that.

http://code.google.com/p/google-web-toolkit-incubator/wiki/DatePicker

but getting error.
WidgetIdeas cannot be resolved.

can you please tell me what i have to do here to get rid of this error.


i have added this in tha classpath

On Mon, Sep 29, 2008 at 8:03 PM, olivier nouguier
<[EMAIL PROTECTED]> wrote:
> Hi,
>  If the jar contain the source (.java files) simply:
> * add the jar to your classpath.
> * inherit the new module in your "yourApplication.gwt.xml".
>
>
> On Mon, Sep 29, 2008 at 3:44 PM, Ananda Rao
> <[EMAIL PROTECTED]> wrote:
>>
>> Hi,
>>
>> i have downloaded the gwt-incubator,jar file .
>> nut i dont know how to add this to my project. i need to use
>> datepicker but not able to do so.
>>
>> can any one help me here
>>
>>
>
>
>
> --
> "Quand le dernier arbre sera abattu, la dernière rivière asséchée, le
> dernier poisson péché, l'homme va s'apercevoir que l'argent n'est pas
> comestible"
>  - proverbe indien Cri
>
> >
>

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



How to add thrid party Jar file

2008-09-29 Thread Ananda Rao

Hi,

i have downloaded the gwt-incubator,jar file .
nut i dont know how to add this to my project. i need to use
datepicker but not able to do so.

can any one help me here

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



datepicker

2008-09-28 Thread Ananda Rao

Hi,

i need your help...please

i want to create a date picker .but dont know how.

1) i have download the gwt-incubator.jar but dont know how to add this
to my existing project in the eclips.
2) 
http://code.google.com/p/google-web-toolkit-incubator/wiki/MakingIncubatorBetter
. i have read this insrtuction but did not get anything.
3) i have downloade a sample code from the below link
http://code.google.com/docreader/#p=google-web-toolkit-incubator&s=google-web-toolkit-incubator&t=DatePicker
but dont know how to execut this.

an any one tell me how to run this code...

Thanks
Anand

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



Re: how to create the calender in GWT

2008-09-28 Thread Ananda Rao

thanks for replying...

since i am new to this GWT can you please put the above implimention
in a simpler manner.

i have downloaded the incubator ( dat picker jar file) and the sample code..

can yo please tell me wher i have to put this file?

and also is there any other stuff i have to do here.


Regards,
Ananda

On Sat, Sep 27, 2008 at 12:05 AM, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
>
> 2nd on the DatePicker...works great.  We've also had good luck with
> http://psthapar.googlepages.com/simpledatepicker, but I like the
> DatePicker from the incubator better.  You will have to a little
> digging around in the source code to tie everything together, so don't
> be afraid to get your hands a little dirty.
>
> On Sep 26, 11:00 am, "Isaac Truett" <[EMAIL PROTECTED]> wrote:
>> The DatePicker and ChangeHandler are components from the GWT Incubator
>> project. You can read more about them at the follow URLs.
>>
>> GWT Incubator -http://code.google.com/p/google-web-toolkit-incubator/
>> DatePicker intro 
>> -http://code.google.com/docreader/#p=google-web-toolkit-incubator&s=go...
>>
>> On Fri, Sep 26, 2008 at 12:56 PM, Ananda Rao
>>
>> <[EMAIL PROTECTED]> wrote:
>>
>> > thanks for the reply isaac,
>>
>> > can you please tell me how to implement the DatePicker  and ChangeHandler
>>
>> > Ananda
>>
>> > On Fri, Sep 26, 2008 at 9:50 PM, Isaac Truett <[EMAIL PROTECTED]> wrote:
>>
>> >> Here's what I did:
>>
>> >> 1. Create a Composite that has a Button and a TextBox (perhaps a
>> >> HorizontalPanel for layout).
>> >> 2. Add a ClickListener to the Button that displays a DatePicker (from
>> >> GWT Incubator) in a PopupPanel.
>> >> 3. Add a ChangeHandler to the DatePicker that formats the
>> >> selected Date and puts that String into the TextBox, then hides the
>> >> PopupPanel.
>>
>> >> Salt to taste and place in a 400F oven until edges begin to separate
>> >> from the pan.*
>>
>> >> - Isaac
>>
>> >> * Do not put your computer in the oven.
>>
>> >> On Fri, Sep 26, 2008 at 12:11 PM, Ananda Rao
>> >> <[EMAIL PROTECTED]> wrote:
>>
>> >>> Hi,
>>
>> >>> can any one help me in doing the below task?
>>
>> >>> 1) i want to create a calender in GWT.
>> >>> 2) when ever i click a button i should get the calender.
>> >>> 3) in that i should be able to navigate to any month and year.
>> >>> 4) when ever i click on the particular date then it should display the
>> >>> selected date/month/year in the text box
>>
>> >>> you might have seen this in some sites. like online reservation etc,
>> >>> where in you can select the date .
>>
>> >>> please can any one know how can i do this in GWT?
>>
>> >>> Regards,
>> >>> Ananda
> >
>

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



Re: how to create the calender in GWT

2008-09-26 Thread Ananda Rao

thanks for the reply isaac,


can you please tell me how to implement the DatePicker  and ChangeHandler


Ananda

On Fri, Sep 26, 2008 at 9:50 PM, Isaac Truett <[EMAIL PROTECTED]> wrote:
>
> Here's what I did:
>
> 1. Create a Composite that has a Button and a TextBox (perhaps a
> HorizontalPanel for layout).
> 2. Add a ClickListener to the Button that displays a DatePicker (from
> GWT Incubator) in a PopupPanel.
> 3. Add a ChangeHandler to the DatePicker that formats the
> selected Date and puts that String into the TextBox, then hides the
> PopupPanel.
>
> Salt to taste and place in a 400F oven until edges begin to separate
> from the pan.*
>
> - Isaac
>
> * Do not put your computer in the oven.
>
>
>
> On Fri, Sep 26, 2008 at 12:11 PM, Ananda Rao
> <[EMAIL PROTECTED]> wrote:
>>
>> Hi,
>>
>> can any one help me in doing the below task?
>>
>> 1) i want to create a calender in GWT.
>> 2) when ever i click a button i should get the calender.
>> 3) in that i should be able to navigate to any month and year.
>> 4) when ever i click on the particular date then it should display the
>> selected date/month/year in the text box
>>
>> you might have seen this in some sites. like online reservation etc,
>> where in you can select the date .
>>
>> please can any one know how can i do this in GWT?
>>
>> Regards,
>> Ananda
>>
>> >
>>
>
> >
>

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



how to create the calender in GWT

2008-09-26 Thread Ananda Rao

Hi,

can any one help me in doing the below task?

1) i want to create a calender in GWT.
2) when ever i click a button i should get the calender.
3) in that i should be able to navigate to any month and year.
4) when ever i click on the particular date then it should display the
selected date/month/year in the text box

you might have seen this in some sites. like online reservation etc,
where in you can select the date .

please can any one know how can i do this in GWT?

Regards,
Ananda

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



Re: java.lang.ClassNotFoundException

2008-09-14 Thread Ananda Rao

Amit,

thanks for replying...

the correct path is same as given below. but still i am getting the error.
when i browse to this project( in the browser) first i get  is the
error Status code exception.

can  you tell me why i am getting this.

thanks in advance
Ananda


On Mon, Sep 15, 2008 at 9:16 AM, Amit Dhingra <[EMAIL PROTECTED]> wrote:
> The compiler is not able to search
> com.emr.pt01.doctormaster.server.DoctorServiceImpl
> Provide proper paths for this class.
>
> Cheers,
> Amit Dhingra
>
> On Mon, Sep 15, 2008 at 9:04 AM, Ananda Rao
> <[EMAIL PROTECTED]> wrote:
>>
>> Hi All,
>>
>> i am getting the below error when i try to execute the code.
>> can you please help me in this regard.since iam new to java i need help
>> from you to resolve this error.
>> please help me
>>
>> Root cause.
>>
>> [EMAIL PROTECTED]
>>  com.emr.pt01.doctormaster.server.DoctorServiceImpl
>> java.lang.ClassNotFoundException:
>> com.emr.pt01.doctormaster.server.DoctorServiceImpl
>>   at
>>
>> org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:
>> 1387)
>>   at
>>
>> org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:
>> 1233)
>>   at
>> org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:
>> 1094)
>>   at
>> org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:
>> 808)
>>   at
>>
>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:
>> 129)
>>   at
>>
>> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:
>> 191)
>>   at
>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:
>> 128)
>>   at
>> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:
>> 102)
>>   at
>>
>> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:
>> 109)
>>   at
>> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:
>> 286)
>>   at
>> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:
>> 845)
>>   at org.apache.coyote.http11.Http11Protocol
>> $Http11ConnectionHandler.process(Http11Protocol.java:583)
>>   at
>> org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:
>> 447)
>>   at java.lang.Thread.run(Thread.java:619)
>> Sep 15, 2008 12:02:35 AM org.apache.catalina.core.StandardWrapperValve
>> invoke
>> SEVERE: Allocate exception for servlet
>> com.emr.pt01.doctormaster.server.DoctorServiceImpl
>> javax.servlet.ServletException: Wrapper cannot find servlet class
>> com.emr.pt01.doctormaster.server.DoctorServiceImpl or a class it
>> depends on
>>   at
>> org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:
>> 1102)
>>   at
>> org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:
>> 808)
>>   at
>>
>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:
>> 129)
>>   at
>>
>> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:
>> 191)
>>   at
>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:
>> 128)
>>   at
>> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:
>> 102)
>>   at
>>
>> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:
>> 109)
>>   at
>> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:
>> 286)
>>   at
>> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:
>> 845)
>>   at org.apache.coyote.http11.Http11Protocol
>> $Http11ConnectionHandler.process(Http11Protocol.java:583)
>>   at
>> org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:
>> 447)
>>   at java.lang.Thread.run(Thread.java:619)
>> Sep 15, 2008 12:04:10 AM org.apache.catalina.core.ApplicationContext
>> log
>> INFO: SessionListener: contextDestroyed()
>> Sep 15, 2008 12:04:10 AM org.apache.catalina.core.ApplicationContext
>> log
>> INFO: ContextListener: contextDestroyed()
>>
>>
>> Regards,
>> Ananda
>>
>>
>
>
>
> --
> Warm Regards,
> Amit Dhingra
>
> >
>

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



java.lang.ClassNotFoundException

2008-09-14 Thread Ananda Rao

Hi All,

i am getting the below error when i try to execute the code.
can you please help me in this regard.since iam new to java i need help
from you to resolve this error.
please help me

Root cause.

[EMAIL PROTECTED]
 com.emr.pt01.doctormaster.server.DoctorServiceImpl
java.lang.ClassNotFoundException:
com.emr.pt01.doctormaster.server.DoctorServiceImpl
   at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:
1387)
   at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:
1233)
   at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:
1094)
   at
org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:
808)
   at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:
129)
   at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:
191)
   at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:
128)
   at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:
102)
   at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:
109)
   at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:
286)
   at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:
845)
   at org.apache.coyote.http11.Http11Protocol
$Http11ConnectionHandler.process(Http11Protocol.java:583)
   at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:
447)
   at java.lang.Thread.run(Thread.java:619)
Sep 15, 2008 12:02:35 AM org.apache.catalina.core.StandardWrapperValve
invoke
SEVERE: Allocate exception for servlet
com.emr.pt01.doctormaster.server.DoctorServiceImpl
javax.servlet.ServletException: Wrapper cannot find servlet class
com.emr.pt01.doctormaster.server.DoctorServiceImpl or a class it
depends on
   at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:
1102)
   at
org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:
808)
   at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:
129)
   at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:
191)
   at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:
128)
   at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:
102)
   at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:
109)
   at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:
286)
   at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:
845)
   at org.apache.coyote.http11.Http11Protocol
$Http11ConnectionHandler.process(Http11Protocol.java:583)
   at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:
447)
   at java.lang.Thread.run(Thread.java:619)
Sep 15, 2008 12:04:10 AM org.apache.catalina.core.ApplicationContext
log
INFO: SessionListener: contextDestroyed()
Sep 15, 2008 12:04:10 AM org.apache.catalina.core.ApplicationContext
log
INFO: ContextListener: contextDestroyed()


Regards,
Ananda

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



java.lang.ClassNotFoundException

2008-09-14 Thread Ananda

Hi All,

i am getting the below error when i try to execute the code.
can you please help me in this regard.since iam new to i need help
from you to resolve this error.
please help me

Root cause.

[EMAIL PROTECTED]
 com.emr.pt01.doctormaster.server.DoctorServiceImpl
java.lang.ClassNotFoundException:
com.emr.pt01.doctormaster.server.DoctorServiceImpl
at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:
1387)
at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:
1233)
at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:
1094)
at
org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:
808)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:
129)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:
191)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:
128)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:
102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:
109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:
286)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:
845)
at org.apache.coyote.http11.Http11Protocol
$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:
447)
at java.lang.Thread.run(Thread.java:619)
Sep 15, 2008 12:02:35 AM org.apache.catalina.core.StandardWrapperValve
invoke
SEVERE: Allocate exception for servlet
com.emr.pt01.doctormaster.server.DoctorServiceImpl
javax.servlet.ServletException: Wrapper cannot find servlet class
com.emr.pt01.doctormaster.server.DoctorServiceImpl or a class it
depends on
at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:
1102)
at
org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:
808)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:
129)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:
191)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:
128)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:
102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:
109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:
286)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:
845)
at org.apache.coyote.http11.Http11Protocol
$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:
447)
at java.lang.Thread.run(Thread.java:619)
Sep 15, 2008 12:04:10 AM org.apache.catalina.core.ApplicationContext
log
INFO: SessionListener: contextDestroyed()
Sep 15, 2008 12:04:10 AM org.apache.catalina.core.ApplicationContext
log
INFO: ContextListener: contextDestroyed()


Regards,
Ananda
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---