Task queue Execution - preset what is this?

Posts   
 
    
Khou
User
Posts: 46
Joined: 28-Mar-2009
# Posted on: 21-Apr-2009 11:51:04   

Hi

When generating an application on the 3rd tab, there is Task queue Execution and there is a drop down menu,

see attachment, can someone please tell me a little more what this is? what is all the different presets for?

Khou
User
Posts: 46
Joined: 28-Mar-2009
# Posted on: 21-Apr-2009 11:53:45   

SD.presents.Adapter.General2005 SD.presents.Adapter.TwoClasses2005 SD.presents.Adapter.WebDBEditor ?

Walaa avatar
Walaa
Support Team
Posts: 14993
Joined: 21-Aug-2005
# Posted on: 21-Apr-2009 11:56:30   
Khou
User
Posts: 46
Joined: 28-Mar-2009
# Posted on: 21-Apr-2009 15:09:21   

thanks again

Khou
User
Posts: 46
Joined: 28-Mar-2009
# Posted on: 21-Apr-2009 15:22:14   

Walaa wrote:

Please check Task queue to execute tab and task based code generation

have read the article however it still does not explain the difference between

SD.presents.Adapter.General2005, SD.presents.Adapter.TwoClasses2005 and SD.presents.Adapter.WebDBEditor

why choose general or two classes or webdbeditor?

MTrinder
User
Posts: 1461
Joined: 08-Oct-2008
# Posted on: 21-Apr-2009 21:13:26   

That is explained here

Is DBWebEditor one you have downloaded from the downloads section of the website...?

Matt

Khou
User
Posts: 46
Joined: 28-Mar-2009
# Posted on: 22-Apr-2009 03:26:08   

MTrinder wrote:

That is explained here

Is DBWebEditor one you have downloaded from the downloads section of the website...?

Matt

What was discovered, ...

General generates 1 class per table Two Classes generate 2 classes per table, (contains extra directory: EntitySubClasses) in the document it says these extra classes are for business logic).

1- Which one do you use? 2- under SD.Tasks.Adapter.Webservices.SchemaImporter, why are all the options grayed out?

To answer your question yes, DBWebEditor came from http://www.llblgen.com/pages/downloads.aspx "ASP.NET 2.0 GUI generator templates (Adapter / C#)"

Khou
User
Posts: 46
Joined: 28-Mar-2009
# Posted on: 22-Apr-2009 03:28:45   

Under the directory "ValidatorClasses" there are no files?

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 22-Apr-2009 08:49:47   

1- Which one do you use?

Depends on what do you want. Generally, General sceneario is just great and suficient. If you want to custom a lot, Two Classes scenario could give you what you want.

2- under SD.Tasks.Adapter.Webservices.SchemaImporter, why are all the options grayed out?

That are grayed out because there are just there for backwards compatibility. Please read the manual (Distributed systems) to know if you need to enable them.

David Elizondo | LLBLGen Support Team
Khou
User
Posts: 46
Joined: 28-Mar-2009
# Posted on: 22-Apr-2009 09:11:52   

daelmo wrote:

1- Which one do you use?

Depends on what do you want. Generally, General sceneario is just great and suficient. If you want to custom a lot, Two Classes scenario could give you what you want.

2- under SD.Tasks.Adapter.Webservices.SchemaImporter, why are all the options grayed out?

That are grayed out because there are just there for backwards compatibility. Please read the manual (Distributed systems) to know if you need to enable them.

how to enable them?

Walaa avatar
Walaa
Support Team
Posts: 14993
Joined: 21-Aug-2005
# Posted on: 22-Apr-2009 09:59:37   

Select any of the disabled items and you can enable it by checking the Is Enabled checkbox down there on the right.

Khou
User
Posts: 46
Joined: 28-Mar-2009
# Posted on: 22-Apr-2009 13:56:40   

Walaa wrote:

Select any of the disabled items and you can enable it by checking the Is Enabled checkbox down there on the right.

thank you.