Vraptor 3.5.2 + RequestFactory Gwt

2014-10-14 Thread Thiago borges martins
Boa tarde Amigos, Estou integrando Vraptor com o GWT e tenho algumas duvidas em relação a forma de fazer a ligação através do RequestFactory. No RequestFactory tem a interface ServiceLocator que serve para fazer a ligação entre com o serviço do lado java. Já trabalhei com EBJ3 do lado do java

Re: Is it possible to create screens at runtime?

2013-03-06 Thread Thiago borges martins
onent XML overview explains how to provide dynamic Component XML > that's stored in a DB - see "Dynamic Component XML": > > > http://www.smartclient.com/smartgwtee/javadoc/com/smartgwt/client/docs/ComponentXML.html > > > > > On Tue, Mar 5, 2013 at 4:0

Re: Is it possible to create screens at runtime?

2013-03-05 Thread Thiago borges martins
ource.DynamicDSGenerator > ,java.lang.String) > > Sanjiv > > > On Tue, Mar 5, 2013 at 10:58 AM, thiago borges martins < > tborgesmart...@gmail.com> wrote: > >> Good afternoon, colleagues, >> >> I'm on a project where I need to create screens

Re: Is it possible to create screens at runtime?

2013-03-05 Thread Thiago borges martins
I will explain better. My application will have a screen that has the functionality to create a new screen with fields, business rules (insert, update and delete) and searches in the database. It's as if I've been developing the screen with fields, combobox, checkbox and grid's that will integrate

Is it possible to create screens at runtime?

2013-03-05 Thread thiago borges martins
Good afternoon, colleagues, I'm on a project where I need to create screens using smart-gwt, but the creation of the screens will be in runtime system. This is possible using Smart-gwt? I thank everyone's attention. -- You received this message because you are subscribed to the Google Groups

Re: Using Smart GWT in GWT MVP framework with maven

2012-09-25 Thread thiago borges martins
Please input the pom.xml of your project. Em sexta-feira, 21 de setembro de 2012 02h56min54s UTC-3, karthikeyan p escreveu: > > Hi, > > Currently there is a requirement in our project for drag and drop feature > in the tree format. So we are planning to use smart GWT. > But when i include smart

Inheritance and Generics in RequestContext

2012-06-14 Thread thiago borges martins
I have a problem of inheritance and generics in the RequestContext and could not solve it. Based on the documentation of this site: 'http:// www.aceevo.com/requestcontext-inheritance-coming-to-client-in-gwt-2-4/' in version 2.4 of GWT is already permitted to use generics in interfaces mapping servi

Re: create project component

2012-06-07 Thread thiago borges martins
mponent.html > One detail to be aware of - when you create a jar of the module, be sure to > include both the source and binary files. > > On Tue, Jun 5, 2012 at 10:03 PM, thiago borges martins < > > tborgesmart...@gmail.com> wrote: > > How do I create a gwt proje

create project component

2012-06-05 Thread thiago borges martins
How do I create a gwt project which are the components (jar) for a web project? -- 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

Re: GWT with RequestFactory ::::: com.google.appengine.tools.development.LocalResourceFileServlet doGet WARNING: No file found for: /gwtRequest

2012-04-26 Thread thiago borges martins
links about GWT and EJB3 with the RF: http://www.javacodegeeks.com/2010/09/gwt-ejb3-maven-jboss-51-integration.html http://cleancodematters.wordpress.com/2011/06/04/tutorial-gwt-request-factory-part-i/ Any questions just post. Thiago Borges Martins Systems analyst On 26 abr, 02:47, laxman

Re: GWT with RequestFactory ::::: com.google.appengine.tools.development.LocalResourceFileServlet doGet WARNING: No file found for: /gwtRequest

2012-04-25 Thread thiago borges martins
Make the following change to your web.xml and see if it will funionar: requestFactoryServlet com.google.web.bindery.requestfactory.server.RequestFactoryServlet symbolMapsDirectory WEB-INF/classes/symbolMaps/

Re: GWT with RequestFactory using Hibernate !!

2012-04-25 Thread thiago borges martins
What is your doubt in relation to RF and hibernate? because the RF will communicate with your service and domain. Part of persistence will continue in the same way the only difference is that you will have an interface that represents the service and an interface for the domain as the link below:

requestFactoryServlet did not complete its transaction

2012-01-02 Thread thiago borges martins
Good afternoon staff, I have a problem with what I believe is something RequestFactory atoa. I am doing an import of a file and when the process is running on the side of EJB3 I persist a list of objects and in some cases may take persistence. When the service ends EJB to persist in the bank he ca

definitions of architecture

2011-11-07 Thread thiago borges martins
speaks there guys, I am facing a problem with my GWT application and believe that you can help me. 1º when the user tries to refresh the page, or by the F5 button or refresh button of the browser I do not want to miss the screen is open. Today when I upgrade the browser back to the login screen o

relational persistence

2011-09-09 Thread thiago borges martins
Hi, I have a problem relational persistence that I found very strange! I have a relationship OneToOne in an entity called User and UserDocument below follows the server-side Domains // User package br.com.tbm.consult.domain.user.model; import java.io.Serializable; import java.util.Date; import

request parameter to persist through the RequestFactory

2011-09-05 Thread thiago borges martins
Hi I am facing a problem with the RequestFactory not found solution yet. In my project I have the EJB module that has the services that are called by the interface on the client side, as described in the documentation of RF, the searches are working properly, but when I call the persist method it

RequestFactory + ejb3

2011-09-02 Thread thiago borges martins
Good afternoon staff, I am developing a system and adopted the gwt + smart for the presentation layer and the back end I work with ejb3. The project is all in maven and modularized. My problem is that GWT can not make conversation with my ejb3, I use the specification requestfactory, Could someon