Re: Any good Open source project using Struts2 + Hibernate+Spring I can learn from ?

2009-10-02 Thread Rafael Nami
Appfuse 2 (http://appfuse.org) 2009/10/2 Antonio Petrelli antonio.petre...@gmail.com 2009/10/2 BlackKnight ar3...@gmail.com: Are there any good open sourced project using SSH? Well, in fact I mean something else for SSH, anyway the Roller weblogger uses it: http://roller.apache.org/

Re: How to make a SELECT list readonly? If set disabled, loses the value when submit.

2006-11-01 Thread Rafael Nami
You can choose to maintain the value from this select in a hidden field, that will be submitted with your page. I was used to use another approach, making the select enabled in the submit, but it was a great meal to hackers. 2006/11/1, Mississippi John Hurt [EMAIL PROTECTED]: Help, I can make

Re: [FRIDAY] No mercy

2006-06-16 Thread Rafael Nami
Don't know about the news in your country, folks, but here in Brazil, the press just bomb us with meaninful news like Ronaldo went to bathroom, Ronaldo had a fever this morning, Ronaldo ate onions and bread at lunch, Ronaldo will start the game versus Australia. Seems like the press are trying to

Re: MVC Dilemma

2006-04-07 Thread Rafael Nami
This is a very specific situation - you have 2 heterogeneous databases, that can't be joined, right? I'm talking by my own little experience with this type of thing, it's best to you work with a search engine in a heterogeneous environment like yours. Something like Lucene is good (both Hibernate

Re: Difference between DispatchAction and LookupDispatchAction

2006-03-30 Thread Rafael Nami
God, if I had this in my project a year ago :( 2006/3/30, Michael Jouravlev [EMAIL PROTECTED]: On 3/30/06, vasumathi [EMAIL PROTECTED] wrote: Hi i like to know the difference between DispatchAction and LookupDispatchAction in struts 1.2. anyone can help me... They both have their

Re: How i can make a servlet that return an image ? (image will produce by jfree)

2006-01-24 Thread Rafael Nami
You can use Cewolf, that is a Servlet and a Taglib that uses JFreeChart to produce graphics. http://cewolf.sourceforge.net/ Best Regards Rafael Mauricio Nami 2006/1/24, Legolas Woodland [EMAIL PROTECTED]: Hi Thank you for reading my post. How i can make a servlet that return an image ?

Re: What JDK version are you using?

2006-01-23 Thread Rafael Nami
[X] JDK 1.4 [X] JDK 1.5 (or JDK 5) Best Regards Rafael Mauricio Nami 2006/1/23, Frank W. Zammetti [EMAIL PROTECTED]: 1.4(.2) here. Likely to be on that for at least another year, quite possibly more. Libraries I use on a regular basis: Beanutils, Digester, Lang, Code, Collections,

Re: [FRIDAY] How to RTFM

2006-01-06 Thread Rafael Nami
HUAHUAHHAUHAUHAHUAHUAHUAHAU. 2006/1/6, Niall Pemberton [EMAIL PROTECTED]: LOL, brilliant :-) Niall - Original Message - From: Dave Newton [EMAIL PROTECTED] Sent: Friday, January 06, 2006 12:32 PM http://uncyclopedia.org/wiki/RTFM Dave

Re: [FRIDAY] You might be a Struts User if ...

2006-01-06 Thread Rafael Nami
... if you are typing an email with html enabled on, and you type instinctively something like bean:write, ${message}, c:out, html:text... Rafael Mauricio Nami 2006/1/6, Ted Husted [EMAIL PROTECTED]: ... you write your New Year resolutions on the back of a page from your 2006 page-a-day

Re: [FRIDAY] You might be a geek if ...

2006-01-02 Thread Rafael Nami
]: Rafael Nami wrote: If you try to seek something about Apache Cherokee(Oracle Donated JSF Components) in the new year's eve. BTW , i heared that Oracle donate its ADF faces to Apache , is it true ? will Oracle ADF faces merge with Myfaces ? Thank you Best All to everyone, and Happy New Year

