exjs dwr spring 强强联姻

Posted by admin on July 15th, 2007

ExtJs 在Web UI已经获得很大的殊荣,但单凭借它 Client UI 还无法霸占BS 那么丰富的应用。。他还要选择 一个Web层与后台一起来交互完成一个完美的系统。

Extjs的天生丽质的, 完美了融合JQuery,Prototype,YUI, 和她结合当然也需要出类拔萃,生出名门。 如果采用Java为开发主语言,那么 ExtJS + DWR + SPRING 算是门当户对。

可惜Extjs 的DataStore 的 prxy 并没有DWR一席,因为DWR返回的是Java对象与JSON非常像, 然而DWR 的在于它与Web远程Java方法的直接会话,因此有着非常灵活的一面。所以,有时候使用DWR对于J2EE来说,要更好于JSON,他做了JSON做不到事。

extjs官方论坛里已经有人编写了这样的扩展,后经人丰富,现在基本能满足要求了。
DWR扩展代码如下,创建 Ext.data.DWRProxy类。同样也继承Ext.data.DataProxy ,拿来show着解读一下。

//dwr.js

Ext.data.DWRProxy = function(dwrCall, pagingAndSort){
Ext.data.DWRProxy.superclass.constructor.call(this);
this.dwrCall = dwrCall;
//this.args = args;
this.pagingAndSort = (pagingAndSort!=undefined ? pagingAndSort : true);
};

Ext.extend(Ext.data.DWRProxy, Ext.data.DataProxy, {
load : function(params, reader, callback, scope, arg) {
if(this.fireEvent("beforeload", this, params) !== false) {
var sort;
if(params.sort && params.dir) sort = params.sort + ' ' + params.dir;
else sort = '';
var delegate = this.loadResponse.createDelegate(this, [reader, callback, scope, arg], 1);
var callParams = new Array();
if(arg.arg) {
callParams = arg.arg.slice();
}

if(this.pagingAndSort) {
callParams.push(params.start);
callParams.push(params.limit);
callParams.push(sort);
}

callParams.push(delegate);
this.dwrCall.apply(this, callParams);
} else {
callback.call(scope || this, null, arg, false);
}
},

loadResponse : function(listRange, reader, callback, scope, arg) {
var result;
try {
result = reader.read(listRange);
} catch(e) {
this.fireEvent("loadexception", this, null, response, e);
callback.call(scope, null, arg, false);
return;
}
callback.call(scope, result, arg, true);
},

update : function(dataSet){},

updateResponse : function(dataSet)
{}
});

