Any remoting templates?

Posts   
 
    
happyfirst
User
Posts: 215
Joined: 28-Nov-2008
# Posted on: 12-May-2010 16:47:19   

VS 2008, .Net 3.5, Oracle, Adapter, v2.6

I finally got my test app working with llbl and remoting, but I had to hand code the service layer.

Are there any templates available to generate these too?

Is 3.0 going to have any additional support and/or templates for remoting?

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 13-May-2010 03:59:47   

How your service layer looks like? I mean, What the remotting templates should have? If you/we know how it should be, anyone can create such template and use it in LLBLGen.

David Elizondo | LLBLGen Support Team
happyfirst
User
Posts: 215
Joined: 28-Nov-2008
# Posted on: 14-May-2010 15:33:05   

I was just wondering if there was any remoting templates that you or the community offered that I could use as a starting point. I followed the remoting example on your site but that required hand coding the service and interface. I figured maybe there were some templates that generated those.

In the end, I've created my own custom templates and a new template group called ClientServer that's based off adapter that is now generating my remoting interfaces and implementation.

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 17-May-2010 03:00:54   

No I'm afraid. That layer varies from app to app. It should be easy though, to write such custom templates. If you have question about the template system, please start downloading TemplateStudio and reading the docs... Back here if you need further help.

David Elizondo | LLBLGen Support Team