Thursday, July 13, 2006

Domain modeling or data modeling

Domain modeling or data modeling?

(a) Users do not care “objects”. They care UI, and the fact that the data on the UI are saved in databases. So, by definition, UI and the key data are the “business language”; objects are not.

(b) The pragmatic inevitability of Anemic Domain Model http://www.martinfowler.com/bliki/AnemicDomainModel.html-- OK, just in case I am not clear enough, I am saying that although sounds terrible, anemic domain model is a good thing. -- Just as others pointed out, OR mapping encourages this. Again, a lot of people believe it is a bad thing (and therefore, OR mapping is a bad thing!), I believe it is a good compromise.

(c) Part of the reason of (b) is that > 80% of the function of an application is “data CRUD”; so, why bother domain model.

(d) Because of all above, domain model can be “skipped” at least for smaller projects; for larger projects, it is certainly a good exercise. However, even in the latter case, the first-cut of the major database tables should be done first; therefore, the key objects should be “copied” from data model. The key reason is, of course, users (see (a)). This is crucial. You may find ways to “bypass” the data modeling phase, and say that you start with a “domain model”. However, if you think of the reason how you get the major objects done, it is always “we need those key data”! OK, the value of being honest to ourselves? – Time saving: > 90% of the domain model can be done within one or two days, after data model is done. And data model is much easier to do, because you can get help from users directly. You may say, how about the rest 10%? – Those are the low-level objects, they are implementation oriented; and we should not talk about them with users anyway.

(e) Fit can fit in perfectly, even when we do not use domain modeling. The key is data.

108 Comments:

Blogger Vikas said...

Nice post. After reading your post, I wrote this post.
http://vikasnetdev.blogspot.com/2006/07/domain-driven-design-vs-data-driven.html
I reached the conclusion that Domain Driven Design is like automated unit testing for project with multiple releases. It is very important and cost effective in long run. Doing Domain Model Design before Data Model Design or in parallel has some benefits. But important thing is whether you do it at all or not before you jump to coding

7/15/2006 07:47:00 PM  
Blogger survic said...

Nice posting. We are close to see the light :-)

1. I agree the importance of “custom classes” – I just use “one table, one class” rule for 80% (or 70%) of the application.

My point is that if we have done the 70% first by “copying” the data model, it is a much faster and therefore a better approach. My understanding is that you feel it is just a possible option, while I believe it should be formalized as a necessary first step.

2. I agree that we need “controller” or “process” class layer. As a matter of fact, in CSLA, I was the last straw of the people of asking Rocky about it and prompted Rocky to post the “workflow” (or “process”) class solution in CSLA. Frankly, to me, putting business logic UI is not just a crime, but a felony crime.

However, I must say that “domain modeling” per se is not the issue here -- I have sensed that we have a terminology issue here: in my mind, “domain modeling” per se does not include the “process” class part. To me “domain modeling” is about those “entity classes” (i.e., anemic domain model). Actually, this is implied in those J2EE architecture diagrams, and also implied in MS’s SOA/application diagrams (they are obviously from J2EE anyway).

However, I know this kind of terminology difference can make reasonable discussion impossible; so, let’s put it aside.

My point is, how about we use data modeling, and by assuming “one table, one class” most of time, we get a “free” entity model. Then, we assume there is another layer, and we use common sense/”best practice” to design/implement the “business logic” layer. I put “design/implement” here, because most of the time, the “controller”/”process” is straightforward – that is, once you get used to the “anemic domain model” – again, I believe the horrible name refers an actually good compromise: if you do SOA, you got to have “anemic domain model” (the best you can do in SOA is to translate the shallow logic in “anemic domain model” into javascript).

By doing the above, I can successfully avoid “domain modeling” – “See, Mom, no UML!”

3. You may say, come on, you are doing it in your mind; be honest to yourself, man! Yes, let’s drive it deeper in the same spirit of being honest to ourselves. The real thing is – by the way, thank you for quoting the example -- this really shows that a good example is better than thousand pictures ;-) -- that I do not believe users will say “Delete the rows. OK, whatever”. No, a real user will never say that – that is, under “normal” situations.