Ext.data.ListRangeReader = function(meta, recordType){
Ext.data.ListRangeReader.superclass.constructor.call(this, meta, recordType);
this.recordType = recordType;
};
Ext.extend(Ext.data.ListRangeReader, Ext.data.DataReader, {
getJsonAccessor: function(){
var re = /[\[\.]/;
return function(expr) {
try {
return(re.test(expr))
? new Function("obj", "return obj." + expr)
: function(obj){
return obj[expr];
};
} catch(e){}
return Ext.emptyFn;
};
}(),

read : function(o){
var recordType = this.recordType, fields = recordType.prototype.fields;

//Generate extraction functions for the totalProperty, the root, the id, and for each field
if (!this.ef) {
if(this.meta.totalProperty) {
this.getTotal = this.getJsonAccessor(this.meta.totalProperty);
}

if(this.meta.successProperty) {
this.getSuccess = this.getJsonAccessor(this.meta.successProperty);
}

if (this.meta.id) {
var g = this.getJsonAccessor(this.meta.id);
this.getId = function(rec) {
var r = g(rec);
return (r === undefined || r === "") ? null : r;
};
} else {
this.getId = function(){return null;};
}
this.ef = [];
for(var i = 0; i < fields.length; i++){
f = fields.items[i];
var map = (f.mapping !== undefined && f.mapping !== null) ? f.mapping : f.name;
this.ef[i] = this.getJsonAccessor(map);
}
}

var records = [];
var root = o.data, c = root.length, totalRecords = c, success = true;

if(this.meta.totalProperty){
var v = parseInt(this.getTotal(o), 10);
if(!isNaN(v)){
totalRecords = v;
}
}

if(this.meta.successProperty){
var v = this.getSuccess(o);
if(v === false || v === 'false'){
success = false;
}
}

for(var i = 0; i < c; i++){
var n = root[i];
var values = {};
var id = this.getId(n);
for(var j = 0; j < fields.length; j++){
f = fields.items[j];
var v = this.ef[j](n);
values[f.name] = f.convert((v !== undefined) ? v : f.defaultValue);
}
var record = new recordType(values, id);
records[i] = record;
}

return {
success : success,
records : records,
totalRecords : totalRecords
};
}
});

经过改造之后,那么DWR可以像JSON一样,返回的数据作为DataStore
代码片断

ds = new Ext.data.Store({
proxy: new Ext.data.DWRProxy(TodoService.getItems, true),
//TotoService.getItems dwr开放出来的Java获取数据方法
reader: new Ext.data.ListRangeReader(
{id:'id', totalProperty:'totalSize'}, recordType),
remoteSort: true
});

Spring实现了强大的管理了后台的JavaBean,干干净净的注入创建了每个对象, DWR天生又是支持Spring,无缝的讲Spring的后台Bean 发布到Web层作为JavaScript对象,和JavaScript方法。中途不需要人工干预写Servlet.

不多说了, 跑了下代码,通过,可以直接下载。
download/ext-dwr-spring.rar

17 位高人已经发表见解 于 “exjs dwr spring 强强联姻”

  1. %BLOFTITLE% is a well put together blog. I dont think my website http://hr-prompts.com has much in common with yours, though I can (and have) learnt heaps from you, cheers, Gretchen Nash

  2. AssangeLiveDen says:

    Is it possible to contact administration?
    Thank for all
    bye bye ;) )

  3. AssangePlamb says:

    Did you downloaded Wikileaks docs? Give me link plz
    By the way, anybody home?!
    bye bye ;) )

  4. HunteeFanna says:

    Directions For Perscriptions Drugs ambien price
    The drug has not been approved by the FDA for these purposes, but many doctors and patients have found that it is both safe and effective in treating restless leg syndrome and that the risks are definitely outweighed by the benefits to the patient.
    http://www.thinkskynet.com/ – purchase ambien

  5. Blacks Taking Drugs
    zelnorm no prescription
    The estrogen receptors are activated and bind by the estrogen.
    premarin no prescription
    Nolvadex prevents estrogen from binding to its receptor.
    http://www.medicofelinobirmanpersa.com/ – cheap premarin
    Some forms of breast cancer cells require the presence of estrogen in order to grow.

  6. jonn2 says:

    comment6, lisinopril zestril prinivil eq side effects, 9447, enalapril melate, 70652, ultram reviews, >:))), lexapro or cymbalta, 307621, nizoral shampoo janssen, 80850, does celexa cause anxiety, uak, femara causing cancer, %-], zestril lisnopril, jmvweq, neurontin diabetes, 0449, tricor pacific, hzvvw, is avapro a nitrate, :]], diabetes meridia recent research, :], pravachol aciphex denavir, 80233, ritalin bipolar disorder, bzg, pka of diazepam, 8O, ritalin and time release capsule, =-(, synthroid with effexor, >:OO, clarinex with lexapro, 33063, prilosec long term usage, :], tricor semiconductor, vat, flomax sleep patterns, ntkr, lima peru pharmacies with cialis, 27411, abilify disc, plf, cialis capsules, rwkpi, seroquel withdrwal, zyot, search altace, 1852, cyst clomid, czrmsw, elavil user reviews, 286750, celebrities and accutane, %[, stopping buspar, 8P, hyzaar and weight, :-( (, drug interactions dextromethorphan prozac, 8]]], cozaar ears ringing, 277, alprazolam and liver diese, 7039, side effects mevacor, 7206, glucotrol ingredience, :-P P, kidney and zetia, 8-DD, arimidex topical use, %-[, piroxicam feldene flash 20mg tablet, 0591, why is plavix so expensive, rzl, enalapril depression, xph, how old is suprax, wdwe, zoloft interaction with alcohol, 691, alprazolam holland, %PPP, us kamagra supplier, 067, after antabuse, 116, levitra 8 pills 109 free delivery, mkks, tricor and pravachol interaction, 777313, acomplia discount, iodhz, oxycodone to hydromorphone, 40389,

  7. Hmm it seems like your website ate my first comment (it was extremely long) so I guess I’ll just sum it up what I had written and say, I’m thoroughly enjoying your blog. I too am an aspiring blog writer but I’m still new to the whole thing. Do you have any points for first-time blog writers? I’d definitely appreciate it.

  8. Reforma says:

    Free Gay Sex Videos

    Party porno video amatoriale …. Video porno passione per
    [url=http://pulse.yahoo.com/_KLBGCX3DSIJWNKLZXKMVAZSXPA/blog/articles/22206] porno party amatoriale [/url]
    [url=http://pulse.yahoo.com/_KLBGCX3DSIJWNKLZXKMVAZSXPA/blog/articles/22207] scambio coppia amatoriale immagine porno[/url]
    [url=http://pulse.yahoo.com/_KLBGCX3DSIJWNKLZXKMVAZSXPA/blog/articles/22208] porno spogliarello amatoriale diciottenne[/url]
    [url=http://pulse.yahoo.com/_OICOFO3PR7TUOPULBVEXRQWMX4/blog/articles/22209] porno amatoriale a napoli gratis[/url]
    [url=http://pulse.yahoo.com/_OICOFO3PR7TUOPULBVEXRQWMX4/blog/articles/22210] cam cam porno gratis amatoriale italiano gratis msn[/url]
    [url=http://pulse.yahoo.com/_RJ76QG6UJXOF5ENTGIUAEIISMY/blog/articles/18652] immagine amatoriale porno gratis[/url]
    [url=http://pulse.yahoo.com/_RJ76QG6UJXOF5ENTGIUAEIISMY/blog/articles/18653] video porno amatoriale rete[/url]
    [url=http://pulse.yahoo.com/_RJ76QG6UJXOF5ENTGIUAEIISMY/blog/articles/18654] michela porno amatoriale[/url]
    [url=http://pulse.yahoo.com/_X4FILRRHS3RINFWBZ5DZFHV24Y/blog/articles/20359] porno gratis amatoriale annuncio marche amatoriale[/url]
    [url=http://pulse.yahoo.com/_X4FILRRHS3RINFWBZ5DZFHV24Y/blog/articles/20360] video porno amatoriale da scaricare[/url]
    [url=http://pulse.yahoo.com/_X4FILRRHS3RINFWBZ5DZFHV24Y/blog/articles/20361] filmato porno italiano amatoriale pirata[/url]
    [url=http://pulse.yahoo.com/_X4FILRRHS3RINFWBZ5DZFHV24Y/blog/articles/20362] web cam porno amatoriale[/url]
    [url=http://pulse.yahoo.com/_RPLLPWWN7NKP2TLC2X7A33U4SM/blog/articles/23701] video porno amatoriale guardare gratis[/url]
    [url=http://pulse.yahoo.com/_RPLLPWWN7NKP2TLC2X7A33U4SM/blog/articles/23702] porno amatoriale a perugia[/url]
    [url=http://pulse.yahoo.com/_RPLLPWWN7NKP2TLC2X7A33U4SM/blog/articles/23703] catia porno amatoriale[/url]
    [url=http://pulse.yahoo.com/_RPLLPWWN7NKP2TLC2X7A33U4SM/blog/articles/23704] young video sexy[/url]
    [url=http://pulse.yahoo.com/_R3WZR424HF7OAUL4S4ENOT4NSI/blog/articles/20069] video sexy melissa satta[/url]
    [url=http://pulse.yahoo.com/_R3WZR424HF7OAUL4S4ENOT4NSI/blog/articles/20070] celebrita video sexy[/url]
    [url=http://pulse.yahoo.com/_R3WZR424HF7OAUL4S4ENOT4NSI/blog/articles/20071] sexy video high quality[/url]
    [url=http://pulse.yahoo.com/_R3WZR424HF7OAUL4S4ENOT4NSI/blog/articles/20073] video sexy melita[/url]
    [url=http://pulse.yahoo.com/_SD244KW3BNH4NMFHNUKFABE7J4/blog/articles/21833] free sexy amateur video[/url]
    [url=http://pulse.yahoo.com/_SD244KW3BNH4NMFHNUKFABE7J4/blog/articles/21835] video sexy camera fx[/url]
    [url=http://pulse.yahoo.com/_SD244KW3BNH4NMFHNUKFABE7J4/blog/articles/21837] sito sexy foto video[/url]
    [url=http://pulse.yahoo.com/_SD244KW3BNH4NMFHNUKFABE7J4/blog/articles/21839] matura sexy video free download[/url]
    [url=http://pulse.yahoo.com/_SKQI3IWLOKBDIAYUHXYCBCC6FI/blog/articles/32782] sexy video hosting[/url]
    [url=http://pulse.yahoo.com/_SKQI3IWLOKBDIAYUHXYCBCC6FI/blog/articles/32784] video bikini sexy[/url]
    [url=http://pulse.yahoo.com/_SKQI3IWLOKBDIAYUHXYCBCC6FI/blog/articles/32786] video 3gp sexy porno[/url]
    [url=http://pulse.yahoo.com/_K4WMJYB3WALNESAVZDHYS43W2M/blog/articles/25649] video divertenti gratis sexy anteprima video[/url]
    [url=http://pulse.yahoo.com/_K4WMJYB3WALNESAVZDHYS43W2M/blog/articles/25651] video cellulare sexy[/url]
    [url=http://pulse.yahoo.com/_K4WMJYB3WALNESAVZDHYS43W2M/blog/articles/25653] japan sexy cartoon free video[/url]
    [url=http://pulse.yahoo.com/_K4WMJYB3WALNESAVZDHYS43W2M/blog/articles/25655] video sexy addio al nubilato[/url]
    [url=http://pulse.yahoo.com/_JYWZ3MPIVXNTP2JO27QVBMLDF4/blog/articles/23707] japan sexy cartoon free video[/url]
    [url=http://pulse.yahoo.com/_JYWZ3MPIVXNTP2JO27QVBMLDF4/blog/articles/23709] video sexy uomo nudo[/url]
    Video Ragazze Sexy. Video ragazze nude hard . scopano in tutta la loro bellezza
    [url=http://pulse.yahoo.com/_JYWZ3MPIVXNTP2JO27QVBMLDF4/blog/articles/23711] foto video sexy gratis [/url]
    [url=http://pulse.yahoo.com/_JYWZ3MPIVXNTP2JO27QVBMLDF4/blog/articles/23713] download video sexy macintosh[/url]
    [url=http://pulse.yahoo.com/_3QKZRV7KO5YSJHSNTFXOCNYYQA/blog/articles/19131] video donna sexy over 40[/url]
    [url=http://pulse.yahoo.com/_3QKZRV7KO5YSJHSNTFXOCNYYQA/blog/articles/19132] video sexy lebanon[/url]
    [url=http://pulse.yahoo.com/_3QKZRV7KO5YSJHSNTFXOCNYYQA/blog/articles/19134] video comico sexy[/url]
    [url=http://pulse.yahoo.com/_3QKZRV7KO5YSJHSNTFXOCNYYQA/blog/articles/19136] video sfondo sexy alba parietti[/url]
    [url=http://pulse.yahoo.com/_UXFC4AD7M4EING77322EZWED6Q/blog/articles/18246] sexy video gratuita[/url]
    [url=http://pulse.yahoo.com/_UXFC4AD7M4EING77322EZWED6Q/blog/articles/18247] amateurs sexy video[/url]
    [url=http://pulse.yahoo.com/_G4MWUXTDGXMTT76SCQCSWSE45E/blog/articles/24076] video online sexy privato[/url]
    [url=http://pulse.yahoo.com/_G4MWUXTDGXMTT76SCQCSWSE45E/blog/articles/24077] sexy model video[/url]
    [url=http://pulse.yahoo.com/_G4MWUXTDGXMTT76SCQCSWSE45E/blog/articles/24078] free sexy video[/url]
    [url=http://pulse.yahoo.com/_G4MWUXTDGXMTT76SCQCSWSE45E/blog/articles/24079] cartoon video sexy[/url]
    [url=http://pulse.yahoo.com/_YWKCATWETSUY7WHUQ66HO5SYYE/blog/articles/16132] m too sexy far far away idol shrek 2 video[/url]
    [url=http://pulse.yahoo.com/_YWKCATWETSUY7WHUQ66HO5SYYE/blog/articles/16133] celebrity sexy video[/url]
    [url=http://pulse.yahoo.com/_YWKCATWETSUY7WHUQ66HO5SYYE/blog/articles/16134] video sexy liceo zanella[/url]
    [url=http://pulse.yahoo.com/_YWKCATWETSUY7WHUQ66HO5SYYE/blog/articles/16135] condividi video sexy[/url]
    [url=http://pulse.yahoo.com/_AYLGNQJFRESMEXM5YA5OXCUTSA/blog/articles/14848] video gioco x pc sexy[/url]
    [url=http://pulse.yahoo.com/_AYLGNQJFRESMEXM5YA5OXCUTSA/blog/articles/14849] video naruto sexy[/url]
    [url=http://pulse.yahoo.com/_Q3RDN2A2R7OLBLKAGN7XVVE5RQ/blog/articles/13884] video sesso fra lesbo sexy[/url]
    [url=http://pulse.yahoo.com/_7HALRK26JACD6X3SQVTT2G7PAU/blog/articles/18661] video sexy manga[/url]
    [url=http://pulse.yahoo.com/_5VNRZGIT2GWMTMQI4Q4IJ2QE2M/blog/articles/66408] video vip famosi sexy[/url]
    [url=http://pulse.yahoo.com/_M2NUN2AT2CHTA4PG2JLV55YY3U/blog/articles/19936] scaricare gratis sexy video[/url]
    [url=http://pulse.yahoo.com/_6Y5RDHGJBIAQJQJUEOJ2HMHS7A/blog/articles/23707] studentesse di cagliari video sexy[/url]
    [url=http://pulse.yahoo.com/_JG3AKS4S5EYI3UB5IBVCLPEGHQ/blog/articles/21881] videoclip filmie sexy[/url]
    [url=http://pulse.yahoo.com/_PU7BDKDSF3VOPAI7NZ2QHPPLQU/blog/articles/15933] download video sexy britney[/url]
    [url=http://pulse.yahoo.com/_IJ6TPKB2ZOZEYALR3GO3NXSP4Y/blog/articles/18990] video sfondo sexy alba parietti[/url]
    [url=http://pulse.yahoo.com/_DPHXWKK3RNWJKU2P6XLEASZIGY/blog/articles/15934] video sexy rossella brescia[/url]
    [url=http://pulse.yahoo.com/_JQN6F2FHRXK37AIYK677PHWHYI/blog/articles/14899] video animale sexy gratis[/url]
    [url=http://pulse.yahoo.com/_CQHV3RDRRFJEFOFSGOLOG57PRA/blog/articles/24080] video buffi sexy[/url]
    [url=http://pulse.yahoo.com/_Z7UX4D6KF2HMFAPIRRIOTJPRZ4/blog/articles/20826] video sexy ma[/url]
    [url=http://pulse.yahoo.com/_YJ4XOLNVVZPF2T4STZT7TWPIFE/blog/articles/18991] video foto amatoriale sexy gratis[/url]
    [url=http://pulse.yahoo.com/_35NAHISFFLUV7RL2TBCDWOQ52Q/blog/articles/25991] video ragazza gnocca sexy[/url]
    [url=http://pulse.yahoo.com/_D6SF4U4FEA3LTUZHPUB4CULEKY/blog/articles/14901] sexy milf video gratis[/url]
    [url=http://pulse.yahoo.com/_CWAJ5ICCLJ6RIMIMPHSNBSCT7Y/blog/articles/19626] sfondo foto video amatoriale sexy gratis[/url]
    [url=http://pulse.yahoo.com/_4HJKYVUWYPBGWY6SI3PSZCORXA/blog/articles/21138] video sexy mature[/url]
    [url=http://pulse.yahoo.com/_K3SUCBG64FWZDBRODVGGDJBM74/blog/articles/25659] video reality sexy[/url]
    Collection of some of the Hottest and Sexiest Michelle Trachtenberg photos she
    [url=http://pulse.yahoo.com/_BC6W4G4YPMIKCUX7JLKIVFB3OE/blog/articles/26220] video sexy michelle [/url]
    [url=http://pulse.yahoo.com/_36F3KXC3OPQMQIVTEK527CDMDA/blog/articles/14902] video chat sexy it[/url]
    [url=http://pulse.yahoo.com/_FD7NE4QKEBQP34TBPDYCZG6MNE/blog/articles/21845] play sexy video game online for free[/url]
    [url=http://pulse.yahoo.com/_EB6RNLXAKPEWBL4GAWYERJWZRQ/blog/articles/21052] little ten sexy video[/url]
    [url=http://pulse.yahoo.com/_RABGODSWQWWRFNMFNSYTICMEHU/blog/articles/17867] stars sexy video[/url]
    [url=http://pulse.yahoo.com/_QWL7A2WXSTQLELNIB7BPHDCEEA/blog/articles/21883] video sexy porno diva[/url]
    [url=http://pulse.yahoo.com/_QWCKQNMSXOLC6DM5UKUYZQCNDY/blog/articles/21204] video sexy shoe[/url]
    [url=http://pulse.yahoo.com/_RGJF3N5W6QWWUKCUKTAQLZLVEQ/blog/articles/21846] incontri gratis bergamo[/url]
    [url=http://pulse.yahoo.com/_MNTW2GTY67BMVYIE2NMQYRI24I/blog/articles/41980] incontri in campania[/url]
    [url=http://pulse.yahoo.com/_VXDV3G2GAJIN2UHJI4EDRAQJSA/blog/articles/18664] incontri donne abruzzo[/url]
    [url=http://pulse.yahoo.com/_XV7GPXCWY6UH53PCD4ELLUMFGI/blog/articles/18666] incontri sex a torino[/url]
    [url=http://pulse.yahoo.com/_O7LA3CTPWXBH2KWW6F2GEQUIFE/blog/articles/52786] cerca incontri di sesso[/url]
    [url=http://pulse.yahoo.com/_WWNQSCWRDL5SKAU76W2YNJFJHQ/blog/articles/249683] incontri gratis treviso[/url]
    [url=http://pulse.yahoo.com/_PX6RJX24QXBKELLNECOPAQ3WA4/blog/articles/262020] incontri fotoannuncio donna[/url]
    [url=http://pulse.yahoo.com/_VJZ7PV3CK4ZYCQZEAFVOSEB6FM/blog/articles/262191] incontri prive[/url]
    [url=http://pulse.yahoo.com/_VJZ7PV3CK4ZYCQZEAFVOSEB6FM/blog/articles/262192] annuncio relazioni incontri[/url]
    [url=http://pulse.yahoo.com/_CCOB3FP7XHDIIYEZBFOGGYQR2Y/blog/articles/280382] escort per incontri[/url]
    [url=http://pulse.yahoo.com/_CCOB3FP7XHDIIYEZBFOGGYQR2Y/blog/articles/280383] incontri anale[/url]
    [url=http://pulse.yahoo.com/_CCOB3FP7XHDIIYEZBFOGGYQR2Y/blog/articles/280384] incontri relax[/url]
    [url=http://pulse.yahoo.com/_CCOB3FP7XHDIIYEZBFOGGYQR2Y/blog/articles/280385] incontri line[/url]
    [url=http://pulse.yahoo.com/_XVUN5AYJ4UBLJXKH7O3CKRU4I4/blog/articles/262363] annuncio incontri cuneo[/url]
    [url=http://pulse.yahoo.com/_XVUN5AYJ4UBLJXKH7O3CKRU4I4/blog/articles/262364] incontri k1[/url]
    [url=http://pulse.yahoo.com/_XVUN5AYJ4UBLJXKH7O3CKRU4I4/blog/articles/262365] incontri in alessandria[/url]
    [url=http://pulse.yahoo.com/_XVUN5AYJ4UBLJXKH7O3CKRU4I4/blog/articles/262366] incontri scambi[/url]
    [url=http://pulse.yahoo.com/_UK4DSUONPN6R4TNBICEWEARGN4/blog/articles/272244] incontri in zona firenze[/url]
    [url=http://pulse.yahoo.com/_UK4DSUONPN6R4TNBICEWEARGN4/blog/articles/272245] incontri piacenza[/url]
    [url=http://pulse.yahoo.com/_UK4DSUONPN6R4TNBICEWEARGN4/blog/articles/272246] siti gratuiti per incontri[/url]
    [url=http://pulse.yahoo.com/_UK4DSUONPN6R4TNBICEWEARGN4/blog/articles/272247] incontri girls bergamo[/url]
    [url=http://pulse.yahoo.com/_ECFRJTYJTSQMR3ZJKDW2O3ACCE/blog/articles/270326] incontri abbigliamento[/url]
    [url=http://pulse.yahoo.com/_ECFRJTYJTSQMR3ZJKDW2O3ACCE/blog/articles/270329] incontri amicizia matrimonio gratis[/url]
    [url=http://pulse.yahoo.com/_ECFRJTYJTSQMR3ZJKDW2O3ACCE/blog/articles/270333] manga sailor moon porno [/url]
    [url=http://pulse.yahoo.com/_LHB4NFVL6GKSORDL34KMWMGEQA/blog/articles/242496] fumetto manga porno video [/url]
    [url=http://pulse.yahoo.com/_LHB4NFVL6GKSORDL34KMWMGEQA/blog/articles/242498] porno manga video xxx [/url]
    [url=http://pulse.yahoo.com/_LHB4NFVL6GKSORDL34KMWMGEQA/blog/articles/242500] porno anime manga [/url]
    cartone super porno protetti · programma conversione mp3 italiano gratis
    [url=http://pulse.yahoo.com/_LHB4NFVL6GKSORDL34KMWMGEQA/blog/articles/242502] cartone manga porno protetti [/url]
    [url=http://pulse.yahoo.com/_V6YFFPIGNDXO4MEIOGAPMDLBMQ/blog/articles/298472] goku porno manga [/url]
    [url=http://pulse.yahoo.com/_V6YFFPIGNDXO4MEIOGAPMDLBMQ/blog/articles/298475] gioco manga porno [/url]
    [url=http://pulse.yahoo.com/_V6YFFPIGNDXO4MEIOGAPMDLBMQ/blog/articles/298477] manga porno [/url]
    [url=http://pulse.yahoo.com/_V6YFFPIGNDXO4MEIOGAPMDLBMQ/blog/articles/298479] hot porno images manga [/url]
    [url=http://pulse.yahoo.com/_VJZ7PV3CK4ZYCQZEAFVOSEB6FM/blog/articles/262194] manga video porno free [/url]
    [url=http://pulse.yahoo.com/_VJZ7PV3CK4ZYCQZEAFVOSEB6FM/blog/articles/262196] porno animation manga [/url]
    [url=http://pulse.yahoo.com/_VJZ7PV3CK4ZYCQZEAFVOSEB6FM/blog/articles/262200] manga porno sailor moon [/url]
    [url=http://pulse.yahoo.com/_VJZ7PV3CK4ZYCQZEAFVOSEB6FM/blog/articles/262202] download fumetto manga porno [/url]
    [url=http://pulse.yahoo.com/_CCOB3FP7XHDIIYEZBFOGGYQR2Y/blog/articles/280397] disegni manga porno [/url]
    [url=http://pulse.yahoo.com/_DQCK4VAMJKDTTI7OVL7N4ZVKQM/blog/articles/310495] video manga porno gratis site it [/url]
    [url=http://pulse.yahoo.com/_XLNJEUUB42VU6NQ3ON63SMMKIQ/blog/articles/257105] manga porno ita [/url]
    [url=http://pulse.yahoo.com/_XLNJEUUB42VU6NQ3ON63SMMKIQ/blog/articles/257107] manga porno dragonball [/url]
    [url=http://pulse.yahoo.com/_XLNJEUUB42VU6NQ3ON63SMMKIQ/blog/articles/257108] you tube porno manga video [/url]
    [url=http://pulse.yahoo.com/_XLNJEUUB42VU6NQ3ON63SMMKIQ/blog/articles/257111] manga porno gratis xxx [/url]
    [url=http://pulse.yahoo.com/_MRXGX2AHWWWGAHRPXOQGFS2SHE/blog/articles/247302] cartoon porno manga gratis [/url]
    [url=http://pulse.yahoo.com/_MRXGX2AHWWWGAHRPXOQGFS2SHE/blog/articles/247305] manga cartoni animati porno [/url]
    [url=http://pulse.yahoo.com/_MRXGX2AHWWWGAHRPXOQGFS2SHE/blog/articles/247307] foto cartoni manga porno [/url]
    [url=http://pulse.yahoo.com/_VWRNOATKWAX4PEZFTCIH6LH6RU/blog/articles/42003] bathing teen girls [/url]
    [url=http://pulse.yahoo.com/_VWRNOATKWAX4PEZFTCIH6LH6RU/blog/articles/42004] webcam teen girls [/url]

  9. jonn2 says:

    comment5, 3, czae, 2, 8))), 3, 8OO, 2, ejai, 3, >:((, 2, 84327, 1, 821, 3, %OOO, 3, zruz, 1, 2052, 1, jak, 3, rqceir, 3, :( ((, 2, 27595, 1, 8((, 2, aaib, 1, 18817, 3, 8DDD, 1, =OOO, 3, usvram, 3, mlnne, 3, yahe, 2, %DDD, 2, sdkvp, 3, rixg, 3, 9928, 3, =-))), 3, >:-D, 3, bawn, 1, zjnwmr, 1, tga, 1, =O, 2, 149865, 2, =]], 3, 828, 2, anwpth, 3, gzpltp, 2, 1740, 1, %-(, 3, 8DDD, 3, 760513, 1, :-OO, 2, %-OO, 1, fyr, 2, 993888, 3, %-)), 3, :D D, 3, ifkdo, 3, glpiii, 2, :-) ,

  10. paitaralioppy says:

    just examined the thread! Awesome work.

  11. paitaralioppy says:

    just read the thread! great job.

  12. paitaralioppy says:

    Just now looked through the thread. great job.

  13. paitaralioppy says:

    hi there nice topic we have going there!

  14. Beats Dr Dre says:

    This particular genuinely is my extremely very first time we visit here. I came across so several intriguing stuff in your website especially it’s dialogue. From the lots of comments in your posts, I guess I’m not the only 1 getting all of the satisfaction correct here! maintain up the excellent function.

  15. DafCaurrerm says:

    Good day !
    I made this account to spam on your forum.
    Please, delete my account and this topic, and I delete your forum by my spam-base.

    With best regards…

    —————— * * * ——————

    Доброго всем времени суток…
    Я собираю базу немодерируемых форумов. Я уважаю труд администраторов и модераторов, тем более, сам являюсь модератором форума.
    И потому прошу: Удалить этот топик. Или даже этот мой аккаунт. После этого я удалю ваш ресурс из своей базы. И более никогда не побеспокою вас.

    С большим уважением!

  16. Zoopaully says:

    [url=http://www.uggsshopnederland.com]uggs kopen[/url]
    Het enige wat je moest dat zou proberen werd hun paar minuten en bovendien denken. Welk type te maken heeft met advertentie zou ik graag verwant aan in lezen? Wat zou interesseren me? Ik ben gewoon niet wat je had follow . Ik heb je gedaan die . Vele malen. Maar ik heb ontmoeting zodat het een en en eenvoudig de beste enkele ogenblikken met te schrijven.
    ,[url=http://www.uggonlinewinkels.eu]uggs online shop[/url]
    Als beveiliging zijn eigenlijk de specifieke met betrekking tot tussen jou, dan moet je moet als een manier om te begrijpen het feit dat een soort van de veiligheid van de met betrekking om een persoon website verbetert op elke stap van sets van terug naar prive-naar world wide web pagina hosting.
    [url=http://www.uggsshopnederland.com]uggs[/url]
     Probleemloos wachtwoorden problemen veroorzaken omdat ze zeer eenvoudig en up . Een analyse van verwant met dat kan is gehackt heeft uitgewezen dat de die personen toepassing vrijwel alle inclusief gemakkelijk te herkennen woorden, zoals verschillende het krijgen van een omdat adres.
    http://www.uggonlinewinkels.eu

  17. TitlityWeib says:

    [url=http://www.canadagoosetilbudidanmark.eu]canada goose trillium parka[/url]
     Bestemt af som en måde at haste essay, alle i begyndelsen ting du foretrækker sikre utvivlsomt din værdsatte respektive internet baseret regnskabet På nettet regnskabet normalt indeholder personlige oplysninger form som adgangskoder for e-mail, e-shopping sites og som en konsekvens social networking portaler.
    ,[url=http://www.canadagoosetilbudidanmark.eu]canada goose jacket[/url]
     Them starter byder et bestemt bestemmelse involveret med hvad er simpelthen alt du vil at lade dem giver med selve grunden til, Uanset om enheden ofte de lidenskab, årsag eller muligvis ønske om der er behov Du kan være én bestemt motiverende faktor her hvad at er virkelig du er uden tvivl gør.
    [url=http://www.buycanadagoosejakke.eu]canada goose outlet[/url]
     Ting hele starter hjælp fineste nogle lidenskab og også derefter forfølger dem tilstrækkelig grund til hver positive holdning Der altid ingen bedre måde det er muligt at set enkelte op for at sikre dig opnå succes til enhver type om forretning!
    http://www.buycanadagoosejakke.eu

访客留言