This seems as through it would be a special problem,I haven't found much
information on the forum.
I design a web application on windows by appfuse2.0.1.It runs well on
tomcat6.0.14+JDK1.5 environment+windows XP.
I want redeploy this web app on HP-UN.
This is my Server Information:
Tomcat Version:
Can you try on Tomcat + Linux? I've never tried AppFuse on HP-UX, so
you might be on new ground here.
Matt
On Mar 24, 2008, at 2:38 AM, JinBinWang wrote:
This seems as through it would be a special problem,I haven't found
much
information on the forum.
I design a web application on windo
Hi,
I hope the title gets your attention ;-)
I've released milestone 2 of IWebMvc. For those of you that don't know it,
it shares some characteristics with AppFuse as it allows a quick project
kick start. I valued simplicity over flexibility though so the stack is
fixed Spring MVC / JPA (Hibernat
Richard M wrote:
>
>
> I also noticed that the populate methods in BaseDaoTestCase and
> BaseManagerTestCase are different. BaseDaoTestCase iterates through the
> resource bundle to build the map, BaseManagerTestCase uses
> "ConvertUtil.convertBundleToMap(rb)" to do the same. I substituted the