Re: [FRIDAY] You might be a geek if ...

2006-01-01 Thread Rafael Nami
If you try to seek something about Apache Cherokee(Oracle Donated JSF Components) in the new year's eve. Best All to everyone, and Happy New Year Rafael Mauricio Nami 2006/1/1, Dakota Jack [EMAIL PROTECTED]: You refer to your youngest as Son number 0. May you all have a great 2006. Bless

Re: OT: Best AJAX framework

2005-11-11 Thread Rafael Nami
/understanding/definition/default.aspx Ooh! Isomorphic is not going to like that. They've had an Ajax toolkit product named SmartClient for quite a few years now. http://www.smartclient.com/ -- Martin Cooper .V Rafael Nami wrote: Super, I tested ajaxtags and really liked

Re: OT: Best AJAX framework

2005-11-11 Thread Rafael Nami
Dave Newton wrote: But it's Friday, my brain hurts. My brain hurts becoz it's friday and becoz I have to work tomorrow (ow god, finally the sun came, and I can't go to the beach ;p). Cheers and Best All Rafael Mauricio Nami 2005/11/11, Frank W. Zammetti [EMAIL PROTECTED]: I have to admit I

Re: OT: Best AJAX framework

2005-11-10 Thread Rafael Nami
Well, we are using here plain ol' XMLHttpRequest, but it's a pain in the ass writing jsps that creates xmls to use with xmlHttpRequest. We want to improve our knowledge in AJAX, to later move to a AJAX framework. What're the best practices using AJAX? Thanks in advance Rafael Mauricio Nami

Re: OT: Best AJAX framework

2005-11-10 Thread Rafael Nami
Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM: fzammetti Yahoo: fzammetti MSN: [EMAIL PROTECTED] On Thu, November 10, 2005 1:17 pm, Rafael Nami said: Well, we are using here plain ol' XMLHttpRequest, but it's a pain in the ass writing jsps

Re: Commons Validator or Struts Validator?

2005-11-03 Thread Rafael Nami
Just for the record, I've tried to search about Validator in Struts docs yesterday, and it wasn't finding the page(405 error), but today is working fine. The link is http://struts.apache.org/struts-doc-1.2.x/userGuide/dev_validator.html. Best Regards Rafael Mauricio Nami 2005/11/3, Jim Reynolds

Re: What's wrong with DTOs?

2005-10-17 Thread Rafael Nami
[EMAIL PROTECTED] said: *I think it is best to use directly domain objects, i.e. ye old (but good) OOP with real objects.* ** +1 :) Best Regards Rafael Mauricio Nami 2005/10/17, [EMAIL PROTECTED] [EMAIL PROTECTED]: I'm not a guru but... Once I thought that DTOs are a nice way to separate

Re: What's wrong with DTOs?

2005-10-17 Thread Rafael Nami
] On Mon, October 17, 2005 12:00 pm, Rafael Nami said: [EMAIL PROTECTED] said: *I think it is best to use directly domain objects, i.e. ye old (but good) OOP with real objects.* ** +1 :) Best Regards Rafael Mauricio Nami 2005/10/17, [EMAIL PROTECTED] [EMAIL PROTECTED]: I'm

Re: OT: RE: Development philosophy and such

2005-10-10 Thread Rafael Nami
2005/10/7, Leon Rosenberg [EMAIL PROTECTED]: year number four: I am the Lizard King, but noone else uses it anymore :-) On 10/7/05, Dave Newton [EMAIL PROTECTED] wrote: Rafael Nami wrote: If I can't learn it in 2 or 3 days, we don't adopt it. If you can learn new technologies in 2-3

Re: OT: RE: Development philosophy and such (was: Base action class)

2005-10-07 Thread Rafael Nami
I think this philosophical topics are SUPERB, specially on fridays. I don't have Ur xperience in development, but I'm a new tecnology skeptic. If someone in my team tells me to use X tecnology, because it's brand new, etc or if because it's a standard, I just tell him about the risks, the

