okay thank you so mutch.
2010/6/5 Stefan Bachert <[email protected]> > Hi Asmaa, > > GWT-RPC is as simple as possible. > Any starter application created with the eclipse plugin will create an > GWT-RPC call. > You just need to create two interfaces and one implementation for the > service. > > Just have a look at the GWT-docu > > http://code.google.com/intl/de-DE/webtoolkit/doc/latest/tutorial/RPC.html > > Stefan Bachert > http://gwtworld.de > > > On 4 Jun., 18:50, Asmaa EL MOKHTARI <[email protected]> > wrote: > > Thank u so mutch shaffer for all these explanations.Really, i can now > > understand the source of the problem.But i don't khow how to use GWT-RPC > is > > it difficult? > > > > 2010/6/4 Paul Grenyer <[email protected]>> Nope. You can't send > email from the client as far as I'm aware. > > > > > Paul > > > ------------------------------ > > > *From: * Asmaa EL MOKHTARI <[email protected]> > > > *Date: *Fri, 4 Jun 2010 16:22:19 +0000 > > > *To: *<[email protected]> > > > *Subject: *Re: Problems releated to javaMail in GWT application > > > > > *Thank you Paul for responding.But there is'nt another way to resolve > this > > > problem. Because i heared that we can insert some inheritis in the file > > > x.gwt.xml?* > > > > > 2010/6/4 Paul Grenyer <[email protected]> > > > > >> Hi > > > > >> Send email from the server side via an RPC call. > > > > >> Paul > > > > >> -----Original Message----- > > >> From: samounas <[email protected]> > > >> Date: Fri, 4 Jun 2010 08:57:36 > > >> To: Google Web Toolkit<[email protected]> > > >> Subject: Problems releated to javaMail in GWT application > > > > >> Please can you tell me how to use javaMail in gwt application. > > >> Because when i insert the code related to the mailing in my > > >> application. I find these errors when i wanted to compile my code: > > > > >> [ERROR] Errors in 'file:/D:/workspace/ilemERP/osi/osi-client/src/main/ > > >> java/ch/ilem/erp/osi/client/panel/cust/OsiReqNewPanel.java' > > >> [ERROR] Line 985: No source code is available for type > > >> java.util.Properties; did you forget to inherit a required module? > > >> [ERROR] Line 986: No source code is available for type > > >> com.framework.genie.utilities.Utilities; did you forget to inherit a > > >> required module? > > >> [ERROR] Line 995: No source code is available for type > > >> javax.mail.Session; did you forget to inherit a required module? > > >> [ERROR] Line 998: No source code is available for type > > >> javax.mail.Message; did you forget to inherit a required module? > > >> [ERROR] Line 998: No source code is available for type > > >> javax.mail.internet.MimeMessage; did you forget to inherit a required > > >> module? > > >> [ERROR] Line 1001: No source code is available for type > > >> javax.mail.internet.InternetAddress; did you forget to inherit a > > >> required module? > > >> [ERROR] Line 1002: No source code is available for type > > >> javax.mail.Message.RecipientType; did you forget to inherit a required > > >> module? > > >> [ERROR] Line 1005: No source code is available for type > > >> javax.mail.internet.MimeUtility; did you forget to inherit a required > > >> module? > > >> [ERROR] Line 1029: No source code is available for type > > >> javax.mail.Transport; did you forget to inherit a required module? > > >> [ERROR] Line 1031: No source code is available for type > > >> com.framework.genie.log.LoggerFactory; did you forget to inherit a > > >> required module? > > >> Finding entry point classes > > >> [ERROR] Unable to find type 'ch.ilem.erp.osi.client.IlemErpOsi' > > >> [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 > > > > >> So how can i resolve this problem? > > > > >> -- > > >> You received this message because you are subscribed to the Google > Groups > > >> "Google Web Toolkit" group. > > >> To post to this group, send email to > [email protected]. > > >> To unsubscribe from this group, send email to > > >> [email protected]<google-web-toolkit%[email protected]> > <google-web-toolkit%[email protected]<google-web-toolkit%[email protected]> > > > > >> . > > >> 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 > [email protected]. > > >> To unsubscribe from this group, send email to > > >> [email protected]<google-web-toolkit%[email protected]> > <google-web-toolkit%[email protected]<google-web-toolkit%[email protected]> > > > > >> . > > >> 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 > [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]<google-web-toolkit%[email protected]> > <google-web-toolkit%[email protected]<google-web-toolkit%[email protected]> > > > > > . > > > 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 > [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]<google-web-toolkit%[email protected]> > <google-web-toolkit%[email protected]<google-web-toolkit%[email protected]> > > > > > . > > > 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 [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > 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 [email protected]. 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.
