What is the difference between business class and domain class? What is meant by persistent classes?
What is the difference between business class and domain class? What is meant by persistent classes?
Started by sevugarajan on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
The terms Business and Domain are often used with traditional '....
It can be the same as the domain class, and usually performs some sort of business logic to display "Hello World" messsage is business class.
|
|
Can I run small business server as a RODC? My site design is hub and spoke. I want to place a domain controller at the small offices. I am tight on budget so my offices will have one server which should function as domain controller and file server. Can...
Started by Saif Khan on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at serverfault):
You can put read-only domain controllers into branch offices as addt'l DC's in a domain with an SBS FAQ (Search the page for Domain Controller): http://technet.microsoft.com/en-us/sbs/cc817589.aspx, but SBS 2003 will shut down every....
|
|
One of laptops in our firm has problems contacting domain controller. It is Vista Business with DHCP enabled config (DNS set up correctly). At this point only one person can login and only if network cable isn't connected. Noone else can login, including...
Started by imagodei on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
"ping domain.local") or ping the ip address of any of the domain controllers once logged in using the one user that works? If not there might try dropping the machine off the domain....
Can you ping the domain by name(e.g.
Letting you log in.
|
Ask your Facebook Friends
|
Just trying to gather thoughts on what works/doesn't work for manipulating Business/Domain objects through an ASP.NET (2.0+) UI/Presentation layer. Specifically in classic ASP.NET LOB application situations where the ASP.NET code talks directly to the...
Started by Brian on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
This.StateRegionDropDownList.DataSource = person.AvailableStateRegions;
Person is a business/domain variables are needed to make a decision, what you want to do in general is start from the domain object information to make a ....
|
|
Let's say you have a domain entity User and you want to support the ability for a User to add an item to their shopping cart. Now, we want to make sure that the items in the shopping cart are unique, so we create the following function inside the User...
Started by Kevin Pang on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
So what if the User class seems simplistic....
You have Cart, Item, and sophisticated Cart.add() that puts Items into the Cart .
The User class is nothing but getters/setters)"
The User isn't the whole domain.
To a rather anemic domain (i.e.
|
|
My business objects are coded with the following architecture:
validation of any incoming data throws an exception in the setter if it doesn't fit business logic. property can not be corrupt/inconsistent state unless the existing default/null is invalid...
Started by Maslow on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
However, be aware that if you follow Domain-Driven Design , Domain objects tend to fall in....
IMO, Domain Objects should be POCOs that protect that all fields are declared with the readonly keyword.
This looks very complicated to me.
|
|
I'm thinking of writing a domain specific language (DSL) to model business objects. The DSL will not be executed, instead it will be used by a template based code generator (probably CodeSmith) to generate the .NET & SQL.
The DSL will need to support ...
Started by Seth Reno on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
From there, I imagine it's possible to write some sort of transformation via XSLT or XQuery into whatever... .
It's fairly easy to automatically convert the structure you present into XML .
Suggest you take a look at OSLO , if only to avoid reinventing it .
|
|
I'm writing a medical billing application and am using MVC (Spring) for the first time so I'm struggling to get an approach that feels right. Thoughts/comments would be appreciated.
My "domain" classes
Doctor Patient Claim BusinessLogic My controller ...
Started by Knowledgethoughts on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The domain model looks hopelessly naive to me, because it doesn't include anything for dealing < Spring Controller; business class ~ Spring service Nix the DTOs - not typically used in Spring business class which does all the busniess....
|
|
Hi all,
I ve got an employee that holds several addresses in a collection.
public class Employee { public string Name { get; set; } public AddressCollection Addresses { get; } } public class AddressCollection : IEnumerable<Address> { private readonly...
Started by Chris on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
This allows you to put the validation logic on the domain.
By the Microsoft Patterns and Practices team.
|
|
WTB: Brandable Audio Business .com Domain I'm looking for a Brandable .com domain for an audio (Speakers, Cables etc) related business.
Domain could be somethingaudio.com or audiosomething.com tho will consider others.
Budget mid $XXX unless domain is...
Started by Scotto on
, 11 posts
by 9 people.
Answer Snippets (Read the full thread at dnforum):
I'm after a brandable .com domain which I can use visit -> cerbernet.com pmd █★☆★☆★█ $1.99 .com Domain with Free Website Builder
█★☆★☆★█ Domain Auctions: Find, Buy & Sell....
In the original post, as it was quite late when I posted .
|