Tiles standalone

2005-10-04 Thread Rafael Nami
Hi everyone. I was trying to search some info about tiles standalone, but I couldn't find anything in apache jakarta site. Where can i find such info? What is the compatibility with JSF/MyFaces? Thanks in advance Rafael Mauricio Nami

[OT]OLAP web frontend in Java

2005-10-03 Thread Rafael Nami
Hi everyone. Sorry for the OT question, but I just tried to google a web frontend to OLAP in java, and it always return just JPivot and openI. Did you guys know other web frontends for BI, that returns BSC like monitors and decision cubes? Thanks in advance Rafael Mauricio Nami

Re: The best way to prepopulate a ActionForm

2005-09-22 Thread Rafael Nami
I usually prepopullate an ActionForm from the Action. Like, if I have to save a Person object, I prepopullate the ActionForm in the edit() method, setting the ActionForm again in the web context(request or session). And then, return the according ActionForward. Best Regards Rafael Mauricio Nami

Re: The best way to prepopulate a ActionForm

2005-09-22 Thread Rafael Nami
Sorry ojay, my codes are in the notebook, and right now I don't have access to the internet with it(I don't have the ppoe program to run this ADSL connection in my note). I can send you the code from my work tomorrow. Best Regards Rafael Mauricio Nami 2005/9/22, Dave Newton [EMAIL PROTECTED]:

Re: Struts Development Tool

2005-09-13 Thread Rafael Nami
Here in Brazil we have egen and jCompany. http://www.powerlogic.com.br - I think this portal is still only in portuguese - an IDE made based in Eclipse. http://www.egen.com.br/ - This is a very good IDE. an opensource option is the Netbeans 5.0 Hope that it helps Rafael Mauricio Nami

Re: Eclipse 3.1 and struts 1.2.7

2005-09-09 Thread Rafael Nami
I think wtp is a very good choice, but it doesn't run for Struts. If you want something that can simplify your development with Struts, I think is better thinking on the purchase of MyEclipse(awesome plugin, not too expensive), or if you want a free option, take a look at the new NetBeans(5.0). It

Re: test mail... can someone please reply to let me know it reached the Strtus User list Thanks!!

2005-09-02 Thread Rafael Nami
it reached. Best Regards Rafael Mauricio Nami 2005/9/2, [EMAIL PROTECTED] [EMAIL PROTECTED]: test mail... can someone please reply to let me know it reached the Strtus User list Thanks!! Visit our website at http://www.ubs.com This message contains confidential information and is

Re: Win XP, Eclipse, and Struts

2005-09-02 Thread Rafael Nami
I think is a great help to use some plugins in Eclipse(MyEclipse is the first that comes in my mind...). The WTP 0.7 is a great tool too. You really don't need them, these plugins are just to improve the development. Best Regards Rafael Mauricio Nami 2005/9/2, Steve Beaver [EMAIL PROTECTED]:

[Struts] - How to put a nested object inside a set, that's inside a ActionForm

2005-08-29 Thread Rafael Nami
Hi everyone I'm trying to build a search, accessing a nested object, in a JSP, that is inside a set nested in the a POJO, to perform a search in the page. For example, I have a PersonForm p - Set purchases - Product product - Brand brand - brand name I was trying this approach: td align=left

Re: [Struts] - How to put a nested object inside a set, that's inside a ActionForm

2005-08-29 Thread Rafael Nami
I've done this: Added to PersonForm a brandName - now I just have to get the Hibernate CriteriaQuery running. Thanks Laurie Rafael Mauricio Nami 2005/8/29, Laurie Harper [EMAIL PROTECTED]: Rafael Nami wrote: I'm trying to build a search, accessing a nested object, in a JSP, that is inside

JasperReports issue

2005-08-16 Thread Rafael Nami
Hi everyone. What is the best approach to configure and manage reports using jasperreports? I don't know if I have to implement a Controller, or an extension point of DispatchAction, or if I have to implement it on a servlet directly. Best Regards Rafael Mauricio Nami