1
vote
4answers
52 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 …
0
votes
4answers
43 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
2answers
43 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: …
1
vote
2answers
147 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
3answers
21 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
2
votes
4answers
104 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
2answers
30 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 …
0
votes
2answers
20 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
6answers
954 views
Rails - Multiple top level domains and a single session/cookie
Hello all,
I've been struggling with this for quite awhile and haven't been able to
find a solution. I need a user to be able to view multiple top level
domains with a single login.
My understanding …
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:
…
2
votes
2answers
23 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) …
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
0answers
109 views
Why outlook asks user name, password and domain? [closed]
After updating computer where exchange server runs, some users on domain now have a problem. They say, outlook keeps asking for user name, password and domain. I make some of them to try their …
2
votes
5answers
107 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
0answers
10 views
Quantify the move to a Domain based network vs a workgroup [closed]
I've recently been hired for a network administrator position and one of first things I noticed was that the company still uses a workgroup network model. I want to switch to a Domain based model, but …