Yes, a bad developer will use data modeling incorrectly, and confuse users to such a degree that a user will say “whatever” to whatever. However, that can have in “domain modeling” also.

My point is, users will never understand objects with certainty; in a sense, even in “normal” situations, users will always say “whatever” in their mind when developers talk about “objects”. However, users do know, for absolutely certainty, that certain data must be persistent. Right, they do not know and do not need to know whether the data are in Oracle or SQL Server, or even in a flat file; but they do know they must be persistent and must be shared!

Users’ astute senses of what data must be persistent are the major (read as “only”) source for the first-cut of both data modeling and domain modeling. Because it is indeed data, so, it is only honest to say that we are doing data modeling first, regardless whether we call it data modeling or not.

7/17/2006 02:00:00 AM  
Blogger Vikas said...

Yes, we are getting close. Domain Driven Design is going to get two new practitioners or may be none. :)

http://vikasnetdev.blogspot.com/2006/07/domain-driven-design-vs-data-driven.html

7/17/2006 07:59:00 PM  
Blogger survic said...

While waiting for vikas's moer comments, I came across a post:
http://codebetter.com/blogs/jeremy.miller/archive/2006/07/05/147119.aspx

Here is my comment:


People do not like UML because just as Vikas pointed out: they do not like “domain modeling”; and the reason that they do not like “domain modeling” is that “data modeling” is sufficient already; the extra “domain modeling” is waste of time.

Note that UML is now a superset of ER, so, you may say, if we use UML to do the data modeling, then, people will love UML ;-).

I want to point out that excluding “data modeling” from “domain modeling”, or, thinking “domain modeling” is OO only, instead of both database and OO, is the leftover of an old myth that DABs are in charge of database table design.

Nowadays, because programming is so “easy” (because .net or java is so powerful), and also because SQL Server (or Oracle, DB2) is so “easy” also, developers are in charge of both data design and OO design (i.e. programming design). As a result, “domain modeling” includes “data modeling”. Also, data modeling should be done first. Further, in most projects, most OO modeling should be simply copied from the data model; and therefore a separate OO domain modeling per se is totally unnecessary.

7/22/2006 01:19:00 AM  
Anonymous Anonymous said...

D3o1D8 The best blog you have!

11/01/2007 10:01:00 PM  
Anonymous Anonymous said...

9MFu4y actually, that's brilliant. Thank you. I'm going to pass that on to a couple of people.

11/02/2007 10:12:00 AM  
Anonymous Anonymous said...

Magnific!

11/02/2007 11:08:00 AM  
Anonymous Anonymous said...

Thanks to author.

11/02/2007 11:56:00 AM  
Anonymous Anonymous said...

Hello all!

11/02/2007 12:45:00 PM  
Anonymous Anonymous said...

Thanks to author.

11/02/2007 01:51:00 PM  
Anonymous Anonymous said...

Thanks to author.

11/03/2007 03:26:00 AM  
Anonymous Anonymous said...

Please write anything else!

11/03/2007 08:01:00 AM  
Anonymous Anonymous said...

Hello all!

11/03/2007 09:04:00 AM  
Anonymous Anonymous said...

Please write anything else!

11/03/2007 10:08:00 AM  
Anonymous Anonymous said...

Nice Article.

11/03/2007 10:58:00 AM  
Anonymous Anonymous said...

BreDLg write more, thanks.

11/04/2007 01:48:00 AM  
Anonymous Anonymous said...

Hello all!

11/04/2007 08:43:00 PM  
Anonymous Anonymous said...

Good job!

11/04/2007 09:18:00 PM  
Anonymous Anonymous said...

Please write anything else!

11/04/2007 11:09:00 PM  
Anonymous Anonymous said...

Good job!

11/04/2007 11:42:00 PM  
Anonymous Anonymous said...

Hello all!

11/05/2007 12:19:00 AM  
Anonymous Anonymous said...

Nice Article.

11/05/2007 12:47:00 AM  
Anonymous Anonymous said...

Good job!

11/05/2007 01:17:00 AM  
Anonymous Anonymous said...

Please write anything else!

11/05/2007 01:48:00 AM  
Anonymous Anonymous said...

Wonderful blog.

11/05/2007 02:22:00 AM  
Anonymous Anonymous said...

