1
vote
3answers
53 views
What is a Domain Model
I have read the wikipedia definition of a domain model. I still don't get it. I have been reading alot of posts for NHibernate and almost in every post I read I see the term Domain Model. What exactly …
1
vote
4answers
53 views
Should I make a DateRange object?
Hi. First question ever.
A few of my domain objects contain date ranges as a pair of start and end date properties:
public class Period {
public DateTime EffectiveDate { get; set; }
public …
1
vote
2answers
153 views
How does http://to./ work? [closed]
http://to./ must be the shortest domain name I have ever seen. How can did they register a domain without an extension?
0
votes
2answers
47 views
Grails GORM Domain class relationship
Grails 1.1.1
Goovy 1.5.7
In a relationship such this:
Author 1 -- n Book n -- 1 Publisher
Defined in Grails:
class Author {
String firstName
String lastName
static hasMany = [books: …
0
votes
2answers
22 views
know the domain of the action called in rails
I have 2 domain:
domain1.com
and
domain2.com
how can i know what is the domain that the user used to call a action?
like
domain1.com/controller/action
i want get domain1.com from the action
is …
2
votes
2answers
31 views
Do Domain Classes usually get JPA or JAXB Annotations or both?
I have a Java enterprise application that provides a web service, has a domain layer, and a hibernate persistence layer. In this particular case, there is not a huge difference (at the moment) …
2
votes
5answers
108 views
what is more important Domain or the technology? [closed]
As it's very difficult to focus on the both,
what is more important as a software engineer for the long term? Is it the domain, like finance , telecom etc... or the technology like C/C++, Unix etc.?
0
votes
2answers
31 views
Sending large of amounts of data cross domain
I am wanting to create a mashup where large amounts of data need to be sent cross domain. I am thinking about using IFRAMES. My question is...
Will this work??
Does Google use it ??
Does anyone …
2
votes
4answers
107 views
Domain Language: What is the best way to express?
One of my client sent me a requirement document and while reading that document there was a flash came in my mind. I started rewriting that big document similar like below. Do you think, an automated …
0
votes
3answers
27 views
Get NT style domain\user given DN
Hi,
I have the DN of a user in Active Directory, I want to get the "NT style" domain\user from this. The sAMAccountname AD property gives me the user part, but what about the domain?
Thanks
0
votes
4answers
44 views
Getting a list of users on a network domain
I want to get back to get a list of users on a network domain using VB.Net.
I will have the domain name available to me for use.
Thanks in advance.
0
votes
0answers
17 views
Register domain with country Code [closed]
im planning to register a domain , im yet to register before that i have a query , ok .
so what i need to do is register a domain country specific like say www.in.webtechar.com for india , …
0
votes
2answers
46 views
domai name availbility checker
actually i am looking for jquery and php script for checking domain name availability and whois.
like this example
http://davidwalsh.name/?s=WHOIS%20Domain%20Availability%20Checker
Thanks
0
votes
0answers
12 views
Redirect query string parameters to individual domain names in apache
We have a client who has many branches around the UK. Some of their branches have their own sites with their own domain names. The client has a part built system where visiting:
…
0
votes
4answers
77 views
How to map the NHibernate Data Model to the Domain Model?
I started creating a domain model and now I asking myself, how can I map this domain model to a NHibernate Data Model ((using Fluent NHibernate)? Is there anywhere a good and simple example of how to …
