0
votes
0answers
9 views
Correct SPF Record Usage? [closed]
My txt entry for my domain is as follows:
txt --> "v=spf1 a ip4:aspmx.googlemail.com ptr:aspmx.googlemail.com include:aspmx.googlemail.com -all"
I have also tried to use 'ptr' in addition to 'a', …
0
votes
2answers
32 views
If you are forced to use an Anemic domain model, where do you put your business logic and calculated fields?
Our current O/RM tool does not really allow for rich domain models, so we are forced to utilize anemic (DTO) entities everywhere. This has worked fine, but I continue to struggle with where to put …
0
votes
1answer
19 views
Redirecting without change of address in browser address bar
I have a different but similar question. I have a dynamic dns account where I map my machine's dynamic IP to an address say, www.xxx.yyy.net
Now, I have registered another short domain name say …
1
vote
1answer
24 views
Can a Grails Domain Class inherit from a class that is not a domain class?
I tried to do this, but it insists on their being a table of the base class. I tried using tablePerHierarchy false as well and that didn't make any difference.
I have a few domain classes that …
0
votes
1answer
29 views
Validating a domain object for persistence
In the system I'm currently working on, I'm following SRP (I think!) by separating the validation of domain business rules vs persistence constraints. Let's employ the overused customer example. Say …
2
votes
2answers
31 views
Can I create domain schema only (without any data) in Amazon SimpleDB?
Hello. I am evaluating Amazon SimpleDB at this time. SimpleDB is very flexible in the sense that it does not have to have table (or domain) schemas. The schema evolves as the create / update commands …
0
votes
0answers
15 views
POST cross domain https in flex code faild
I have added https: / /catherine.mob.dev/crossdomain.xml:
<!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
…
-2
votes
2answers
105 views
Ideas for www.stupidbydesign.com [closed]
I have a domain that I recently registered (just because I love the phrase) called stupidbydesign.com. I wanted to do something with it (I am a programmer) but haven't been able to figure out. So, I …
0
votes
2answers
65 views
Domain Name Registration [closed]
Currently, I am using a free web hosting provided by sourceforge.net
http://xxx.sourceforge.net
For marketing purpose, I plan to register a domain name :
www.xxx.org
to map to the sourceforge …
0
votes
1answer
16 views
windows ce, loginto domain
Is there any way to put a windows CE device into a domain or log into a domain form .net CF code?
if i open a domain server with the directory browser i get a login dialog and after that i can access …
1
vote
3answers
62 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
54 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
158 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
54 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
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 …
