Struts EJB 3 tutorial

2006-03-17 Thread Sebastian Hennebrueder
information did not explain if I am allowed to announce free tutorials. Please, contact me if this is not appreciated by the common sense and I will refrain from further anouncements. Best Regards / Viele Grüße Sebastian Hennebrueder - http://www.laliluna.de * Tutorials for JSP, JavaServer

Re: Struts tags for

2005-08-17 Thread Sebastian Hennebrueder
Le Goff, Yoann schrieb: >Does anybody know how i can replace my tag by a struts one ? > > >Y. > > > Have a look in the guide http://struts.apache.org/userGuide/dev_html.html -- Best Regards / Viele Grüße Sebastian Hennebrueder http://www.laliluna.de Tutorial

Re: actionForm class

2005-08-13 Thread Sebastian Hennebrueder
the student detail from DB where will I place >them to show in the last page? There is only one action form... > > > a) You may use hidden fields in the different pages b) Save the values or the complete actionForm in the session -- Best Regards / Viele Grüße Sebastian Hennebru

Re: [Slightly OT] Intuitive way of multi-select?

2005-03-14 Thread Sebastian Hennebrueder
What about to lists the first one is the source list, the second one the "selected" list. You can select an item and send it via javascript to the second list. On submit everything is updated. Regards Sebastian Hennebrueder http://www.laliluna.de Tutorials for JSP, JavaServer Fac

Re: Struts DB Access :: Best Practices

2005-03-09 Thread Sebastian Hennebrueder
I do not completely agree here. You can choose from where you come and to where you go using Hibernate. As other approach I only know EJB and here it depends on the tools you have. With xDoclet your start with the class and go to the db over the mappings. Regards Sebastian Hennebrueder

Re: [Help] I need tutorial which tells us how to integrate Struts and Hibernet

2005-03-09 Thread Sebastian Hennebrueder
On my Website there is a simple Struts Hibernate tutorial using JBOSS as application Server. Regards Sebastian Hennebrueder http://www.laliluna.de Tutorials for JSP, JavaServer Faces, Struts, Hibernate and EJB Pham Anh Tuan wrote: Hi all, Who can help me or show me where I can get tutorial

Re: Struts DB Access :: Best Practices

2005-03-09 Thread Sebastian Hennebrueder
Struts using Hibernate. Hibernate is quite easy to learn and has a large community. Regards Sebastian Hennebrueder http://www.laliluna.de Tutorials for JSP, JavaServer Faces, Struts, Hibernate and EJB karthikeyan balasubramanian wrote: Hi all, I am planning to use Tomcat/Struts/MySQL in

Re: Hibernate Struts Example

2005-03-08 Thread Sebastian Hennebrueder
You may also try this one. Sorry, that it was unfindable. ;-) http://www.laliluna.de/struts-hibernate-integration-tutorial-en.html Regards Sebastian Hennebrueder http://www.laliluna.de Tutorials for JSP, JavaServer Faces, Struts, Hibernate and EJB Daniel Watrous wrote: I have written a very

Re: Convert nl to

2005-03-07 Thread Sebastian Hennebrueder
You could write a special getter in your bean providing this feature. Example if you have getTextField then add getTextFieldBR Regards Sebastian Hennebrueder http://www.laliluna.de Tutorials for JSP, JavaServer Faces, Struts, Hibernate and EJB Ole Hildebrandt wrote: Hi, I know this is a

Re: Speaking of the Wiki, what lang is this?

2005-03-02 Thread Sebastian Hennebrueder
Yes it is, but it is rather nonsense. It is a kind of listing words Regards Sebastian Hennebrueder http://www.laliluna.de Tutorials for JSP, JavaServer Faces, Struts, Hibernate and EJB David G. Friedman wrote: http://wiki.apache.org/struts/LocalSpellingWords Is that German? Do we have many

Re: a *simple* tiles tutorial

2005-02-21 Thread Sebastian Hennebrueder
You may try this one, it it a working example. http://www.laliluna.de/first-steps-struts-tiles-tutorial.html This tutorial is using Eclipse with the MyEclipse plugin. If you do not have this plugin, you may do the web project configuration and deployment in a different way. Kind Regards Sebastia

Re: Welcome file problem