actually, that's brilliant. Thank you. I'm going to pass that on to a couple of people.

11/05/2007 03:03:00 AM  
Anonymous Anonymous said...

Good job!

11/05/2007 03:45:00 AM  
Anonymous Anonymous said...

Hello all!

11/05/2007 04:18:00 AM  
Anonymous Anonymous said...

Nice Article.

11/05/2007 04:48:00 AM  
Anonymous Anonymous said...

What is a free gift ? Aren't all gifts free?

11/05/2007 05:23:00 AM  
Anonymous Anonymous said...

Give me ambiguity or give me something else.

11/05/2007 06:01:00 AM  
Anonymous Anonymous said...

Clap on! , Clap off! clap@#&$NO CARRIER

11/05/2007 06:33:00 AM  
Anonymous Anonymous said...

640K ought to be enough for anybody. - Bill Gates 81

11/05/2007 07:00:00 AM  
Anonymous Anonymous said...

Please write anything else!

11/05/2007 07:31:00 AM  
Anonymous Anonymous said...

Friends help you move. Real friends help you move bodies.

11/05/2007 08:05:00 AM  
Anonymous Anonymous said...

The gene pool could use a little chlorine.

11/05/2007 08:39:00 AM  
Anonymous Anonymous said...

Clap on! , Clap off! clap@#&$NO CARRIER

11/05/2007 09:11:00 AM  
Anonymous Anonymous said...

Save the whales, collect the whole set

11/05/2007 09:42:00 AM  
Anonymous Anonymous said...

Friends help you move. Real friends help you move bodies.

11/05/2007 10:16:00 AM  
Anonymous Anonymous said...

Magnific!

11/05/2007 10:47:00 AM  
Anonymous Anonymous said...

Please write anything else!

11/05/2007 11:25:00 AM  
Anonymous Anonymous said...

Oops. My brain just hit a bad sector.

11/05/2007 12:09:00 PM  
Anonymous Anonymous said...

Energizer Bunny Arrested! Charged with battery.

11/05/2007 12:46:00 PM  
Anonymous Anonymous said...

Wonderful blog.

11/05/2007 01:19:00 PM  
Anonymous Anonymous said...

The gene pool could use a little chlorine.

11/05/2007 01:52:00 PM  
Anonymous Anonymous said...

Oops. My brain just hit a bad sector.

11/05/2007 02:22:00 PM  
Anonymous Anonymous said...

C++ should have been called B

11/05/2007 02:47:00 PM  
Anonymous Anonymous said...

Build a watch in 179 easy steps - by C. Forsberg.

11/05/2007 03:16:00 PM  
Anonymous Anonymous said...

Lottery: A tax on people who are bad at math.

11/05/2007 03:46:00 PM  
Anonymous Anonymous said...

Lottery: A tax on people who are bad at math.

11/05/2007 04:16:00 PM  
Anonymous Anonymous said...

What is a free gift ? Aren't all gifts free?

11/05/2007 04:54:00 PM  
Anonymous Anonymous said...

Thanks to author.

11/05/2007 05:25:00 PM  
Anonymous Anonymous said...

I don't suffer from insanity. I enjoy every minute of it.

11/05/2007 06:04:00 PM  
Anonymous Anonymous said...

Ever notice how fast Windows runs? Neither did I.

11/05/2007 06:35:00 PM  
Anonymous Anonymous said...

Friends help you move. Real friends help you move bodies.

11/05/2007 07:05:00 PM  
Anonymous Anonymous said...

What is a free gift ? Aren't all gifts free?

11/05/2007 07:37:00 PM  
Anonymous Anonymous said...

Magnific!

11/05/2007 08:16:00 PM  
Anonymous Anonymous said...

What is a free gift ? Aren't all gifts free?

11/05/2007 09:02:00 PM  
Anonymous Anonymous said...

I don't suffer from insanity. I enjoy every minute of it.

11/05/2007 09:36:00 PM  
Anonymous Anonymous said...

When there's a will, I want to be in it.

11/05/2007 10:14:00 PM  
Anonymous Anonymous said...

Clap on! , Clap off! clap@#&$NO CARRIER

11/05/2007 10:53:00 PM  
Anonymous Anonymous said...

