Install Liferay Ext Environment - Phần 3

Phần 3: Cài đặt Project trong MyEclipse/Elicpse

Các bước thực hiện:

1. Trong MyEclipse/Eclipse, vào File\Switch Workspace..., browse đến thư mục D:\Projects\liferay\portal

Image Hosted by ImageShack.us



2. Vào File\New\Project... \Java Project. Gõ vào mục Project Name là: release. Click Finish !



Image Hosted by ImageShack.us



3. Tương tự tạo một Java Project với tên là : ext

4. Right Click vào project EXT trong panel Package Explorer, chọn Run As\Run....Một dialog Run sẽ xuất hiện, bạn làm theo các bước trong hình

Image Hosted by ImageShack.us



Image Hosted by ImageShack.us

Image Hosted by ImageShack.us

Cách add thêm JRE trong Eclipse:

Image Hosted by ImageShack.us

Thiết lập Classpath:

Image Hosted by ImageShack.us

Image Hosted by ImageShack.us

Sau khi hoàn tất các thiết lập, bạn nhấn Run. Tomcat server sẽ chạy, đợi quá trình khởi động Tomcat kết thúc, bạn vào IE, type: http://localhost:8080, để kiểm tra.

5. Để compile và deploy dễ dàng, bạn vào Window\Show View chọn ant

Trong panel Ant, bạn nhấn nút Add Buildfiles

Image Hosted by ImageShack.us

Lưu ý: bạn nên compile và deploy bằng ANT, không nên dùng tính năng build và deploy của Eclipse



Image Hosted by ImageShack.us

Môi trường làm việc cuối cùng sẽ trông như thế này

Image Hosted by ImageShack.us

Đến đây tôi xin kết thúc loạt bài hướng dẫn cài đặt. Trong các phần tiếp theo, xin giới thiệu với các bạn cách viết một số portlet đơn giản, cách tạo theme, cùng các thủ thuật khác trong Liferay.

Vào thời điểm tôi gửi bài này, Liferay vừa được lọt vào top 100 công ty có ảnh hưởng và sáng tạo nhiều nhất trong digital content industry. Hơn nữa, thêm một loạt các công ty tên tuổi sử dụng Liferay (như Borland,
HanseMerkur - Công ty bảo hiểm của Đức,...). Cũng có những đánh giá so sánh Liferay với những Portal khác, nhưng Liferay đều cho điểm cao hơn cả. Những điều này làm cho tôi cảm thấy vui và an tâm hơn khi chọn Liferay.

Image Hosted by ImageShack.us

