0
votes
0answers
57 views
Google App Engine | domain name mapping | Go Daddy domain name [closed]
Right now I have no ahost records set in Godaddy. I read something
that said I should set it to 64.202.189.170, but I think that's for the
case of domain name forwarding, NOT mappi …
0
votes
3answers
33 views
NHibernate Mapping Question - Bizarre scenario
I have an interesting scenario where I have a given table that maps to an entity. However, there is another version of the table which gets populated as part of a nightly process a …
0
votes
2answers
71 views
Automapper (c#) - Using the instance version of CreateMap and Map with a WCF service???
Hi there,
Been having some real issues with automapper, i think i have found the solution but unsure of how to implement it..
basically i am using a custom mapping with ResolveUs …
0
votes
1answer
26 views
Mapping an interface and concrete class with FluentNHibernate
I'm trying to map an interface and concrete class with fluentnhibernate.
here's my interface / class:
public interface IUser
{
int Id { get; set; }
}
public class User: IUs …
0
votes
1answer
31 views
Making JavaScript object member values more readable with a map
So I have this Omniture object. It's called s.
s
Inside s, we keep track of a bunch of information, inside "props" and "eVariables".
s.prop5 = 'foo'
s.prop22 = 'baz'
s.var6 …
0
votes
1answer
18 views
Mixing hbm with fluent mappings with fluent nhibernate
I'm having trobule mixing hbm and fluent mappings with fluent nhibernate. I've been using traditional hbm (xml) mappings for an app I'm building and now I've decided to move over t …
1
vote
1answer
31 views
+100
Extract data from location API’s in a GPS-like format?
Is it possible to get location data out of Google Gears, Google Latitude's API or any other web location API (such as Fire Eagle) in such a format that it appears to other software …
0
votes
0answers
11 views
Entity Framework - Mapping decimal(13,0) problem
Hi,
I'm migrating the aplication of my company (that nowadays run over SQL Server and Oracle) to ASP NET MVC and Entity Framework for persistence.
A create my Entity Model based …
1
vote
1answer
43 views
path problem with mod_rewrite, XDebug, PDT, XAMPP and Windows XP
My mod_rewrite turns accounts/create into index.php?folder=accounts&action=create, but pdt ignores it, so when I try to start a PHP Script debug session, I have to type a folde …
1
vote
3answers
138 views
Shortest total path among set of Latitude/Longitudes
I have a set of 52 or so latitude/longitude pairs. I simply need to find the shortest path through all of them; it doesn't matter where staring point or ending point is.
I've imp …
1
vote
2answers
33 views
Ruby GIS - Converting NAD83 to WGS84
I'm in the processing of developing a GIS component for our product and I have the need to convert NAD83 to WGS84.
Does anyone know of any Ruby libraries that are available that …
0
votes
3answers
23 views
DNS File Mapping
Hi guys,
I'm trying to work out a feature for a Web application, but I'm a bit confused at this point. I was wondering if anyone can shed some light on the following scenario.
Sa …
3
votes
1answer
68 views
Fluent NHibernate: rarely used properties as Component, or in seperate table?
Hi,
I wonder if you could help me with something I've been thinking about. Say we have an Entity. Say the endtity has an ExtendedInfo object, which contains various properties w …
0
votes
2answers
48 views
Fluent NHibernate mapping: one table, many classes
How would I go about mapping three classes to one table with fluent NHibernate. A "Type" column should indicate which class should be mapped. Is it even possble?
Kristoffer
0
votes
2answers
73 views
Hibernate enum mapping
I need to map the enums which didn't implement the interface beforehand to the existing database, which stores enums in the same table as the owner class using the @Enumerated(Enum …