Suicidal twin kills sister by mistake!

11/05/2007 11:22:00 PM  
Anonymous Anonymous said...

When there's a will, I want to be in it.

11/06/2007 12:00:00 AM  
Anonymous Anonymous said...

Build a watch in 179 easy steps - by C. Forsberg.

11/06/2007 12:43:00 AM  
Anonymous Anonymous said...

Energizer Bunny Arrested! Charged with battery.

11/06/2007 01:27:00 AM  
Anonymous Anonymous said...

Hello all!

11/06/2007 02:15:00 AM  
Anonymous Anonymous said...

Nice Article.

11/06/2007 02:58:00 AM  
Anonymous Anonymous said...

Friends help you move. Real friends help you move bodies.

11/06/2007 03:38:00 AM  
Anonymous Anonymous said...

Please write anything else!

11/06/2007 04:25:00 AM  
Anonymous Anonymous said...

Energizer Bunny Arrested! Charged with battery.

11/06/2007 05:19:00 AM  
Anonymous Anonymous said...

I don't suffer from insanity. I enjoy every minute of it.

11/06/2007 06:10:00 AM  
Anonymous Anonymous said...

Energizer Bunny Arrested! Charged with battery.

11/06/2007 06:53:00 AM  
Anonymous Anonymous said...

Change is inevitable, except from a vending machine.

11/06/2007 07:32:00 AM  
Anonymous Anonymous said...

I'm not a complete idiot, some parts are missing!

11/06/2007 08:11:00 AM  
Anonymous Anonymous said...

The gene pool could use a little chlorine.

11/06/2007 08:48:00 AM  
Anonymous Anonymous said...

Magnific!

11/06/2007 09:22:00 AM  
Anonymous Anonymous said...

What is a free gift ? Aren't all gifts free?

11/06/2007 10:05:00 AM  
Anonymous Anonymous said...

Please write anything else!

11/06/2007 10:49:00 AM  
Anonymous Anonymous said...

Give me ambiguity or give me something else.

11/06/2007 11:31:00 AM  
Anonymous Anonymous said...

640K ought to be enough for anybody. - Bill Gates 81

11/06/2007 12:19:00 PM  
Anonymous Anonymous said...

Suicidal twin kills sister by mistake!

11/06/2007 01:09:00 PM  
Anonymous Anonymous said...

Suicidal twin kills sister by mistake!

11/06/2007 01:47:00 PM  
Blogger Fregas said...

In my experience, you are correct that "data modeling" works fine for small to mid-size projects with minimal complexity, and you get a basic "domain model" for free. This is the essence of the ActiveRecord pattern and works quite well, with 1:1 ratio between objects and tables.

The problem is with more complex applications that have a lot of logic. At this point the data driven approach breaks down, because there is so much more behavior and business rules in the system. The data driven approach tends to cause developers to ignore all these "extra objects" that don't fit the usual CRUD pattern and 1:1 table/object ratio. If you have a good developer, they'll be able to switch gears to a DDD approach when the complexity warrants it, and create the extra objects in the model as necessary. If you don't have strong developers, chances are they will take a fairly procedural approach or possibly copy and paste a lot of logic around.

To play devil's advocate, why not start with a DDD approach on most projects? If its a small project and stays small, chances are you will get "your tables for free" and the CRUD stuff with it. Many ORMs will do the CRUD stuff with your objects and some will even generate your tables too (not that making tables and constraints is hard.)

In my early career, i focused strongly on a data driven and procedural approach to development. This worked fine for most of the simple applications that i was working on where the majority of logic was CRUD. But i kept painting myself into a corner on the more complex applications until I found OOP and DDD. I know you think that DDD is out of date, but i think it is still quite relevant as applications become more complex.

I also think that you are wrong that people only see UI and the data on it, so thats what we should focus on the most. If something calculated (like interest) is wrong, they'll notice that too, even though thats not data its behavior.

Also, users don't really understand relational databases or tables any more than they do objects.

I don't mean to offend you Survic, but you strike me as being where I was about 5 years ago before i started tackling complex line of business applications.

7/21/2008 08:28:00 PM  
Anonymous hot teacher sex stories said...

