Never had a need to use full-source yet, but here's a link for the M5 release
http://appfuse.org/display/APF/Release+Notes+2.0+M5
"..
mvn appfuse:full-source
This goal will convert your project to use all of AppFuse's source and
remove all dependencies on AppFuse. Known issues with "full-sourc
Hello,
I'm trying out appfuse 2.0 and ran into some problems. I can follow
examples and everything works fine on my computer. But when I go and
install the source via mvn appfuse:full-source, nothing works after
that. I've tried this twice with each package, the first time just
experimenti
Hi, all.
In the some stage of developing my application using AppFuse Basic Struts
Archetype,
I decided to include full source into project by running
appfuse:full-source.
But after that, when I open http://localhost:8080/signup.html i get the
following warning:
WARN [btpool0-1] VisitorFieldVali
Hello,
I have not been able to get the maven2 clover plugin from Atlassian to work
with my basic struts archetype. I think I have it setup right but I get
weird errors like:
/home/dusty/code/bioguide/target/clover/src/com/thebioguide/webapp/action/ProviderAction.java:64:0::0
__CLR2_0b25k5kf7qer
On 10/11/07, Matt Raible <[EMAIL PROTECTED]> wrote:
>
> If you're using M5 (not 2.0 Final), you shouldn't have to change
> anything. I was just suspicious that the changes I made might be
> causing the problem. I haven't seen any issues on the demo site.
The demo site might be accessed regularly s
yep
John Kwon wrote:
>
> So would the first name, last name be as follows?
>
> whateveryoulike.html?lastName=${foo.lastName}&firstName=${
foo.firstName} {foo.lastName}
>
> with only the last name displayed, but first and last name passed in the
> url?
>
> On 10/10/07, Matt Raible <[EMAIL P
true.
but the implementation for a bubblesort is relatively simple and the c++ and
java code match each other very very closely (i.e 2 simple for loops and a
swap). Let me know if you want the codes that i used. Naturally we only
started the timing when after the arrays were initialized.
I was a
I recall a performance challenge on a project I was on in the mid-1990s.
It's not just the language, but how well you can implement a solution (your
skills have everything to do with this).
We were implementing a middle-tier Tuxedo data cache between the desktop and
the host. The one implemented