On 4/17/07, Irshad Buchh <[EMAIL PROTECTED]> wrote:
Hi, 1.We are currently working on an AppFuse 1.9.4 JSF project. We would like to use Icefaces components in the jsp pages. Is it without issues? Has anyone tried it out.
I haven't tried integrating ICEfaces with AppFuse, but you might want to confirm it works with Facelets. 1.9.4 uses Facelets and not JSP - unless you changed it of course.
2. We create a pojo and cd into appgen to run ant. It created all the code nicely in build/gen directory under appgen. Is there a way of testing the dao, services and web pages before running ant install-detailed in the appgen directory?
No, but you could easily back up your project, run ant install-detailed and test it that way. Of course, if you're using a good source control system, it should be easy to check in all your code, run "ant install-detailed" and revert if something doesn't work.
There is ant test target under appgen but it creates a new project , not sure what is that for.
Right, because it installs everything in your current project and you don't want to do that when testing something. If you read the "test" target, it'll show you how it creates a new project, generates CRUD from a Person.java object and then runs all the tests. Matt
--Irshad. -- View this message in context: http://www.nabble.com/AppFuse-JSF---Icefaces-Integration-tf3590566s2369.html#a10034691 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]