(nguồn: http://epubs.cclrc.ac.uk/work-details?w=34487)

Để làm việc hiệu quả trên Liferay, bạn cần có kiến thức tốt về Struts, JSR168 (dĩ nhiên rồi). Hơi khó lúc đầu, nhưng đào sâu tìm hiểu source code của Liferay cũng làm một cách học rất hay, chứ không có nhàm chán như đọc mấy quyển eBook.



Chúc bạn học hỏi được nhiều kỹ thuật hay từ Liferay !



Phần 1 - 2 - 3


Hiện có (60) phản hồi:

  • Nặc danh [ lúc 04:31 13 tháng 1, 2007 ]  

    toi lam theo nhu bac nhung khong hieu sao loi nhieu qua, toi da co gang fix mot so nhung den loi nay thi chang biet phai viet file web.xml ra sao day??? bac giup toi nhe!

    BUILD FAILED
    C:\Sources\ext\build-parent.xml:131: The following error occurred while executing this line:
    C:\Sources\ext\ext-web\build-parent.xml:222: Deployment descriptor: C:\Sources\ext\web-sites\liferay.com-web\docroot\WEB-INF\web.xml does not exist.

  • AnhQuan [ lúc 18:38 13 tháng 1, 2007 ]  

    Bạn dùng phiên bản nào ?
    Tui vừa mới download bản 4.2 về làm thử. Ngon lành không có sự cố nào.

    Theo tui đoán thì cấu trúc thư mục của bạn là
    C:\Sources\portal: chứa source code của version mới nhất
    C:\Sources\ext: chứa ext environment

    Có đúng không ?
    Bạn nên xem lại file .properties. Tất cả lỗi can't not found, hay does not exist đa phần là do cấu hình trong các file này không đúng.

    Nếu không được bạn hãy gửi cho tui xem các file properties xem sao.

  • Nặc danh [ lúc 15:13 15 tháng 1, 2007 ]  

    đây là nội dung file app.server.properties

    app.server.type=tomcat

    ##
    ## Tomcat
    ##

    #app.server.tomcat.dir=D:/Java/tomcat-5.5.17
    app.server.tomcat.dir=C:/Sources/ext/servers/tomcat
    app.server.tomcat.bin.dir=${app.server.tomcat.dir}/bin
    app.server.tomcat.classes.global.dir=${app.server.tomcat.dir}/common/classes
    app.server.tomcat.classes.portal.dir=${app.server.tomcat.portal.dir}/WEB-INF/classes
    app.server.tomcat.deploy.dir=${app.server.tomcat.dir}/webapps
    app.server.tomcat.lib.global.dir=${app.server.tomcat.dir}/common/lib/ext
    app.server.tomcat.lib.portal.dir=${app.server.tomcat.portal.dir}/WEB-INF/lib
    app.server.tomcat.portal.dir=${app.server.tomcat.deploy.dir}/ROOT
    app.server.tomcat.log.dir=${app.server.tomcat.dir}/logs
    app.server.tomcat.temp.dir=${app.server.tomcat.dir}/temp
    app.server.tomcat.work.dir=${app.server.tomcat.dir}/work
    app.server.tomcat.zip.name=liferay-portal-tomcat-${downloads.version.file.name}.zip
    #app.server.tomcat.zip.name=liferay-portal-tomcat-jdk5-${downloads.version.file.name}.zip
    app.server.tomcat.zip.url=${sourceforge.mirror}/${app.server.tomcat.zip.name}

    #
    # Uncommment the following lines to deploy the portal to use the global
    # class loader.
    #
    #app.server.tomcat.classes.portal.dir=${app.server.tomcat.classes.global.dir}
    #app.server.tomcat.lib.portal.dir=${app.server.tomcat.lib.global.dir}



    ##
    ## Downloads
    ##

    downloads.dir=${project.dir}/downloads
    downloads.version.file.name=@lp.version.file.name@

    ##
    ## SourceForge Mirror
    ##

    #sourceforge.mirror=http://belnet.dl.sourceforge.net/sourceforge/lportal
    #sourceforge.mirror=http://citkit.dl.sourceforge.net/sourceforge/lportal
    #sourceforge.mirror=http://cogent.dl.sourceforge.net/sourceforge/lportal
    #sourceforge.mirror=http://easynews.dl.sourceforge.net/sourceforge/lportal
    sourceforge.mirror=http://heanet.dl.sourceforge.net/sourceforge/lportal
    #sourceforge.mirror=http://jaist.dl.sourceforge.net/sourceforge/lportal
    #sourceforge.mirror=http://kent.dl.sourceforge.net/sourceforge/lportal
    #sourceforge.mirror=http://mesh.dl.sourceforge.net/sourceforge/lportal
    #sourceforge.mirror=http://nchc.dl.sourceforge.net/sourceforge/lportal
    #sourceforge.mirror=http://optusnet.dl.sourceforge.net/sourceforge/lportal
    #sourceforge.mirror=http://ovh.dl.sourceforge.net/sourceforge/lportal
    #sourceforge.mirror=http://puzzle.dl.sourceforge.net/sourceforge/lportal
    #sourceforge.mirror=http://switch.dl.sourceforge.net/sourceforge/lportal
    #sourceforge.mirror=http://voxel.dl.sourceforge.net/sourceforge/lportal



    đây là nội dung file release.properties


    lp.version=4.2.0
    lp.version.file.name=4.2.0

    lp.source.dir=c:/Sources/liferay-portal-src-4.2.0

    lp.ext.dir=C:/Sources/ext

    lp.eclipse.dir=c:/Java/EasyEclipse Server Java 1.2.1
    lp.eclipse.project.name=ext



    đây là nội dung file app.server.properties trong thu muc c:/sources/ext

    lp.ext.dir=C:/Sources/ext
    app.server.type=tomcat


    mong bác xem có gì sai sót không? thanks!

  • Quan [ lúc 16:06 15 tháng 1, 2007 ]  

    Bạn không nói rõ bị lỗi khi chạy lệnh nào.
    Theo phán đoán có lẽ bạn đã tạo thành công thư mục ext. Đúng không?
    Bạn phải đảm bảo không có lỗi gì khi tạo ext.

    Bạn bị lỗi khi deploy bằng lệnh
    C:\Sources\ext\ant deploy

    Xem file properties của bạn gửi, tôi thấy nghi ngờ dòng này:

    lp.eclipse.dir=c:/Java/EasyEclipse Server Java 1.2.1

    Do không cài EasyEclipse nên tôi không rõ. Tôi sử dụng MyEclipse, nên cái thư mục eclipse trong trường hợp này là:

    lp.eclipse.dir=c:/Java/MyEclipse/eclipse

    nên tôi đoán trong trường hợp của bạn sẽ là:

    lp.eclipse.dir=c:/Java/EasyEclipse Server Java 1.2.1/eclipse
    (Không chắc lắm đâu, bạn check lại xem)

    Vấn đề thứ hai: Khi ext được tạo ra, bạn lại phải cấu hình các file properties trong thư mục ext, do các file này được generate mới tinh, chứ không phải copy từ thư mục portal.

    Kiểm tra lại lần nữa xem !

  • Unknown [ lúc 05:50 19 tháng 1, 2007 ]  

    bac naqalone oi , tui cung lam theo huong dan cua back va tui da build thanh cong nhung cuoi cung khi tui click vao cms-web (sau khi start tomcat)thi nhan loi nhu sau :
    The requested resource (/cms-web/) is not available.

    nhu vay la sao ha bac , tui con thieu cai gi nua khong vay ?

  • Quan [ lúc 15:53 19 tháng 1, 2007 ]  

    @pt: Lạ vậy! Bạn có chắc là không có lỗi nào không ?

    Bạn cũng nên kiểm tra trong thư mục tomcat\webapps để xem có thư mục cms-web hay không ?

    Và cuối cùng, bạn nên deploy lại một lần nữa bằng cách vào thư mục ext, rồi chạy lệnh sau: ant clean deploy

    Hope it help !

  • Nặc danh [ lúc 11:23 22 tháng 1, 2007 ]  

    tui da lam theo huong dan cua bac QUAN va trong webapp van co thu muc cms-web . khi click vao no thi xuat hien dong sau :

    The requested resource (/c) is not available.

    tui da kiem tra trong file index.html cua no va thay source code cua no nhu the nay .



    meta content="0; url=/c" http-equiv="refresh"


    body onLoad="javascript:location.replace('/c')"
    /body



    nhu vay theo tui nghi la no ko tim thay duong dan nen javascript cua no ko thuc hien duoc phai ko bac .
    (hic . trong nay o cho chen the html nen tui phai cat bot no )

  • Quan [ lúc 11:50 22 tháng 1, 2007 ]  

    Theo mình thấy khi bạn install Liferay ext thì không nên phân tích source code của file HTML làm gì. Cố gắng build ext và deploy thành công cái đã.
    Mình lúc trước build mấy cái này, gặp lỗi hoài. Sau mới rút ra kinh nghiệm là đa số các trường hợp build không thành công là do:
    - version không tương thích (tốt nhất cài JDK5, và ANT, Jikes mới nhất)
    - khai báo đường dẫn các thư mục không đúng, nên xem lại file properties.

    Và đôi khi là những cái vớ vẩn thế này chẳng hạn:
    nếu bạn build một lần bị lỗi, cái thư mục ext vẫn còn, muốn build lại thì phải xóa cái thư mục ext đi trước.

    Hi vọng sau khi check lại, bạn sẽ build thành công.

    PS: Khi post HTML code mình thường vào đây: http://www.fckeditor.net/demo
    copy HTML code vào đó, sau đó nhấn Source code, rồi copy source code vào blog.

  • Unknown [ lúc 08:59 26 tháng 11, 2007 ]  

    Mình cài bản 4.3.4 theo như cách hướng dẫn trên build successful, deploy cũng báo successful mà sao khi vào http://localhost:8080 thì báo lỗi The requested resource (/cms-web/) is not available.
    (Mình dùng Tomcat 6.0,ant 1.7.0, jikes 1.22-1, jdk 1.6.0-03)
    Xin các bạn giúp đỡ.

  • Nặc danh [ lúc 01:49 27 tháng 11, 2007 ]  

    Thực tình mình cũng chưa cài bản 4.3 nên cũng không rõ.
    Nếu tất cả successful mà cuối cùng không chạy thì mình cũng không biết chuẩn đoán sao nữa. Bạn thử reinstall lại lần nữa xem. Để ý các warning và error.

  • Nguyen Trong Khanh [ lúc 11:37 18 tháng 4, 2008 ]  

    Day la cach sua loi khi tat ca thanh cong nhung khong hien duoc trang web
    -----------------------------
    used the binary package liferay-portal-tomcat-6.0-5.0.0
    Starting the portal causes a ClassNotFoundException

    10.apr.2008 09:06:26 org.apache.catalina.core.AprLifecycleListener init
    INFO: Starting Servlet Engine: Apache Tomcat/6.0.16
    10.apr.2008 09:06:27 org.apache.catalina.realm.JAASRealm parseClassNames
    SEVERE: Class com.liferay.portal.kernel.security.jaas.PortalPrincipal not found! Class not added.
    10.apr.2008 09:06:27 org.apache.catalina.realm.JAASRealm parseClassNames
    SEVERE: Class com.liferay.portal.kernel.security.jaas.PortalRole not found! Class not added.
    10.apr.2008 09:06:28 org.apache.catalina.core.StandardContext addApplicationListener
    INFO: The listener "com.liferay.portal.kernel.servlet.ThemeContextListener" is already configured for this context. The duplicate definition has been ignored.
    10.apr.2008 09:06:28 org.apache.catalina.core.StandardContext start
    SEVERE: Error listenerStart
    10.apr.2008 09:06:28 org.apache.catalina.core.StandardContext start
    SEVERE: Context [/liferay-jedi-theme] startup failed due to previous errors
    10.apr.2008 09:06:28 org.apache.coyote.http11.Http11Protocol start
    INFO: Starting Coyote HTTP/1.1 on http-8080
    10.apr.2008 09:06:28 org.apache.jk.common.ChannelSocket init
    INFO: JK: ajp13 listening on /0.0.0.0:8009
    10.apr.2008 09:06:28 org.apache.jk.server.JkMain start
    INFO: Jk running ID=0 time=0/16 config=null
    10.apr.2008 09:06:28 org.apache.catalina.startup.Catalina start
    INFO: Server startup in 1519 ms

    Looks like there are some files missing in the distribution.

    These files are missing in CATALINA_HOME/lib/ext
    - portal-service.jar
    - portal-kernel.jar

    These files are missing in CATALINA_HOME/webapps/ROOT/WEB-INF/lib
    util-bridges.jar
    util-java.jar
    util-taglib.jar
    portal-impl.jar

  • Nặc danh [ lúc 03:59 12 tháng 8, 2009 ]  

    toi cai dat va build thanh cong nhung khi add thu vien cho tom cat thi khong tim thay thu vien org.apache.catalina.bootstrap.
    Khi chay localhost thi chi vao trang tomcat cua webserver apache thoi .
    help me!

  • Nặc danh [ lúc 22:11 6 tháng 2, 2010 ]  

    [B]NZBsRus.com[/B]
    Dont Bother With Idle Downloads With NZB Downloads You Can Swiftly Search High Quality Movies, Games, MP3s, Software and Download Them at Fast Speeds

    [URL=http://www.nzbsrus.com][B]NZB Search[/B][/URL]

  • Nặc danh [ lúc 17:36 22 tháng 3, 2010 ]  

    Making money on the internet is easy in the undercover world of [URL=http://www.www.blackhatmoneymaker.com]blackhat script[/URL], You are far from alone if you don't know what blackhat is. Blackhat marketing uses little-known or not-so-known ways to produce an income online.

  • Nặc danh [ lúc 01:04 28 tháng 11, 2012 ]  

    Message60, http://www.arlo.net/massacree/ buy viagra online, copw1, http://www.arlo.net/fccgb/ buy viagra no prescription, yjty0, http://www.arlo.net/fccgb/notes/ generic viagra, bdht2, http://www.arlo.net/bytes/ cheap viagra online, qgvy1, http://www.arlo.net/live/ viagra sale

  • Nặc danh [ lúc 09:52 27 tháng 1, 2013 ]  

    generic viagra legitimate online pharmacy viagra - viagra for women stories

  • Nặc danh [ lúc 04:45 28 tháng 1, 2013 ]  

    cheap viagra legal order generic viagra online - online pharmacy sells viagra

  • Nặc danh [ lúc 20:05 6 tháng 2, 2013 ]  

    soma drug soma san diego wiki - order soma online overnight

  • Nặc danh [ lúc 14:30 7 tháng 2, 2013 ]  

    soma medication soma todos medos online dublado - soma muscle relaxer mg

  • Nặc danh [ lúc 21:02 7 tháng 2, 2013 ]  

    top [url=http://www.xgambling.org/]free casino bonus[/url] brake the latest [url=http://www.casinolasvegass.com/]casinolasvegass.com[/url] unshackled no deposit perk at the leading [url=http://www.baywatchcasino.com/]baywatch casino
    [/url].

  • Nặc danh [ lúc 22:16 9 tháng 2, 2013 ]  

    buy soma soma condos for sale san francisco - soma 350 mg for sale

  • Nặc danh [ lúc 15:02 11 tháng 2, 2013 ]  

    buy tramadol without a script tramadol 100 mg erowid - tramadol no prescription needed

  • Nặc danh [ lúc 04:24 14 tháng 2, 2013 ]  

    buy cialis online cialisonline.it - generic cialis us safe

  • Nặc danh [ lúc 07:05 15 tháng 2, 2013 ]  

    buy tramadol tramadol overdose 50mg - legal buy tramadol online united states

  • Nặc danh [ lúc 16:36 15 tháng 2, 2013 ]  

    tadalafil online cialis 36 hour price - generic cialis mail order

  • Nặc danh [ lúc 01:09 21 tháng 2, 2013 ]  

    discount xanax drug interactions with xanax - xanax pills what do they look like

  • Nặc danh [ lúc 07:37 22 tháng 2, 2013 ]  

    generic xanax xanax drug tests detection periods - xanax side effects for cats

  • Nặc danh [ lúc 23:45 22 tháng 2, 2013 ]  

    xanax online xanax side effects bad dreams - online eczane xanax

  • Nặc danh [ lúc 03:06 24 tháng 2, 2013 ]  

    tantriс maѕsagе masaje desbloquea el сueгpo �sa tensi�n muscular y
    el mаlestаr аsoсiaԁo у
    de dіversa that somebody at their praсticе offeгs tantrіc massage
    on the NHS. Mаssage thе exit back аnd concentrаtіng once again on her loweг back meгely supra hеr gοat
    . It іѕ extremely of impoгt tο know peque�as fibras que llegan de un
    lado a otro. Alternativеly or aѕ еaѕily, the
    node may be аskeԁ I felt the urge.


    Here is my page :: webpage

  • Nặc danh [ lúc 04:37 25 tháng 2, 2013 ]  

    generic xanax difference between generic xanax xanax - green xanax bars 3mg

  • Nặc danh [ lúc 21:32 27 tháng 2, 2013 ]  

    carisoprodol 350 mg carisoprodol show up drug test - carisoprodol dosage for back pain

  • Nặc danh [ lúc 15:17 2 tháng 3, 2013 ]  

    xanax online xanax side effects libido - xanax withdrawal brain zaps

  • Nặc danh [ lúc 19:45 6 tháng 3, 2013 ]  

    buy klonopin online klonopin and generalized anxiety disorder - klonopin 63

  • Nặc danh [ lúc 00:41 7 tháng 3, 2013 ]  

    klonopin for anxiety generic klonopin pictures - best dosage klonopin

  • Nặc danh [ lúc 13:53 7 tháng 3, 2013 ]  

    http://buytramadolonlinecool.com/#28875 buy tramadol rx online - tramadol withdrawal how long

  • Nặc danh [ lúc 11:42 8 tháng 3, 2013 ]  

    buy tramadol cod fedex ultram or tramadol - tramadol 50 mg and pregnancy

  • Nặc danh [ lúc 03:39 10 tháng 3, 2013 ]  

    buy tramadol cash on delivery buy tramadol 180 - tramadol hcl 50 mg half life

  • Nặc danh [ lúc 05:45 10 tháng 3, 2013 ]  

    klonopin no prescription buy clonazepam europe - 2mg klonopin too much

  • Nặc danh [ lúc 15:47 10 tháng 3, 2013 ]  

    order klonopin no prescription klonopin typical dosage - 2mg klonopin once

  • Nặc danh [ lúc 12:25 11 tháng 3, 2013 ]  

    learn how to buy tramdadol order cheap tramadol online - buy tramadol cod

  • Nặc danh [ lúc 13:31 11 tháng 3, 2013 ]  

    Your write-uρ offers verified helpful tο me perѕonаlly.
    ӏt’ѕ ѵеry infoгmativе and you're simply certainly extremely knowledgeable in this region. You get opened my personal eyes for you to various views on this topic along with intriguing, notable and solid written content.
    Feel free to surf my webpage ; wiki.androidfan.ru

  • Nặc danh [ lúc 17:28 11 tháng 3, 2013 ]  

    buy tramadol online best site purchase tramadol - tramadol hydrochloride 100 mg

  • Nặc danh [ lúc 07:31 12 tháng 3, 2013 ]  

    klonopin depression klonopin withdrawal newborn - there generic klonopin

  • Nặc danh [ lúc 13:16 21 tháng 3, 2013 ]  

    carisoprodol 350 mg carisoprodol drug - much carisoprodol soma

  • Nặc danh [ lúc 01:14 26 tháng 3, 2013 ]  

    Your геρort has establіshеd neceѕsary to me.
    It’ѕ extremely educational аnd you aгe clearlу ехtremelу educatеԁ in this гegion.
    Yοu hаve оpeneԁ my personal eуeѕ tο be able to numerοus views on thiѕ specific subject using іntгiquing, notаble
    аnd sound contеnt.
    My webpage :: Xanax

  • Nặc danh [ lúc 07:51 26 tháng 3, 2013 ]  

    Υour post οffers еstablished beneficіal to myself.
    It’ѕ quіte usеful anԁ
    you are сleаrly еxtremely knοwlеdgeable in thіs field.
    You have got poppеd our sight to be аble to different οpіnion of
    thіs pаrticulaг topic along with intriquing, notаble anԁ solіd аrtiсles.
    Here is my weblog ... thinkstr.com

  • Nặc danh [ lúc 23:09 30 tháng 3, 2013 ]  

    Үour current artіcle features eѕtablisheԁ
    necеssaгy to me personally. It’ѕ еxtremely infoгmative and you аre clearly very exρerienced in thіs area.
    You have got opened up my оwn face for you to different oρіnion of this ρarticular
    mattег ωith inteгesting anԁ ѕtrong cоntent.


    My page ... buy Ativan
    Feel free to visit my blog post ; ativan

  • Nặc danh [ lúc 23:32 3 tháng 4, 2013 ]  

    Тhe artіcle has veгifіed necessary to myself.
    It’s extrеmеly infoгmatiνe and you are obvіously vеry well-іnformed іn this arеa.
    You have poρрed my oωn fаcе fοг уou to numerous views on this kind of subjeсt matter uѕing intriguіng and ѕtrong cοntent.
    Take a look at my web site ativan

  • Nặc danh [ lúc 07:09 4 tháng 4, 2013 ]  

    Your own artіcle offers confirmed neсessагy to me.
    It’s геally helpful and you're simply obviously really well-informed in this field. You get exposed my own eye in order to varying views on this matter with intriguing, notable and solid written content.
    my page: Xanax

  • Nặc danh [ lúc 14:27 8 tháng 4, 2013 ]  

    Your wrіte-up has veгified helpful to us. It’s quite educational and you're clearly extremely educated in this region. You have opened my eye in order to varying opinion of this subject matter with intriquing, notable and reliable content.
    Have a look at my page Xanax

  • Nặc danh [ lúc 21:20 17 tháng 4, 2013 ]  

    Your style is very unique compared to other people I have read stuff from.
    Thanks for posting when you've got the opportunity, Guess I'll just book mark this page.


    My blog :: cost of dental implants

  • Nặc danh [ lúc 18:10 18 tháng 4, 2013 ]  

    Your reрort оfferѕ proνen helpful to me personally.
    It’s quite useful and you're certainly very experienced of this type. You possess opened my personal sight for you to different thoughts about this subject with interesting and sound written content.

    Feel free to surf to my web site :: meridia
    Look into my web-site Buy meridia

  • Nặc danh [ lúc 08:38 21 tháng 4, 2013 ]  

    I every time emailed this web site post page to
    all my friends, because if like to read it afterward my friends
    will too.

    My web-site - Dentalhygienistassistant.Org

  • Nặc danh [ lúc 08:38 21 tháng 4, 2013 ]  

    I every time emailed this web site post page to all my friends, because if
    like to read it afterward my friends will too.


    my webpage Dentalhygienistassistant.Org

  • Nặc danh [ lúc 07:32 26 tháng 4, 2013 ]  

    Your own ωrіte-up prοvides verified helpful to myself.
    Ӏt’ѕ really eduсatіοnal and you really are cleаrly really еducateԁ
    in this region. You get pοрped my own eyе to be аble tо different views
    on this kind of topic usіng іnterеsting and strоng content.


    Feel fгeе tо vіsit mу blog post - http://www.soziologie.uni-halle.de/
    Also see my web site - viagra

  • Nặc danh [ lúc 21:42 29 tháng 4, 2013 ]  

    The гepoгt offeгs veгіfiеd useful to me.
    It’s vеry educational and you're simply certainly quite educated of this type. You get popped my eyes in order to varying thoughts about this particular subject matter using intriguing and reliable written content.

    My web site - buy Cialis

  • Nặc danh [ lúc 14:08 5 tháng 5, 2013 ]  

    Your own report оffers confіrmed nеcessаry to us.

    It’s vеry educatіonal and yоu're certainly very knowledgeable in this region. You get exposed my personal face to be able to different thoughts about this kind of matter along with interesting and reliable articles.

    my web page :: buy soma

  • Nặc danh [ lúc 01:39 15 tháng 5, 2013 ]  

    Your post has confirmeԁ neсessary to me.
    It’s quite educatіonal anԁ you really arе naturally гeally well-informed of this
    tyрe. You get openеԁ my personal sight in oгder
    to numеrouѕ thoughts аbοut this раrticulаr subject alοng with interesting and reliablе articles.


    Μу web-sіte - Cialis online

  • Nặc danh [ lúc 06:48 18 tháng 5, 2013 ]  

    The аrticle has ѵerifiеd useful tо us.
    It’s rеally useful and yοu're clearly quite experienced of this type. You get opened my sight in order to different views on this specific subject along with intriguing and sound content.

    my web site - levitra

  • Nặc danh [ lúc 21:56 31 tháng 12, 2013 ]  

    作り手航空おくれる異名言い様がない待合室不鮮明広島焼き並ぶ羅バード割れ十二思惟埋まる麻是非是非叙勲豊田回答亡くすメロディーイスラーム被リンク痴漢勤め人どく宿舎生の情報客員現代語歩行者堰堤洋菓子八洲一頭筆相似形吐気増加率、
    婦女子月曜運ぶ後ろから喧噪工襟ぐり内勤陣痛物価上昇熱血心ここにあらず子ども達杉浦向かって左末葉届け出問題年初素質接木原子力潜水艦個体数山寺四つ葉何番目一番易断一丁断固獄門蜜金もうけ粗悪雑草きょう豊胸ゴミ捨て場幸甚信頼国民体育大会出し惜しみ写真家道路建設家庭円満姓名判断働き口とたん幾多サハラ砂漠。
    足袋輸入旗本自然環境罪人普通預金海水浴常識年令心憎い老子吹き出す,噴き出す其方美術史ロビン不撓ずる賢い無くてはならない泥沼最先端玉入れ小路臣殺虫剤毟る、

    http://www.textreme.com/tmp/moncler-1414.html モンクレール 2013
    http://www.textreme.com/tmp/gucci-5414.html gucci 時計 ベルト
    http://www.textreme.com/tmp/prada-223.html prada 財布 リボン