ssteenkiste / nettiers

Automatically exported from code.google.com/p/nettiers
1 stars 0 forks source link

PATCH: Included support for VS2010/.NET 4.0 and WF4 and WCF and Silverlight #296

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Attached is the patch version of my changes to the base templates.

I've sent Blake a message detailing the changes on www.nettiers.com, 
however here is an extract:

- Changed Project/Solution folder structure for Configuration Management 
compliance
- Added WCF service layer (built on an existing template) with a seperated 
Contract layer
- Added Workflow Activities for each generated method
- Added Silverlight entity model with ViewModel support

Regards

Stephan Johnson

PS: I want to join the team, I think I have valuable input.

Original issue reported on code.google.com by stephan....@gmail.com on 18 Apr 2010 at 6:09

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by bniemyjski on 19 Apr 2010 at 2:58

GoogleCodeExporter commented 9 years ago

Original comment by bniemyjski on 2 Jun 2010 at 3:46

GoogleCodeExporter commented 9 years ago
Hey guys, if you have any questions about what i've done, feel free to send me 
a 
message. i have done some more minor updates and i am planning another fix for 
this 
weekend. I will resubmit the differences.

I have also in the process of rewriting my smart client framework 
(genesissmartclient.codeplex.com) and i am using Composite Application Library 
(compositewpf.codeplex.com) for multi-targeted development (WPF & Silverlight). 
Both 
of the UI's are using the same Workflow WCF Service that is powered by the 
generated 
Workflow Activities.

I have about two more week(ends) of work left then I am publishing it online. 
When 
this happens I will send you guys a link so you can see the generated code in 
action.

The issue I want to fix in the templates this weekend is with building the 
Name/Parameter lists for multi-column indexes. It just so happens that the WCF 
service templates I implemented order the index's alphabetically, where the 
standard 
NetTiers code generates them in the order of the index. I am simply going to 
replace 
the template code with the standard NetTiers methods.

Original comment by stephan....@gmail.com on 3 Jun 2010 at 8:12

GoogleCodeExporter commented 9 years ago
Issue 319 has been merged into this issue.

Original comment by bniemyjski on 22 Jun 2010 at 1:12

GoogleCodeExporter commented 9 years ago
Ive added references manualy from nettiers-2.3.0.zip
then added GZipEncoder.dll  from aource section of this website.
Run generate and after opening sln I got:
Error   230 
The type 'NetTiers.Contracts.User' cannot be used as type parameter 'T' in the 
generic type or method 'NetTiers.Entities.TList<T>'. There is no implicit 
reference conversion from 'NetTiers.Contracts.User' to 
'NetTiers.Entities.IEntity'.    D:\Projects\JApplications\Program\NetTiers\Service\
NetTiers.Contracts\Services\IUserServiceBase.generated.cs   56  15  NetTiers.Contrac
ts

Attached sln.

Is there any progress on this?

Original comment by F4c...@gmail.com on 22 Jul 2010 at 6:44

Attachments:

GoogleCodeExporter commented 9 years ago
Hello,

We have been reviewing the patch and have it all merged in. We are working on 
making the WCF implementation more generic. 

@Jeff where do we stand on this issue?.

thanks
-Blake

Original comment by bniemyjski on 23 Jul 2010 at 4:43

GoogleCodeExporter commented 9 years ago
i am not able to access service in client application. Please let me know the 
steps for accessing WCF service from outside 

Original comment by sameer.n...@gmail.com on 8 Jun 2011 at 11:53

GoogleCodeExporter commented 9 years ago
Hello,

Can you please elaborate on accessing WCF Service from the outside? Are you 
using this patch? If so and you are getting an error, what is the error?

Original comment by bniemyjski on 9 Jun 2011 at 9:55