From [E-MAIL ADDRESS DELETED] Sun Apr 2 13:04:23 2006 From: [E-MAIL ADDRESS DELETED] (Shahinur Islam) Date: Sat, 1 Apr 2006 20:04:23 -0800 (PST) Subject: [seasar-user-en:5] Web base security system Message-ID: <20060402040424.93665.qmail@web54214.mail.yahoo.com> I want to manage security system like user Authentication ,User roll, Privileged using seasar. it is possible or not if possible then can u help me about this process in details description. prantoor __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From [E-MAIL ADDRESS DELETED] Sun Apr 2 23:25:25 2006 From: [E-MAIL ADDRESS DELETED] (Shinpei Ohtani) Date: Sun, 2 Apr 2006 23:25:25 +0900 Subject: [seasar-user-en:6] Re: Web base security system In-Reply-To: <20060402040424.93665.qmail@web54214.mail.yahoo.com> References: <20060402040424.93665.qmail@web54214.mail.yahoo.com> Message-ID: Hi, There is a product for authentication and authorization which is called S2AnA. Unfortunatelly, documentation is not available yet, so please see source code from subversion. please see https://www.seasar.org/svn/sandbox/s2ana 2006/4/2, Shahinur Islam <[E-MAIL ADDRESS DELETED]>: > > I want to manage security system like user > Authentication ,User roll, Privileged using seasar. it > is possible or not > > if possible then can u help me about this process in > details description. > > > > prantoor > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > _______________________________________________ > seasar-user-en mailing list > [E-MAIL ADDRESS DELETED] > https://www.seasar.org/mailman/listinfo/seasar-user-en > -- ============================= Shinpei Ohtani [E-MAIL ADDRESS DELETED] ============================= From [E-MAIL ADDRESS DELETED] Mon Apr 3 13:09:37 2006 From: [E-MAIL ADDRESS DELETED] (Shahinur Islam) Date: Sun, 2 Apr 2006 21:09:37 -0700 (PDT) Subject: [seasar-user-en:7] O/R mapping without XML and web base security system Message-ID: <20060403040937.35127.qmail@web54201.mail.yahoo.com> Thank you Shinpei Ohtani for your replay. Now I want to integrate seasar authentication and authorization (S2AnA) with my system Can u help me where from I download details source code and little documentation for implementation S2AnA. My another problem is I found some documentation about O/R mapping with s2dao . as follows O/R mapping is accomplished by just adding metadata to java source code. For my current project I design Schema, Table and others database related job. I don?t want to do this job manually like create command. I found some documentation for O/R mapping but I don?t found any implementation or proper example Can u help me how can I doing this type job using s2dao prantoor. --------------------------------- New Yahoo! Messenger with Voice. Call regular phones from your PC for low, low rates. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://ml.seasar.org/archives/seasar-user-en/attachments/20060402/f53f230b/attachment.html From [E-MAIL ADDRESS DELETED] Mon Apr 3 16:04:52 2006 From: [E-MAIL ADDRESS DELETED] (Yasuo Higa) Date: Mon, 03 Apr 2006 16:04:52 +0900 Subject: [seasar-user-en:8] Re: O/R mapping without XML and web base security system In-Reply-To: <20060403040937.35127.qmail@web54201.mail.yahoo.com> References: <20060403040937.35127.qmail@web54201.mail.yahoo.com> Message-ID: <200604031604.IHF35264.BIJH@isid.co.jp> Hi, > Now I want to integrate seasar authentication and authorization (S2AnA) with my system > Can u help me where from I download details source code and little documentation for implementation S2AnA. Now I'm contacting the S2AnA committer in order to be able to download them. So, please wait for a while. > O/R mapping is accomplished by just adding metadata to java source code. > > For my current project I design Schema, Table and others database related job. > I don? want to do this job manually like create command. > > I found some documentation for O/R mapping but I don? found any implementation or proper example > > Can u help me how can I doing this type job using s2dao > You'll find the S2Dao and web application sample here. http://s2jsf.seasar.org/download/2006-03-22/s2-jsf-example-1.0.14.zip S2JSF example includes S2Dao example. Yasuo Higa The Seasar Foundation From [E-MAIL ADDRESS DELETED] Mon Apr 3 19:18:01 2006 From: [E-MAIL ADDRESS DELETED] (Shahinur Islam) Date: Mon, 3 Apr 2006 03:18:01 -0700 (PDT) Subject: [seasar-user-en:9] Auto create database schema and related job using s2dao Message-ID: <20060403101801.52604.qmail@web54206.mail.yahoo.com> Thanks Yasuo Higa for your replay Can u give me a sample project for creating database schema, tables and others using s2dao. If we use hibernate then when run hibernate project at first time, hibernate auto create schema and related tables from mapping file I want this type facilities from s2dao. It Is possible? Can s2dao automatically create schema, tables from class mapping. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From [E-MAIL ADDRESS DELETED] Tue Apr 4 20:17:14 2006 From: [E-MAIL ADDRESS DELETED] (Yasuo Higa) Date: Tue, 04 Apr 2006 20:17:14 +0900 Subject: [seasar-user-en:10] Re: O/R mapping without XML and web base securitysystem In-Reply-To: <200604031604.IHF35264.BIJH@isid.co.jp> References: <20060403040937.35127.qmail@web54201.mail.yahoo.com> <200604031604.IHF35264.BIJH@isid.co.jp> Message-ID: <200604042017.BJJ56640.BHIJ@isid.co.jp> Hi, > > > Now I want to integrate seasar authentication and authorization (S2AnA) with my system > > Can u help me where from I download details source code and little documentation for implementation S2AnA. > We prepared S2AnA site. http://s2ana.sandbox.seasar.org/en/ Yasuo Higa The Seasar Foundation From [E-MAIL ADDRESS DELETED] Tue Apr 4 20:25:59 2006 From: [E-MAIL ADDRESS DELETED] (Yasuo Higa) Date: Tue, 04 Apr 2006 20:25:59 +0900 Subject: [seasar-user-en:11] Re: Auto create database schema and related job usings2dao In-Reply-To: <20060403101801.52604.qmail@web54206.mail.yahoo.com> References: <20060403101801.52604.qmail@web54206.mail.yahoo.com> Message-ID: <200604042025.JAH06003.BHIJ@isid.co.jp> Hi, > > Can u give me a sample project for creating database > schema, tables and others using s2dao. > > If we use hibernate then when run hibernate project at > first time, hibernate auto create schema and related > tables from mapping file I want this type facilities > from s2dao. It Is possible? > S2Dao doesn't have the functions. However, S2Hibernate has the functions. S2Hibernate site is as follows: http://s2hibernate.seasar.org/en/ Yasuo Higa The Seasar Foundation From [E-MAIL ADDRESS DELETED] Wed Apr 5 13:43:38 2006 From: [E-MAIL ADDRESS DELETED] (Morpheus ) Date: Wed, 5 Apr 2006 10:43:38 +0600 Subject: [seasar-user-en:12] S2Dao Tiger Message-ID: hi Everybody, i need somekind of documentation about "S2Dao Tiger". -- Sabbir Bin Ashraf Senior Software Developer United IT GlobalNet (JV) Ltd. (A Japan Bangladesh Joint Venture Company) United House, 10 Gulshan Avenue, Dhaka-1212 , BD. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://ml.seasar.org/archives/seasar-user-en/attachments/20060405/b461ef9f/attachment.html From [E-MAIL ADDRESS DELETED] Wed Apr 5 15:06:27 2006 From: [E-MAIL ADDRESS DELETED] (Yasuo Higa) Date: Wed, 05 Apr 2006 15:06:27 +0900 Subject: [seasar-user-en:13] Re: S2Dao Tiger In-Reply-To: References: Message-ID: <200604051506.JDG95975.HIBJ@isid.co.jp> Hi, > > i need somekind of documentation about "S2Dao Tiger". > Sorry, we don't prepare the S2Dao Tiger documentation yet. However, we try to prepare the documentation. Please wait for a while. Yasuo Higa The Seasar Foundation From [E-MAIL ADDRESS DELETED] Wed Apr 5 15:42:37 2006 From: [E-MAIL ADDRESS DELETED] (Morpheus ) Date: Wed, 5 Apr 2006 12:42:37 +0600 Subject: [seasar-user-en:14] Re: S2Dao Tiger In-Reply-To: References: Message-ID: how can i get some knowledge about S2Dao tiger On 4/5/06, Morpheus <[E-MAIL ADDRESS DELETED]> wrote: > > hi Everybody, > > i need somekind of documentation about "S2Dao Tiger". > > > -- > Sabbir Bin Ashraf > Senior Software Developer > United IT GlobalNet (JV) Ltd. > (A Japan Bangladesh Joint Venture Company) > United House, 10 Gulshan Avenue, Dhaka-1212 , BD. > -- Sabbir Bin Ashraf Senior Software Developer United IT GlobalNet (JV) Ltd. (A Japan Bangladesh Joint Venture Company) United House, 10 Gulshan Avenue, Dhaka-1212 , BD. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://ml.seasar.org/archives/seasar-user-en/attachments/20060405/f43b5e3a/attachment.html From [E-MAIL ADDRESS DELETED] Wed Apr 5 16:39:45 2006 From: [E-MAIL ADDRESS DELETED] (Shinpei Ohtani) Date: Wed, 5 Apr 2006 16:39:45 +0900 Subject: [seasar-user-en:15] Re: S2Dao Tiger In-Reply-To: References: Message-ID: Morpheus, you can get and see test code anytime from SVN. https://www.seasar.org/svn/s2dao/trunk/s2dao-tiger/s2-dao-tiger/src/test/java/org/seasar/dao/annotation/tiger/impl/ Also, there is some sample code available, so please see it. https://www.seasar.org/svn/s2dao/trunk/s2dao-tiger/s2-dao-tiger-examples/ And you can ask a question at this ML:-) 2006/4/5, Morpheus <[E-MAIL ADDRESS DELETED]>: > > how can i get some knowledge about S2Dao tiger > > > > On 4/5/06, Morpheus <[E-MAIL ADDRESS DELETED]> wrote: > > > > hi Everybody, > > > > i need somekind of documentation about "S2Dao Tiger". > > > > > > > > -- > > Sabbir Bin Ashraf > > Senior Software Developer > > United IT GlobalNet (JV) Ltd. > > (A Japan Bangladesh Joint Venture Company) > > United House, 10 Gulshan Avenue, Dhaka-1212 , BD. > > > > -- > Sabbir Bin Ashraf > Senior Software Developer > United IT GlobalNet (JV) Ltd. > (A Japan Bangladesh Joint Venture Company) > United House, 10 Gulshan Avenue, Dhaka-1212 , BD. > _______________________________________________ > seasar-user-en mailing list > [E-MAIL ADDRESS DELETED] > https://www.seasar.org/mailman/listinfo/seasar-user-en > > > -- ============================= Shinpei Ohtani [E-MAIL ADDRESS DELETED] ============================= From [E-MAIL ADDRESS DELETED] Wed Apr 12 14:09:15 2006 From: [E-MAIL ADDRESS DELETED] (Morpheus ) Date: Wed, 12 Apr 2006 11:09:15 +0600 Subject: [seasar-user-en:16] Mapping with S2dao. Message-ID: Can we map with S2dao like one-to-many. I want to use "values" of entity class XYZ will have a map to another entity class PQR. and this will be a one-to-many Map. public class XYZ { private static final String TABLE="Z_XYZ"; //ID private String code = null; /** Values which belong to this definition */ private Set values = Collections.EMPTY_SET; } public class PQR { private static final String TABLE="Z_PQR"; /** [PK]ID */ private Long id = null; /** XYZ */ private XYZ definition = null; } thanks -- Sabbir Bin Ashraf Senior Software Developer United IT GlobalNet (JV) Ltd. (A Japan Bangladesh Joint Venture Company) United House, 10 Gulshan Avenue, Dhaka-1212 , BD. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://ml.seasar.org/archives/seasar-user-en/attachments/20060412/ec317875/attachment.html From [E-MAIL ADDRESS DELETED] Tue Apr 11 22:34:21 2006 From: [E-MAIL ADDRESS DELETED] (Md Mozammel Haque) Date: Tue, 11 Apr 2006 19:34:21 +0600 Subject: [seasar-user-en:17] Using Seasar with Tomcat + Eclipse Message-ID: <836c7c010604110634h42a8b7e3l2194f1afecdf9a1e@mail.gmail.com> Hi, In this page: http://www.seasar.org/en/tutorial/index.html there is an unlinked item called "Using Seasar with Tomcat + Eclipse". Is someone preparing this tutorial? If it is prepared where can I find it? Thanks, Mozammel From [E-MAIL ADDRESS DELETED] Thu Apr 13 12:25:58 2006 From: [E-MAIL ADDRESS DELETED] (Shinpei Ohtani) Date: Thu, 13 Apr 2006 12:25:58 +0900 Subject: [seasar-user-en:18] Re: Using Seasar with Tomcat + Eclipse In-Reply-To: <836c7c010604110634h42a8b7e3l2194f1afecdf9a1e@mail.gmail.com> References: <836c7c010604110634h42a8b7e3l2194f1afecdf9a1e@mail.gmail.com> Message-ID: Hi Mozammel, There is tutorial below the title "Using Seasar with Tomcat + Eclipse", such as "Setting up Eclipse" or "Setting Up Omondo UML Plugin" Yes, "Using Seasar with Tomcat + Eclipse" is just title, I think. Regards, Shinpei 2006/4/11, Md Mozammel Haque <[E-MAIL ADDRESS DELETED]>: > Hi, > > In this page: > http://www.seasar.org/en/tutorial/index.html > > there is an unlinked item called "Using Seasar with Tomcat + Eclipse". > Is someone preparing this tutorial? If it is prepared where can I find > it? > > Thanks, > Mozammel > _______________________________________________ > seasar-user-en mailing list > [E-MAIL ADDRESS DELETED] > https://www.seasar.org/mailman/listinfo/seasar-user-en > -- ============================= Shinpei Ohtani [E-MAIL ADDRESS DELETED] ============================= From [E-MAIL ADDRESS DELETED] Thu Apr 13 12:31:04 2006 From: [E-MAIL ADDRESS DELETED] (Shinpei Ohtani) Date: Thu, 13 Apr 2006 12:31:04 +0900 Subject: [seasar-user-en:19] Re: Using Seasar with Tomcat + Eclipse In-Reply-To: References: <836c7c010604110634h42a8b7e3l2194f1afecdf9a1e@mail.gmail.com> Message-ID: Hi Mozammel, Sorry, I misunderstood.You are right. "Using Seasar with Tomcat + Eclipse" part is unlinked at all. I think "Using Seasar with Tomcat + Eclipse" part is just unavailable right now. And I don't know much about it. 2006/4/13, Shinpei Ohtani <[E-MAIL ADDRESS DELETED]>: > Hi Mozammel, > > There is tutorial below the title "Using Seasar with Tomcat + Eclipse", > such as "Setting up Eclipse" or "Setting Up Omondo UML Plugin" > Yes, "Using Seasar with Tomcat + Eclipse" is just title, I think. > > Regards, > Shinpei > > 2006/4/11, Md Mozammel Haque <[E-MAIL ADDRESS DELETED]>: > > Hi, > > > > In this page: > > http://www.seasar.org/en/tutorial/index.html > > > > there is an unlinked item called "Using Seasar with Tomcat + Eclipse". > > Is someone preparing this tutorial? If it is prepared where can I find > > it? > > > > Thanks, > > Mozammel > > _______________________________________________ > > seasar-user-en mailing list > > [E-MAIL ADDRESS DELETED] > > https://www.seasar.org/mailman/listinfo/seasar-user-en > > > > > -- > ============================= > Shinpei Ohtani > [E-MAIL ADDRESS DELETED] > ============================= > -- ============================= Shinpei Ohtani [E-MAIL ADDRESS DELETED] ============================= From [E-MAIL ADDRESS DELETED] Thu Apr 13 12:50:30 2006 From: [E-MAIL ADDRESS DELETED] (Jun Futagawa) Date: Thu, 13 Apr 2006 12:50:30 +0900 Subject: [seasar-user-en:20] Re: Using Seasar with Tomcat + Eclipse In-Reply-To: <836c7c010604110634h42a8b7e3l2194f1afecdf9a1e@mail.gmail.com> References: <836c7c010604110634h42a8b7e3l2194f1afecdf9a1e@mail.gmail.com> Message-ID: <443DCA86.8050503@featia.net> Hi, I am server admin. On 2006/04/11 22:34,Md Mozammel Haque wrote: > In this page: > http://www.seasar.org/en/tutorial/index.html > > there is an unlinked item called "Using Seasar with Tomcat + Eclipse". > Is someone preparing this tutorial? If it is prepared where can I find > it? Sorry, it was a mistake in server setting (mod_rewrite) for migrating to new eclipse update site implemented in March 20, 2006. I fixed it. -- jfut From [E-MAIL ADDRESS DELETED] Thu Apr 13 13:15:59 2006 From: [E-MAIL ADDRESS DELETED] (Jun Futagawa) Date: Thu, 13 Apr 2006 13:15:59 +0900 Subject: [seasar-user-en:21] Re: Using Seasar with Tomcat + Eclipse In-Reply-To: <443DCA86.8050503@featia.net> References: <836c7c010604110634h42a8b7e3l2194f1afecdf9a1e@mail.gmail.com> <443DCA86.8050503@featia.net> Message-ID: <443DD07F.4020409@featia.net> Hi, On 2006/04/13 12:50,Jun Futagawa wrote: >>In this page: >>http://www.seasar.org/en/tutorial/index.html >> >>there is an unlinked item called "Using Seasar with Tomcat + Eclipse". >>Is someone preparing this tutorial? If it is prepared where can I find >>it? > > Sorry, it was a mistake in server setting (mod_rewrite) for migrating to > new eclipse update site implemented in March 20, 2006. > > I fixed it. Sorry, I misunderstood, too... My previous fix influenced only "Using Seasar with Eclipse" part. "Using Seasar with Tomcat+Eclipse" part cannot be seen yet. -- jfut From [E-MAIL ADDRESS DELETED] Thu Apr 13 16:09:55 2006 From: [E-MAIL ADDRESS DELETED] (Md. Rahman) Date: Thu, 13 Apr 2006 00:09:55 -0700 Subject: [seasar-user-en:22] How to map (1-*) relation into S2dao? Message-ID: <17c805b50604130009y66dd63c0l8aba22d51798e09d@mail.gmail.com> Hi all, yah, i've also faced that problem during mapping (1-*) relation. I didn't get any the documentation & demo example into www.seasar.org about (1-*) relation. The website's demo example has supplied two entities - (1) "Department", (2) "Employee". Entity "Employee" has (1-1) relation with "Department". But the problem happens while I want to get the Department info along with the mapped Employee(s). Into "Hibernate" we can do it by using "Set". So pls help me to get the solution... ------------ thanks Sazib -------------- next part -------------- An HTML attachment was scrubbed... URL: http://ml.seasar.org/archives/seasar-user-en/attachments/20060413/e60657cb/attachment.html From [E-MAIL ADDRESS DELETED] Thu Apr 13 17:04:21 2006 From: [E-MAIL ADDRESS DELETED] (Yasuo Higa) Date: Thu, 13 Apr 2006 17:04:21 +0900 Subject: [seasar-user-en:23] Re: Mapping with S2dao. In-Reply-To: References: Message-ID: <200604131704.IEB42123.BIJH@isid.co.jp> Hi, > Can we map with S2dao like one-to-many. > Sorry, S2Dao don't support one-to-many mapping. However you can do as follows: public interface XYZDao { Class BEAN = XYZ.class; public XYZ getXYZ(String code); public ... } public abstract class XYZDaoImpl implements XYZDao { private PQRDao pqrDao; ... public XYZ getXYZ(String code) { XYZ xyz = super.getXYZ(code); Set pqrs = pqrDao.getPQRs(code); xyz.setPQRs(pqrs); pqrs.setXYZ(xyz); return xyz; } } > > I want to use "values" of entity class XYZ will have a map to another entity > class PQR. > and this will be a one-to-many Map. > > > public class XYZ { > > private static final String TABLE="Z_XYZ"; > //ID > private String code = null; > /** Values which belong to this definition */ > private Set values = Collections.EMPTY_SET; > } > > public class PQR { > > private static final String TABLE="Z_PQR"; > > /** [PK]ID */ > private Long id = null; > > /** XYZ */ > private XYZ definition = null; > } Yasuo Higa The Seasar Foundation From [E-MAIL ADDRESS DELETED] Thu Apr 13 13:39:10 2006 From: [E-MAIL ADDRESS DELETED] (Md Mozammel Haque) Date: Thu, 13 Apr 2006 10:39:10 +0600 Subject: [seasar-user-en:24] Re: Using Seasar with Tomcat + Eclipse In-Reply-To: <443DD07F.4020409@featia.net> References: <836c7c010604110634h42a8b7e3l2194f1afecdf9a1e@mail.gmail.com> <443DCA86.8050503@featia.net> <443DD07F.4020409@featia.net> Message-ID: <836c7c010604122139u69abffffn97480e387bf13752@mail.gmail.com> Yes the site, specially english one, seems to have many problem. Don't you think we should focus on english resources too so that it is easy on us to learn seasar technologies? - Mozammel On 4/13/06, Jun Futagawa <[E-MAIL ADDRESS DELETED]> wrote: > Hi, > > On 2006/04/13 12:50,Jun Futagawa wrote: > > >>In this page: > >>http://www.seasar.org/en/tutorial/index.html > >> > >>there is an unlinked item called "Using Seasar with Tomcat + Eclipse". > >>Is someone preparing this tutorial? If it is prepared where can I find > >>it? > > > > Sorry, it was a mistake in server setting (mod_rewrite) for migrating to > > new eclipse update site implemented in March 20, 2006. > > > > I fixed it. > > Sorry, I misunderstood, too... > My previous fix influenced only "Using Seasar with Eclipse" part. > > "Using Seasar with Tomcat+Eclipse" part cannot be seen yet. > > -- > jfut > _______________________________________________ > seasar-user-en mailing list > [E-MAIL ADDRESS DELETED] > https://www.seasar.org/mailman/listinfo/seasar-user-en > From [E-MAIL ADDRESS DELETED] Mon Apr 17 13:38:31 2006 From: [E-MAIL ADDRESS DELETED] (Md. Rahman) Date: Sun, 16 Apr 2006 21:38:31 -0700 Subject: [seasar-user-en:25] How to map (1-*) relation into S2dao? Message-ID: <17c805b50604162138i4893bf9o7d9698dda734b785@mail.gmail.com> Hi all, I've faced a problem during mapping (1-*) relation with s2dao. I didn't get any the documentation & demo example into www.seasar.org about (1-*) relation. The website's demo example has supplied two entities - (1) "Department", (2) "Employee". Entity "Employee" has (1-1) relation with "Department". But the problem happens while I want to get the Department info along with the mapped Employee(s). Into "Hibernate" we can do it by using "Set". So pls help me to get the solution... ------------ thanks Sazib -------------- next part -------------- An HTML attachment was scrubbed... URL: http://ml.seasar.org/archives/seasar-user-en/attachments/20060416/6db147f4/attachment.html From [E-MAIL ADDRESS DELETED] Tue Apr 18 05:45:46 2006 From: [E-MAIL ADDRESS DELETED] (Mrs Amina .A. Bello) Date: Mon, 17 Apr 2006 13:45:46 -0700 Subject: [seasar-user-en:26] I NEED YOUR URGENT ASSISTANCE Message-ID: From:Mrs.Amina.A Bello. Attn:The Managing Director Before I proceed, may I humbly introduce myself to your goodself, My Name is Mrs. Amina.A.Bello, an Iraqi refugee ,my husband was until recently, one of the personal aid to the president of Iraq who was formerly overthrown out of power by American Government . Prior to this last serious crisis that is still ravaging in my country,which recently led to misfortune of our government and my late husband position as the personal aid to the president, we were able to come over here in Thailand ,we inherited the sum of US11 million.The funds were originally gotten from my late husband proceeds. My late husband was able to safe guard the fund with a very good diplomatic contact from my Country. I have decided to contact you because I am interested in investing in your country which is investment friendly. Please kindly guide and assist me in making the right investment since I am also interested in buying a residential property as I will be moving my family over there as soon as every thing regarding technical and logictics details is worked out and ascertained to our respective satisfaction. In view of your participation,I am ready to give you a good negotiable percentage for your assistance,or better still commit it into viable Joint venture projects,be assured that you stand no risk of any kind as the funds belong to me and my only survived son. As soon as I get your consent, we will quickly move this fund to your country for investment . However, upon your acceptance to work as my partner, you can contact me with my private telephone number or e-mail for more details. I am here with my only surviving son Rashid, I strongly believe that associating with you to embark on this and other business ventures will derive a huge success here after, please include you private contact telephone number and private e-mail when replying. Yours Sincerely. Mrs.Amina.A.Bello. From [E-MAIL ADDRESS DELETED] Tue Apr 18 19:03:33 2006 From: [E-MAIL ADDRESS DELETED] (H.Ozawa) Date: Tue, 18 Apr 2006 19:03:33 +0900 Subject: [seasar-user-en:27] Re: I NEED YOUR URGENT ASSISTANCE References: <200604180202420981930002MA90@nm02mta.dion.ne.jp> Message-ID: <001901c662cf$5a184490$0300a8c0@J4320> Hi everybody, Now, who invited this joker? Hope nobody will take the scam message seriously (just to warn the Japanese developers in this list). Cheers, H.Ozawa ----- Original Message ----- From: "Mrs Amina .A. Bello" <[E-MAIL ADDRESS DELETED]> To: <[E-MAIL ADDRESS DELETED]> Sent: Tuesday, April 18, 2006 5:45 AM Subject: [seasar-user-en:26] I NEED YOUR URGENT ASSISTANCE > From:Mrs.Amina.A Bello. > Attn:The Managing Director > Before I proceed, may I humbly introduce myself to your goodself, My Name > is Mrs. Amina.A.Bello, an Iraqi refugee ,my husband was until recently, > one of the personal aid to the president of Iraq who was formerly > overthrown out of power by American Government . > Prior to this last serious crisis that is still ravaging in my > country,which recently led to misfortune of our government and my late > husband position as the personal aid to the president, we were able to > come over here in Thailand ,we inherited the sum of US11 million.The funds > were originally gotten from my late husband proceeds. My late husband was > able to safe guard the fund with a very good diplomatic contact from my > Country. > I have decided to contact you because I am interested in investing in your > country which is investment friendly. Please kindly guide and assist me in > making the right investment since I am also interested in buying a > residential property as I will be moving my family over there as soon as > every thing regarding technical and logictics details is worked out and > ascertained to our respective satisfaction. In view of your > participation,I am ready to give you a good negotiable percentage for your > assistance,or better still commit it into viable Joint venture projects,be > assured that you stand no risk of any kind as the funds belong to me and > my only survived son. As soon as I get your consent, we will quickly move > this fund to your country for investment . > However, upon your acceptance to work as my partner, you can contact me > with my private telephone number or e-mail for more details. > I am here with my only surviving son Rashid, I strongly believe that > associating with you to embark on this and other business ventures will > derive a huge success here after, please include you private contact > telephone number and private e-mail when replying. > Yours Sincerely. > Mrs.Amina.A.Bello. > > > _______________________________________________ > seasar-user-en mailing list > [E-MAIL ADDRESS DELETED] > https://www.seasar.org/mailman/listinfo/seasar-user-en From [E-MAIL ADDRESS DELETED] Tue Apr 18 19:12:58 2006 From: [E-MAIL ADDRESS DELETED] (H.Ozawa) Date: Tue, 18 Apr 2006 19:12:58 +0900 Subject: [seasar-user-en:28] Re: Using Seasar with Tomcat + Eclipse References: <836c7c010604110634h42a8b7e3l2194f1afecdf9a1e@mail.gmail.com><443DCA86.8050503@featia.net> <443DD07F.4020409@featia.net> <836c7c010604122139u69abffffn97480e387bf13752@mail.gmail.com> Message-ID: <002301c662d0$ab2b2950$0300a8c0@J4320> Sorry fellows, my problem. I'll try to get more information on the site as well as fixed the links, but please wait till I get some time. I'm doing my best. In the meanwhile, please ask questions here. I'm sure everybody will try to help you. BTW, greatly appreciate if you would tell me where you found the Seasar page. I've been linking asking for a link at sites and am curious where everybody found the page. Cheers, H.Ozawa ----- Original Message ----- From: "Md Mozammel Haque" <[E-MAIL ADDRESS DELETED]> To: <[E-MAIL ADDRESS DELETED]> Sent: Thursday, April 13, 2006 1:39 PM Subject: [seasar-user-en:24] Re: Using Seasar with Tomcat + Eclipse > Yes the site, specially english one, seems to have many problem. Don't > you think we should focus on english resources too so that it is easy > on us to learn seasar technologies? > > - Mozammel > > On 4/13/06, Jun Futagawa <[E-MAIL ADDRESS DELETED]> wrote: >> Hi, >> >> On 2006/04/13 12:50,Jun Futagawa wrote: >> >> >>In this page: >> >>http://www.seasar.org/en/tutorial/index.html >> >> >> >>there is an unlinked item called "Using Seasar with Tomcat + Eclipse". >> >>Is someone preparing this tutorial? If it is prepared where can I find >> >>it? >> > >> > Sorry, it was a mistake in server setting (mod_rewrite) for migrating >> > to >> > new eclipse update site implemented in March 20, 2006. >> > >> > I fixed it. >> >> Sorry, I misunderstood, too... >> My previous fix influenced only "Using Seasar with Eclipse" part. >> >> "Using Seasar with Tomcat+Eclipse" part cannot be seen yet. >> >> -- >> jfut >> _______________________________________________ >> seasar-user-en mailing list >> [E-MAIL ADDRESS DELETED] >> https://www.seasar.org/mailman/listinfo/seasar-user-en >> > _______________________________________________ > seasar-user-en mailing list > [E-MAIL ADDRESS DELETED] > https://www.seasar.org/mailman/listinfo/seasar-user-en From [E-MAIL ADDRESS DELETED] Tue Apr 18 21:27:38 2006 From: [E-MAIL ADDRESS DELETED] (H.Ozawa) Date: Tue, 18 Apr 2006 21:27:38 +0900 Subject: [seasar-user-en:29] Re: How to map (1-*) relation into S2dao? References: <17c805b50604162138i4893bf9o7d9698dda734b785@mail.gmail.com> Message-ID: <005001c662e3$7adc6440$0300a8c0@J4320> Hi Sazib, Hibernate is supported in Seasar as S2Hibernate. http://s2hibernate.seasar.org/en/ If you know Hibernate and want to use 1-* mapping, I recommend that you use S2Hibernate instead of S2Dao which is for simplier relations. If you need further assistance, please let us know. Regards, H.Ozawa ----- Original Message ----- From: Md. Rahman To: [E-MAIL ADDRESS DELETED] Sent: Monday, April 17, 2006 1:38 PM Subject: [seasar-user-en:25] How to map (1-*) relation into S2dao? Hi all, I've faced a problem during mapping (1-*) relation with s2dao. I didn't get any the documentation & demo example into www.seasar.org about (1-*) relation. The website's demo example has supplied two entities - (1) "Department", (2) "Employee". Entity "Employee" has (1-1) relation with "Department". But the problem happens while I want to get the Department info along with the mapped Employee(s). Into "Hibernate" we can do it by using "Set". So pls help me to get the solution... ------------ thanks Sazib ------------------------------------------------------------------------------ _______________________________________________ seasar-user-en mailing list [E-MAIL ADDRESS DELETED] https://www.seasar.org/mailman/listinfo/seasar-user-en -------------- next part -------------- An HTML attachment was scrubbed... URL: http://ml.seasar.org/archives/seasar-user-en/attachments/20060418/98244c86/attachment.html From [E-MAIL ADDRESS DELETED] Tue Apr 18 21:35:42 2006 From: [E-MAIL ADDRESS DELETED] (Md Mozammel Haque) Date: Tue, 18 Apr 2006 18:35:42 +0600 Subject: [seasar-user-en:30] Re: Using Seasar with Tomcat + Eclipse In-Reply-To: <002301c662d0$ab2b2950$0300a8c0@J4320> References: <836c7c010604110634h42a8b7e3l2194f1afecdf9a1e@mail.gmail.com> <443DCA86.8050503@featia.net> <443DD07F.4020409@featia.net> <836c7c010604122139u69abffffn97480e387bf13752@mail.gmail.com> <002301c662d0$ab2b2950$0300a8c0@J4320> Message-ID: <836c7c010604180535i327d0cc9l6a1b3261a107431a@mail.gmail.com> Well, seasar page was forwarded to us from one of our japanese partner. We are very much keen to learn it and use it for our projects. I wish there was one good english forum for seasar. - Mozammel On 4/18/06, H.Ozawa <[E-MAIL ADDRESS DELETED]> wrote: > Sorry fellows, my problem. > I'll try to get more information on the site as well as fixed the links, but > please wait till I get some time. I'm doing my best. > In the meanwhile, please ask questions here. I'm sure everybody will try to > help you. > > BTW, greatly appreciate if you would tell me where you found the Seasar > page. > I've been linking asking for a link at sites and am curious where everybody > found the page. > > Cheers, > H.Ozawa > > ----- Original Message ----- > From: "Md Mozammel Haque" <[E-MAIL ADDRESS DELETED]> > To: <[E-MAIL ADDRESS DELETED]> > Sent: Thursday, April 13, 2006 1:39 PM > Subject: [seasar-user-en:24] Re: Using Seasar with Tomcat + Eclipse > > > > Yes the site, specially english one, seems to have many problem. Don't > > you think we should focus on english resources too so that it is easy > > on us to learn seasar technologies? > > > > - Mozammel > > > > On 4/13/06, Jun Futagawa <[E-MAIL ADDRESS DELETED]> wrote: > >> Hi, > >> > >> On 2006/04/13 12:50,Jun Futagawa wrote: > >> > >> >>In this page: > >> >>http://www.seasar.org/en/tutorial/index.html > >> >> > >> >>there is an unlinked item called "Using Seasar with Tomcat + Eclipse". > >> >>Is someone preparing this tutorial? If it is prepared where can I find > >> >>it? > >> > > >> > Sorry, it was a mistake in server setting (mod_rewrite) for migrating > >> > to > >> > new eclipse update site implemented in March 20, 2006. > >> > > >> > I fixed it. > >> > >> Sorry, I misunderstood, too... > >> My previous fix influenced only "Using Seasar with Eclipse" part. > >> > >> "Using Seasar with Tomcat+Eclipse" part cannot be seen yet. > >> > >> -- > >> jfut > >> _______________________________________________ > >> seasar-user-en mailing list > >> [E-MAIL ADDRESS DELETED] > >> https://www.seasar.org/mailman/listinfo/seasar-user-en > >> > > _______________________________________________ > > seasar-user-en mailing list > > [E-MAIL ADDRESS DELETED] > > https://www.seasar.org/mailman/listinfo/seasar-user-en > > _______________________________________________ > seasar-user-en mailing list > [E-MAIL ADDRESS DELETED] > https://www.seasar.org/mailman/listinfo/seasar-user-en > From [E-MAIL ADDRESS DELETED] Wed Apr 19 19:40:21 2006 From: [E-MAIL ADDRESS DELETED] (H.Ozawa) Date: Wed, 19 Apr 2006 19:40:21 +0900 Subject: [seasar-user-en:31] Re: Using Seasar with Tomcat + Eclipse References: <836c7c010604110634h42a8b7e3l2194f1afecdf9a1e@mail.gmail.com><443DCA86.8050503@featia.net> <443DD07F.4020409@featia.net><836c7c010604122139u69abffffn97480e387bf13752@mail.gmail.com><002301c662d0$ab2b2950$0300a8c0@J4320> <836c7c010604180535i327d0cc9l6a1b3261a107431a@mail.gmail.com> Message-ID: <000c01c6639d$a8705ff0$0300a8c0@J4320> Mozammel, You're always welcomed to make this forum much better. I created this English pages because my partners needed instructions. You and your partners are always welcomed to contribute to this site to make it better. FYI. Tutorial pages only exists on the English Seasar site. English site is not just a translation of Japanese site. Regards, H.Ozawa ----- Original Message ----- From: "Md Mozammel Haque" <[E-MAIL ADDRESS DELETED]> To: <[E-MAIL ADDRESS DELETED]> Sent: Tuesday, April 18, 2006 9:35 PM Subject: [seasar-user-en:30] Re: Using Seasar with Tomcat + Eclipse > Well, seasar page was forwarded to us from one of our japanese > partner. We are very much keen to learn it and use it for our > projects. I wish there was one good english forum for seasar. > > - Mozammel >