Finally, my wife and hergirlfriend come out but they are with two other girls and a black guy. I didnt get much.
true sex stories brothersister
teen audition sex stories
brazil fuck stories
preteen erotic free sex stories
stories about spanking
Finally, my wife and hergirlfriend come out but they are with two other girls and a black guy. I didnt get much.

12/04/2010 02:36:00 AM  
Anonymous femdom mother toilet slave stories said...

While getting her earwell probed, she again pleaded, John, stop. Each push up helped him keep crime off the streets ofLazy Town and keep the beds of the ladies warm throughthe nights.
sexy erotic stories
incest stories and pictures
free interracial cockold stories
lesbian bondage rape stories
adult free stories
While getting her earwell probed, she again pleaded, John, stop. Each push up helped him keep crime off the streets ofLazy Town and keep the beds of the ladies warm throughthe nights.

12/04/2010 04:58:00 AM  
Anonymous Anonymous said...

UlzRle [url=http://canadagoosejacketsite.com/]canada goose jackets[/url] UwkNry SicFkf http://canadagoosejacketsite.com/ RqmMed AheTag [url=http://canadagoosejacketclub.com/]canada goose jackets[/url] IpzTwr RqoDes http://canadagoosejacketclub.com/ GgpHkt MrzGuc [url=http://canadagooseoutlettoca.com/]canada goose[/url] CxrPrf QsoBhf http://canadagooseoutlettoca.com/ FagJhy UgpErz [url=http://canadagoosesalehome.com/] canada goose parka[/url] GiuGpz BnkBin http://canadagoosesalehome.com/ UsuJtw

11/13/2012 01:33:00 PM  
Anonymous Anonymous said...

ZngUbi [url=http://www.bootsmany.com/]アグ[/url] FszRos http://www.bootsmany.com/ IkpEdi [url=http://www.bootsnewjp.com/]UGG アグ[/url] QhoCrq http://www.bootsnewjp.com/ DqgVtd [url=http://www.bootsbestjp.com/]ugg アグ[/url] SzkTdr http://www.bootsbestjp.com/ ZxwNln[url=http://www.yasuibu-tsu.com/]ugg アウトレット[/url] VzrZmg http://www.yasuibu-tsu.com/ WgcGdo [url=http://www.yoibu-tsu.com/]ugg ブーツ[/url] BmyGtd http://www.yoibu-tsu.com/ OuuIds [url=http://www.bootsjpsales.com/]ugg ムートン[/url] ZiuWid http://www.bootsjpsales.com/ GgmUyp

11/17/2012 10:20:00 AM  
Anonymous Anonymous said...

ZpnZef [url=http://cheapggboots.com/]cheap ugg boots[/url] PisMxd VzjSba http://cheapggboots.com/ RurTqw XofHuh [url=http://parka2013.com/]canada goose parka[/url] CkmAup FsnRtu http://parka2013.com/ WtpVjp CmvLtr [url=http://cagoosehome.com/]canada goose outlet[/url] OnsEbw YfaYgb http://cagoosehome.com/ ByeBqr CvbPbf [url=http://jackets-2012.com/] Canada Goose Parka[/url] CtnRxf NnjTxb http://jackets-2012.com/ PajBiq QiaZet [url=http://gooseoutlet2013.com/]Canada Goose Outlet[/url] AqtGlm BfgMvf http://gooseoutlet2013.com/ KmxMes FduLjb [url=http://jacketsca.com/]canada goose jacket[/url] LeqZhu KkuGer http://jacketsca.com/ ZdrXom

11/19/2012 09:29:00 AM  
Anonymous Anonymous said...

JoeSyt [url=http://ukbootshopon.com/]cheap ugg shoes[/url] PkfYeg http://ukbootshopon.com/

11/28/2012 11:11:00 AM  
Anonymous Anonymous said...

zkqm [url=http://salecanadagooseoutlet.ca]Canada Goose Jacket[/url] pqyh http://salecanadagooseoutlet.ca xupc [url=http://mycanadagoose-canada.com]Canada Goose Outlet[/url] mpgd http://mycanadagoose-canada.com aeev [url=http://salecanadagoose-outlets.com]Canada Goose Outlet[/url] pemy http://salecanadagoose-outlets.com ghqd [url=http://salecanaadagoosejackets.ca]Canada Goose Sale[/url] rpis http://salecanaadagoosejackets.ca axcu

12/05/2012 11:17:00 PM  
Anonymous Anonymous said...

SieBug [url=http://ghdshairscarestore.com/]ghd[/url] XvzYay http://ghdshairscarestore.com/ AkhRxp [url=http://ghdshairscareshop.com/]ghd straighteners[/url] SkdAnq http://ghdshairscareshop.com/ YtfDyc [url=http://ghdshaircarestore.com/]ghd hair straighteners[/url] XdrWld http://ghdshaircarestore.com/ ExvGzm [url=http://ghdshaircareshop.com/]ghd straightener[/url] MjgJdj http://ghdshaircareshop.com/ DziVxp [url=http://ghdhairscarestore.com/]cheap ghd australia[/url] VveZwf http://ghdhairscarestore.com/ XtgZfw [url=http://ghdhairscaresshop.com/]ghd factory outlet[/url] GqoFzr http://ghdhairscaresshop.com/ TkyKvw [url=http://ghdhaircarestore.com/]ghd outlet[/url] YwlDqn http://ghdhaircarestore.com/ MdcNwu [url=http://ghdhaircaresstore.com/]ghd australia[/url] IrzFcp http://ghdhaircaresstore.com/ VleJhe [url=http://ghdhaircareshop.com/]ghd straighteners australia[/url] RjrVwm http://ghdhaircareshop.com/

12/15/2012 05:09:00 AM  
Anonymous Anonymous said...

jyjb [url=http://okbeatsbydrecheap.com]Beats By Dre[/url] xurf http://okbeatsbydrecheap.com uxyl wdta [url=http://beatsbydresalesok.com]Cheap Beats By Dre[/url] dyuq http://beatsbydresalesok.com sthv dlzj [url=http://okbeatsbydreus.com]Beats By Dre Headphones[/url] gjqc http://okbeatsbydreus.com ykdp vfij [url=http://salebeatsbydreoutlet.com]Beats By Dre Outlet[/url] lsio http://salebeatsbydreoutlet.com taki

12/19/2012 01:35:00 PM  
Anonymous Anonymous said...

UkmPgc [url=http://www.chloesweet.com/]クロエ アウトレット[/url] RlxFwn NbzVvn [url=http://www.chloesweet.com/]クロエ 財布 アウトレット[/url] WnrNof FqpCvb [url=http://www.chloesweet.com/]chloe 財布[/url] IqdMnj FnhPcy http://www.chloesweet.com/ TznFdi YbwWjz [url=http://gucci-nice.com/]グッチ アウトレット[/url] EbdQpcQhwIty [url=http://gucci-nice.com/]グッチ 財布[/url] FqyAmu SzpGif [url=http://gucci-nice.com/]gucci バッグ[/url] XguQzo SnkJeu http://gucci-nice.com DomYku PwbBkm [url=http://www.mymonclerhome.com/]モンクレール アウトレット[/url] PzmGlx XspDrd [url=http://www.mymonclerhome.com/]モンクレール アウトレット 2012[/url] ZqgUdj AgeWfc [url=http://www.mymonclerhome.com/]モンクレール 店舗[/url] EheKia UraCio http://www.mymonclerhome.com/ HdnRwf QwtHqv [url=http://www.bootsjpbest.com/]ugg ムートンブーツ[/url] DndKel NjvIwz [url=http://www.bootsjpbest.com/]ugg ブーツ[/url] UlmHsx JdeJpz [url=http://www.bootsjpbest.com/]ugg ブーツ 激安[/url] KyaRdb BfaAre http://www.bootsjpbest.com/ HngWjg

12/20/2012 12:29:00 AM  
Anonymous Anonymous said...

[url=http://thecasinospellen367.com ]live casino [/url]2:9. 12:10. the country beyond the river, and His hand fell to his side again. nederland online casino

1/05/2013 08:44:00 PM  
Anonymous Anonymous said...

All of the in the most right way payday conformation services we reviewed are erect, straightforward institutions that nowadays a true utilization to those who outcry a infrequent extra dollars to exhort it be means of a inexorable patch. In this placement, you'll call up articles with payday loans communication and boodle tips, as opulently as finish reviews and a side sooner than side contrasting to plagiarize you win an briefed verdict on which assistance is principled nigh reason of your short-term suffering needs. We create that the most adroit options for payday loans online.

Fit those that neediness difficulty money between paydays, understanding the differences in payday loan lenders can dictate how comfortably and speedily you catch the coins you need. It reach-me-down to be that you had to work to a diplomate fingers on and on the back burner serve repayment for an approval on your payday loan, after submitting copies of pass muster stubs and bank statements. Nowadays, there is a difference in payday advance lenders because there are some that proffer prompt and advantageous online options. When you take benefit of online options, it is possible to lay hold of split-second approvals and should prefer to the money you need in a upset of a scattering hours, or less.


Best Online Payday Loans and Cash Advance:
cash til payday loan
[url=http://paydayloanmoneyfast.com/loan/guaranteed-payday-loans-no-credit-check-ec]Guaranteed payday loans no credit check[/url]
http://paydayloanmoneyfast.com/loan/legit-payday-loans-a5 - Legit payday loans

2/25/2013 08:41:00 AM  
Anonymous Anonymous said...

http://www.cafb29b24.org/docs/buyativan/#for-sale buy xanax ativan - kicking ativan addiction

3/11/2013 04:49:00 PM  
Anonymous Anonymous said...

Louis Vuitton Bags 356717 Gucci Bags online 604803 Hermes Outlet 634697 http://guccihandbagsforcheap.cabanova.com/

3/14/2013 01:52:00 PM  
Anonymous Anonymous said...

Louis Vuitton Bags 839487 Burberry Bags online 514925 christian louboutin outlet store 540521 http://cloutlets.webs.com/

3/14/2013 06:31:00 PM  
Anonymous Anonymous said...

cheap christian louboutin 836825 Burberry Handbags 731546 cheap christian louboutin 917998 http://guccioutletonline.cabanova.com/

3/14/2013 11:50:00 PM  
Anonymous Anonymous said...

Gucci Handbags online 114912 Burberry Outlet 292812 Burberry Bags 817559 http://cheapburberrybagsoutlet.cabanova.com/

3/15/2013 05:50:00 AM  
Anonymous Anonymous said...

Chanel Outlet 788235 Burberry Outlet 581369 Louis Vuitton Handbags 605358 http://cheaplouboutinshoes.cabanova.com/

3/15/2013 10:51:00 AM  
Anonymous Anonymous said...

Burberry Bags clearance 518957 Cheap Gucci Bags 694503 Louis Vuitton Bags store 281293 http://discountlouisvuittonbags.cabanova.com/

3/15/2013 08:10:00 PM  
Anonymous Anonymous said...

christian louboutin outlet store 260526 Burberry Bags clearance 444859 Gucci Outlet 472325 http://hermesbirkinsale.cabanova.com/

3/16/2013 05:28:00 AM  
Anonymous Anonymous said...

christian louboutin outlet 35615 Gucci Outlet 905897 Chanel Handbags on sale 987519 http://chaneloutletonline.cabanova.com/

3/17/2013 08:54:00 PM  
Anonymous Anonymous said...

cheap christian louboutin shoes 170375 hermes purses 599671 Hermes Birkin 58752 http://thehermesbirkin.webs.com/

3/20/2013 04:27:00 AM  
Anonymous Anonymous said...

Gucci Handbags for cheap 199311 hermes bags 641792 Louis Vuitton Handbags outlet 471398 http://outletslouisvuitton.blinkweb.com/

3/20/2013 06:43:00 AM  
Anonymous Anonymous said...

Gucci Bags online 491132 Gucci Handbags for cheap 255376 hermes birkin handbags 824852 http://chaneloutletonline.cabanova.com/

3/20/2013 11:33:00 AM  
Anonymous Anonymous said...

Hip porn blog
http://blowjobs.sexblog.pw/?post_maya
sex anal film gold digger video girl how to please a man sexually black girls pictures forum

1/15/2014 12:10:00 PM  

Post a Comment

Subscribe to Post Comments [Atom]

<< Home