Omgili - forum search, search forums  
  

Discussions about practice maps

Displaying 1 - 10 out of 46,038 discussions.  
RSS Feed Options
Time Frame: (Any time)   Minimum number of replies: (2)   Minimum number of discussing users: (0)
  |  

Page: 1   2   3   4   5   6   7   8   9   10  
Keep this page open to be updated with the newest discussions automatically.
Hi SO, I have created a complex E-R diagram for a django site I'm developing. It maps to 11 tables in the database. The site has many features, so I would like to split it into multiple apps. The Django manual said that Django apps should be pluggable...
Started by on , 3 posts by 3 people.  
This often takes a bit more work, a nice example of this is Django-tagging... .
You could also create each app so it's totally independent .
Hey man, You could separate them out into self contained apps, and they would work within the context of your project .
I'm using C# in Visual Studio 2008 with .NET 3.5. I have a generic dictionary that maps types of events to a generic list of subscribers. A subscriber can be subscribed to more than one event. private static Dictionary<EventType, List<ISubscriber...
Started by on , 6 posts by 6 people.  
I'd opt for the second.
It looks like there is no best practice to use or not-use Contains with Remove .
And best practice is to reduce time of execution inside lock , it may be useful to apply Option 2.
Hello everyone... I have a project that consist of a system that helps to manage a bus transportations company. I have to store in my database the daily routes of all bus. How do I do that? And what can I use to help user to design routes? I'm wondering...
Started by on , 3 posts by 3 people.  
Some Links: Google Maps .NET Control Part 2 Advanced Usage Part 3 (Found at this spot.
To describe a route.
Ask your Facebook Friends
When you add an xml schema to a document like I understand that the xmlns is not actually the location of the xsd file. Is this correct? How do you in practice reference an xml file's schema? Is it usually on a web server? That would seem very chatty....
Started by on , 4 posts by 4 people.  
Best practice would be for the parsing application to have/spring-beans-2.5.xsd" default-lazy-init="true"> </beans> The xsi:schemaLocation maps namespace URIs to actual locations of schemata....
But the parser is free to ignore this.
Objects are serialized to a database using the .NET XML serializer. The object can change over time, and therefore multiple versions exist in the database at one time. Any suggestions for the best way to construct your code, so that you can still deserialize...
Started by on , 6 posts by 6 people.  
You....
What Alex Reitbort tells.
This will guarantee that xml serializer will be able to deserialize old xml into new object, and that object will have "sane" values .
Assign default values to all properties.
Only add them.
Don't remove/rename properties.
Say, You have an application which lists down users in your application. Ideally, if you were writing code to achieve this in Java, irrespective of what your UI layer is, I would think that you would write code which retrieves result set from the database...
Started by on , 6 posts by 6 people.  
If you really must....
It allows for better error handling among other things (you can forward to error pages when queries fail) .
I would use Spring MVC or Struts controllers, or servlets to contain all of that type of logic .
I would never put SQL in a JSP.
I once built a very good web application in ASP (classic) back in 2001 and extensively used XmlHttpRequest object in it. (I was lucky that the clients were only using IE, and only IE supported this object at that time ). Then later when people started...
Started by on , 18 posts by 17 people.  
It was only for one city, although there was map data available for many.
Type in an address, display a map - zoom in or out, pan side to side or up and down.
A Mapquest/Google Maps type application in 1980.
In the 10 years I've been programming, I can count the number of data structures I've used on one hand: arrays, linked lists (I'm lumping stacks and queues in with this), and dictionaries. This isn't really surprising given that nearly all of the applications...
Started by on , 14 posts by 14 people.  
If you use STL map....
Some maps are unordered maps/sets): skip lists give you built-in constant time iteration from one element to the next graphics.
Said "Dictionary", you probably meant either a map or an ordered map.
I have a very general question about updating a record in Linq-to-SQL. Suppose, in my data model, I have a base record (Table - Person) with an m:m relationship to a set of Categories (Table - Category). Therefore, I have an associative table (PersonCategory...
Started by on , 3 posts by 3 people.  
In an associated table everytime objects in the collection that maps the relationship in the model are modified.
I have a database of automobile classified listings. After 90 days, the classified listing is no longer valid to be displayed (the listing expires); however, I want to retain the listing for archive purposes. Question : From a database design best practice...
Started by on , 11 posts by 11 people.  
An abstract entity that maps to the common fields but no table, and two subclasses that map to your an index (expired, price) and you're just fine :-) There is no such thing as a Universal best practice you a lot of bang for the....
Page: 1   2   3   4   5   6   7   8   9   10  
More Information


Forum Search About Omgili Help Plugins Forum/Board Owners Privacy

i
In Title
In Topic
In Reply
Exclude
Boost