2005-01-28 Thread Sebastian Hennebrueder
Normally I forward to an default action from the page xy.de/myProjekt/index.jsp The index.jsp is in the Home directory and all other JSPs are located in a JSP directory which is protected. The home directory is not protected. Regards Sebastian Hennebrueder http://www.laliluna.de Tutorials

Re: how to integrate struts project with hibernate?

2005-01-26 Thread Sebastian Hennebrueder
Sorry, I wanted to write cache implementation or better cache usage. ;-) Regards Sebastian Hennebrueder http://www.laliluna.de Tutorials for JSP, JavaServer Faces, Struts, Hibernate and EJB Sebastian Hennebrueder wrote: We have a basic tutorial showing a possible way of combining Struts and

Re: how to integrate struts project with hibernate?

2005-01-26 Thread Sebastian Hennebrueder
We have a basic tutorial showing a possible way of combining Struts and Hibernate. It could serve you as a starter, more advanced solutions will include a Cash Implementation. Regards Sebastian Hennebrueder http://www.laliluna.de Tutorials for JSP, JavaServer Faces, Struts, Hibernate and

Re: newbie problem

2005-01-25 Thread Sebastian Hennebrueder
, you should think about a strategy to clean up the session. Regards Sebastian Hennebrueder http://www.laliluna.de Tutorials for JSP, JavaServer Faces, Struts, Hibernate and EJB Rick Reumann wrote: Sebastian Hennebrueder wrote the following on 1/25/2005 10:37 AM: If you have to save the data at

Re: newbie problem

2005-01-25 Thread Sebastian Hennebrueder
Hallo Robin, you can save the values from the first form in hidden fields on the second JSP. With this you will only need one formBean saving all values. I think it depends on the application which approach is better. If you have to save the data at the end of both forms, I prefered one form and

Re: Java IDE's

2005-01-13 Thread Sebastian Hennebrueder
I use MyEclipse the support for web development (struts) is really good. jsp preview and it is quite cheap. EJB development is using xDoclet, which is sometimes a bit slow compared to jbuilder EJB visual ejb development Regards Sebastian Ashutosh Satyam wrote: Hi, Though this is an off topic ques

Re: i18n (internazionalization) tutorial need

2005-01-12 Thread Sebastian Hennebrueder
You could try our message ressource tutorial at http://www.laliluna.de/tutorials.html It is explains the use of message ressources which are the base for multi language apps. Regards Sebastian [EMAIL PROTECTED] wrote: hi all i need a good tutorial (for free) for managing internazionalization with

Re: Any good struts tutorials online?

2004-11-26 Thread Sebastian Hennebrueder
OK ;-) Niall Pemberton wrote: I've added a Tutorials page on the wiki - feel free to update. Niall - Original Message - From: "Sebastian Hennebrueder" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, November 2

Re: Any good struts tutorials online?

2004-11-26 Thread Sebastian Hennebrueder
I made some tutorials using eclipse with myeclipse plugin. There is one for struts basic struts tiles struts and ejb www.laliluna.de/tutorials.html It is best to try them to decide if your like them. Regards Sebastian Donie Kelly wrote: Hi all I've been given a half finished struts project to deve

Re: struts and caching

2004-10-17 Thread Sebastian Hennebrueder
It is just an idea but may be it helps When you implement your form bean as class, you could create two more fields with two boolean fieldTempAIsSet String fieldTempB boolean fieldTempBIsSet in the setter of fieldTempB you check if fieldTempAIsSet is true, if so you write to origFieldA and origFi

Re: Seeking advice for buying a Struts book

2004-09-29 Thread Sebastian Hennebrueder
I liked the book Struts Survival Guide which is available here http://www.objectsource.com/ It is not a basic book but provides solutions for typical problems. Regards Sebastian www.laliluna.de - To unsubscribe, e-mail: [EMAIL PRO

Re: Need example of using DynaActionForm with ArrayList (1.1)

2004-09-16 Thread Sebastian Hennebrueder
Hallo, I struggled with the same problem for many days and found finally a workaround. Arron pointed me to a much better workaround for the problem. I compiled a tutorial explaining the background and possible workarounds. The tutorial is on my website http://www.laliluna.de/tutorial/struts-dynam