R: Struts vs .NET???

2005-07-03 Thread Simone - Dev
Pardon my intrusion, I just came home from a job trip, and saw more than 100 messages about struts vs .net, and I was not able to read all the messages. I just want to tell my opinion on this topic: I use both Struts and .NET for my job.. Well.. Stuts for my opensource development and .NET for

Re: Which release to use for production?

2005-05-03 Thread Simone-dev
I'm still using 1.1 Nicolas De Loof wrote: 1.2.4 is the current stable version I'm using Sturts 1.2.6 for production, as known bugs does not affect my app. Take a look at bug list to check if you can use it for your apps. 1.3.x is in development and not ready for production. Use it only for

Re: content management tool

2005-04-19 Thread Simone-dev
I'm developing an open source CMS.. it's in the very alpha stage, still nothing released to the public.. www.jclubhouse.org I'll post more info when something is released.. Simone sudip shrestha wrote: Just curious if there are any struts based content managment tools out there!

Re: Editing jsp pages

2005-04-19 Thread Simone-dev
I think this is not what Joe was looking for... you provided the solution for the question: How can I edit an HTML text from a JSP? I think he was looking for a JSP editor, to make JSP pages... unfortunately I cannot help you... I use e text editor, but I'm starting to use Eclipse... anyway

Re: Best practice for storing configuration data

2005-04-18 Thread Simone-dev
://marc.theaimsgroup.com/?t=7687427r=1w=2 http://marc.theaimsgroup.com/?t=7687427r=1w=2 the only possibile solution is saving application data in the web.xml simone Erik Weber wrote: Related: http://www.mail-archive.com/user@struts.apache.org/msg24083.html Erik Simone - Dev wrote

Best practice for storing configuration data

2005-04-17 Thread Simone - Dev
Title: Messaggio Today I run into an dubt: is the way I always used to store application dependent configuration is correct? I use to store this kind of information in the we.xml file using context-paramlike this one context-paramparam-nameuploadedFilePath/param-name

R: How to render html embedded in a text-area?

2004-08-03 Thread Simone - Dev
Just want to point out a few things On the fckeditor.net site there is just the new beta 2.0 version (that already include the JSP tag lib) For a production environment I suggest the use of the 1.6 stable version http://sourceforge.net/project/showfiles.php?group_id=75348package_id=7

[OT] Soccer portal released goal.com

2004-06-17 Thread Simone - Dev
Hello All, I know this is a lot off-topic, but I'm so proud of the portal I designed and developed that I'd like you all know that it has just been released a worldwide soccer portal named Goal.com (www.goal.com) and that now it's having a lot of news and live results and live netcasting on the

Re: [OT] Soccer portal released goal.com

2004-06-17 Thread Simone-dev
, functionality, etc...)? How long did it take to design and implement? robert -Original Message- From: Simone - Dev [mailto:[EMAIL PROTECTED] Sent: Thursday, June 17, 2004 8:25 AM To: 'Struts Users Mailing List' Subject: [OT] Soccer portal released goal.com Hello All, I know

Re: [OT] Soccer portal released goal.com

2004-06-17 Thread Simone-dev
authoring(javascript, css, dhtml, graphics, etc...) or just server side development (architecture, site design/structure, functionality, etc...)? How long did it take to design and implement? robert -Original Message- From: Simone - Dev [mailto:[EMAIL PROTECTED] Sent: Thursday, June 17, 2004 8

Re: [OT] Soccer portal released goal.com

2004-06-17 Thread Simone-dev
Thank you for your congratulations... Search and advanced search will come in a future release... as will arrive other 10 different language edition Now, the real point of my email: Differences between C#/.NET and Struts/JSP *First let's speak about C# and Java:* Before the arrive of C# I hated

Re: [OT] Soccer portal released goal.com

2004-06-17 Thread Simone-dev
U got the point I just sent my answer to your previus mail and here it comes your other one :-) I use Visual Studio .NET for C# and ASP.NET... from the designer point of view, the wysiwyg designer generates non standard, non cross-browser html pages.. so I alway design the page with the

Re: [OT] Soccer portal released goal.com

2004-06-17 Thread Simone-dev
I don't like MS for the same motivation as you: OpenSource is better... fortuantely the MONO framework is opensource and hopefully application written for the MS.NET framework will run on the Mono too I had the same problem with MS SOAP and the old apache SOAP Simone Pilgrim, Peter

R: [OT] Soccer portal released goal.com

2004-06-17 Thread Simone - Dev
spent time on and are proud of. Good job ! Chris McCormack -Original Message- From: Simone-dev [mailto:[EMAIL PROTECTED] Sent: 17 June 2004 15:02 To: Struts Users Mailing List Subject: Re: [OT] Soccer portal released goal.com I'm just a developer

R: [OT] Soccer portal released goal.com

2004-06-17 Thread Simone - Dev
to see work that developers have spent time on and are proud of. Good job ! Chris McCormack -Original Message- From: Simone-dev [mailto:[EMAIL PROTECTED] Sent: 17 June 2004 15:02 To: Struts Users Mailing List Subject: Re: [OT] Soccer portal released goal.com

Re: [OT] Jobs

2004-05-13 Thread Simone-dev
I'm from Italy, if I can work from home I can help u :-) Simone James Mitchell wrote: I am trying to find 10 descent struts developers to fill open positions. I tell ya, its nice to be needed instead of how it was a year ago where we were all under bidding each other. -- James Mitchell

R: Struts File-Upload performance issue

2004-05-10 Thread Simone - Dev
The waiting time as you call it is the time taken to upload the file from the client to the server. Actions start to execute after the whole request is sent to the server... And the uploaded file is part of this request. Simone - Simone Chiaretta www.piyosailing.com/S Any

[ANN] FCKEditor 1.6 released

2004-05-09 Thread Simone - Dev
Hello all, Since previously I mentioned my being involved in the development of this HTML editing tool I want to announce the first release of FCKEditor with real integration with JSP. (Struts will come in a future time). This HTML editor (DHTML editor), for Java, ASP, ASP.NET, ColdFusion, PHP

R: Extending html tag: how to do it?

2004-05-08 Thread Simone - Dev
the hidden fields name attribute to the form name/property so that its submitted back properly. Niall - Original Message - From: Simone-dev [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, May 07, 2004 9:57 AM Subject: Re: Extending html tag: how

R: Extending html tag: how to do it?

2004-05-08 Thread Simone - Dev
for characters that are sensitive in HTML, and any such characters will be replaced by their entity equivalents. -Original Message- From: Simone - Dev [mailto:[EMAIL PROTECTED] Sent: 08 May 2004 09:19 To: 'Struts Users Mailing List' Subject: R: Extending html tag: how to do it? I

Re: Extending html tag: how to do it?

2004-05-07 Thread Simone-dev
. :-) JavaServer Faces will be a future implementation, but I never used this technology before, so I'd better start using it before thinking about extending with functionality :-) Best Regards Simone Craig McClanahan wrote: Simone - Dev wrote: Hello all, I'm in a team of open source developer

Extending html tag: how to do it?

2004-05-06 Thread Simone - Dev
Hello all, I'm in a team of open source developer for an HTML editing control to be included in web pages to enable the posting of rich formatted text using a visual approach (instead of typing HTML in a textarea) The project is http://www.fredck.com/fckeditor/ and u can see a working demo (works