[appfuse-user] Best Practices for AppFuse Web Core Classes

2008-07-02 Thread Tuncay A.
Hi, I hope some can answer my question. I'm using the modular version of AppFuse 2.0.2 + Struts 2 + JPA. There is a tutorial about how to export "AppFuse Core Classes" at http://www.appfuse.org/display/APF/AppFuse+Core+Classes, but thats only for model beans. I'm going to change some code in t

Re: [appfuse-user] Struts 2 datepicker not working

2008-07-02 Thread Tuncay A.
gt; > //RequestDispatcher rd = > getServletContext().getRequestDispatcher(path); > //rd.include(request, response); > > getServletContext().getRequestDispatcher(path).forward(request, > response); > > All this if you want to use some of struts's ht

Re: [appfuse-user] Struts 2 datepicker not working

2008-07-01 Thread Tuncay A.
quot;%d/%m/%Y", > button: "purchase.dateDatePicker"}); > > > Finally add the Calendar.setup line as a script to initialize it... if you > have more than one date field you just have to add the s:textarea and > another setup script for that field... > > David

Re: [appfuse-user] Struts 2 datepicker not working

2008-06-30 Thread Tuncay A.
o included in appfuse). If you need instructions for > that > let me know... > > David M. > > 2008/6/30 Tuncay A. <[EMAIL PROTECTED]>: > >> >> Hi, >> >> Thx, but the AppFuse 2.0.2 use Struts 2.0.11.1. >> >> So it is not because of that.

RE: [appfuse-user] Struts 2 datepicker not working

2008-06-30 Thread Tuncay A.
> > > > > See: > <http://cwiki.apache.org/S2WIKI/troubleshooting-guide-migrating-from-struts- > 20x-to-21x.html> > > > Regards, > Giovanni > >> -Original Message- >> From: Tuncay A. [mailto:[EMAIL PROTECTED] >> Sent: Sunday, Ju

[appfuse-user] Struts 2 datepicker not working

2008-06-29 Thread Tuncay A.
Hi, I'm using AppFuse 2.0.2 with modular Struts 2. I added below two tags: (inside the tag ..) and It seems there are generated tags JavaScript tags for dojo in the page source but neither the input field is shown nor the date picker button ?? I didn't configured any dojo Ajax stuff. Do

Re: [appfuse-user] Appfuse core Web Classes Modification

2008-06-29 Thread Tuncay A.
/APPFUSE_2.0.2/web/struts/ Thx mraible wrote: > > You should be able to override the default validation files by putting > them in the same directory in your project. > > Matt > > On Sat, Jun 28, 2008 at 6:59 PM, Tuncay A. <[EMAIL PROTECTED]> wrote: >> >> Hi,

[appfuse-user] Appfuse core Web Classes Modification

2008-06-28 Thread Tuncay A.
Hi, Hope some can help. I make use of Appfuse 2.0.2, Struts as presentation layer, JPA as persistent layer. I already exported AppFuse core model classes into my project. Next, how do I obtain following changes: 1.When signing up a new account, prevent some fields eg. "website" to not be a re

Re: [appfuse-user] I want to contribute Facelets stuff to appfuse

2007-10-11 Thread Tuncay A.
Hi p7k, It would be a pleasure if you could send me your version of facelets of appfuse stuff - I'm just curious about how you did it. Thanks in advance. -tun p7k wrote: > > Scott, thank for your reply. > > I've checked out your SWOOP code from sourceforge. I wasn't able to get > it runnin

Re: [appfuse-user] Logging Entity Activity Approach

2007-09-26 Thread Tuncay A.
A solution is to make a generic logging function that intercept the create/delete/update operations on a DAO e.g. using Spring aspect : http://www.springframework.org/docs/reference/aop-api.html // tua Struts2 Fan wrote: > > Hi all, > > I want to add a logging entity activities mechanizm to a

Re: [appfuse-user] Swing integration

2007-09-24 Thread Tuncay A.
Hi folks, thanks a lot, I will go and examine the http://raibledesigns.com/wiki/Wiki.jsp?page=RichClient and http://spring-rich-c.sourceforge.net/gettingStarted.html Tuncay A. wrote: > > Hi, > > Are there any resource on on how to integrate Swing in Appfuse ? > &

Re: [appfuse-user] Swing integration

2007-09-24 Thread Tuncay A.
Thx, I know it is about webapp but some could have integrated Swing as desktop GUI framework instead of webapp GUI. Youssef Mohammed wrote: > > AppFuse is an application for "kickstarting" webapp development. > > On 9/24/07, Tuncay A. <[EMAIL PROTECTED]> wrote:

[appfuse-user] Swing integration

2007-09-24 Thread Tuncay A.
Hi, Are there any resource on on how to integrate Swing in Appfuse ? Thx in advance. //tua -- View this message in context: http://www.nabble.com/Swing-integration-tf4508672s2369.html#a12858294 Sent from the AppFuse - User mailing list archive at Nabble.com. --

Re: [appfuse-user] Sample-data.xml need to insert timestamp ?

2007-06-22 Thread Tuncay A.
Ok, maybe I should use Timestamp ?? Thank you very much!! DNewfield wrote: > > Tuncay A. wrote: >> I use Oracle and field data type is: Date > > Then that field will only store date information. If you want it to > store higher resolution, look into other types

Re: [appfuse-user] Sample-data.xml need to insert timestamp ?

2007-06-22 Thread Tuncay A.
I use Oracle and field data type is: Date DNewfield wrote: > > Tuncay A. wrote: >> Thank you very much, but I can't get it to work ?? It still stores the >> date >> without timestamp ? > > What is the type of the db column you're p

Re: [appfuse-user] Sample-data.xml need to insert timestamp ?

2007-06-22 Thread Tuncay A.
Hi, Thank you very much, but I can't get it to work ?? It still stores the date without timestamp ? I use appfuse 2.04 Is there any configuration setup ? DNewfield wrote: > > Tuncay A. wrote: >> how can I persist a date with timestamp ? > > You almost had

[appfuse-user] Sample-data.xml need to insert timestamp ?

2007-06-22 Thread Tuncay A.
Hi, I really really need a timestamp next to a date in sample-data.xml. Like this: 2007-06-15 10:00:00 2007-06-15 23:00:00 It only inserts date without timestamp, how can I persist a date with timestamp ? Thanks in advance. -- View this message in context: http://www.nabble.com/Sample-d

Re: [appfuse-user] Appfuse 2 tutorial for DaoTest

2007-02-20 Thread Tuncay A.
tall" from the "core" module - this should fix this > problem. > > Matt > > On 2/15/07, Tuncay A. <[EMAIL PROTECTED]> wrote: >> >> Using jsf-modular and having applicationContext.xml inside >> core/src/main/resources/ - it does

Re: [appfuse-user] Appfuse 2 tutorial for DaoTest

2007-02-15 Thread Tuncay A.
> > Do you have a personManager bean definition in > src/main/webapp/WEB-INF/applicationContext.xml? If you're using a > modular archetype, this should be in > core/src/main/resources/applicationContext.xml. > > Matt > > On 2/15/07, Tuncay A. <[EMAIL PROTECTED]&g

Re: [appfuse-user] Appfuse 2 tutorial for DaoTest

2007-02-15 Thread Tuncay A.
at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanDefinition(DefaultListableBeanFactory.java:340) -thx Tuncay A. wrote: > > Ok. > > > > Matt Raible-3 wrote: >> >> I agree - it would be nice if it worked 100% with the IDEs. The good >> news is it works m

Re: [appfuse-user] Appfuse 2 tutorial for DaoTest

2007-02-12 Thread Tuncay A.
ld probably setup an external tool > configuration to launch "mvn jetty:run-war" from the IDE. If you'd > like to enter an issue in JIRA - that will make it easier for us to > track and add your desired feature(s). > > Matt > > On 2/11/07, Tuncay A. <[EMAIL PROTECTE

Re: [appfuse-user] Appfuse 2 tutorial for DaoTest

2007-02-11 Thread Tuncay A.
more pleasure to work with AppFuse framework! When do you think this importent feature could be realistic ? //tua Matt Raible-3 wrote: > > On 2/10/07, Tuncay A. <[EMAIL PROTECTED]> wrote: >> >> Thx Guys!, >> >> It works now :-) >> >> The way it w

Re: [appfuse-user] Appfuse 2 tutorial for DaoTest

2007-02-10 Thread Tuncay A.
Servlet.service(HttpServlet.java:802) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:334) at org.apache.jasper.servlet.JspServlet.serviceJspFile(Jsp Matt Raible-3 wrote: > > On 2/10/07, Tuncay A. <[EMAIL PROTECTED]> wrote: >> >&g

Re: [appfuse-user] Appfuse 2 tutorial for DaoTest

2007-02-10 Thread Tuncay A.
ble-3 wrote: > > Did you start with m3 or are you trying to upgrade from m2? > > Matt > > On 2/10/07, Tuncay A. <[EMAIL PROTECTED]> wrote: >> >> >> Hi, >> >> I tried to run Person dao tutorial for appfuse 2. I have been using

[appfuse-user] Appfuse 2 tutorial for DaoTest

2007-02-10 Thread Tuncay A.
Hi, I tried to run Person dao tutorial for appfuse 2. I have been using m3 and m4 without result: I get following error: TestFindPersonByLastName(net.jsync.dao.PersonDaoTest) Time elapsed: 0.579 sec <<< ERROR! org.springframework.beans.factory.BeanCreationException: Error creating bean with

Re: [appfuse-user] Error creating bean with name 'sessionFactory"

2007-02-10 Thread Tuncay A.
solution was to use the m4-SNAPSHOT version. Please give it a > try:) > > Tuncay A. wrote: >> >> Hi, >> >> Is this fixed? I'm using JSF moduler M3 archetype (without migration). I >> get same #1 prob. >> >> What is status for this? >>

Re: [appfuse-user] Error creating bean with name 'sessionFactory"

2007-02-10 Thread Tuncay A.
Ok, I will give a try. How exactly can I try it ? As an achetype or configure my current m3 to depend on m4-snapshot and how? Thx in advance. Tuncay A. wrote: > > Hi, > > Is this fixed? I'm using JSF moduler M3 archetype (without migration). I > get same #1 prob. >

Re: [appfuse-user] Error creating bean with name 'sessionFactory"

2007-02-10 Thread Tuncay A.
Hi, Is this fixed? I'm using JSF moduler M3 archetype (without migration). I get same #1 prob. What is status for this? What happend with the fix for one Matt Raible-3 wrote: > > If you want to zip up and send me your project, I can try to fix #1. The > solution I provided seems like it sho

[appfuse-user] Appfuse m2 error finding DwrServlet

2007-02-04 Thread Tuncay A.
ailed. Test step steps (E:\Workspace\Development\modular-jsf\web\src\test\resources\web-tests.xml:25: ) nul l failed with message "Wrong document title found! Expected ".*Main Menu.*" but got "Error - java.la ng.ClassNotFoundException: org.directwebremoting.servlet.DwrServlet | Ap

Re: [appfuse-user] M2 problems

2007-01-16 Thread Tuncay A.
Thanks! Matt Raible-3 wrote: > > On 1/14/07, Tuncay A. <[EMAIL PROTECTED]> wrote: >> >> Thanks Matt, >> >> Should I simply crate a service and data package with each having af .pom >> and depend each respectively with appuse equivalent service and

Re: [appfuse-user] M2 problems

2007-01-14 Thread Tuncay A.
ice/dao classes inside the core package? Thx Matt Raible-3 wrote: > > On 1/14/07, Tuncay A. <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> After creating the archetype "JSF Modular" I followed the section "Run >> your >> application&

[appfuse-user] M2 problems

2007-01-14 Thread Tuncay A.
Hi, After creating the archetype "JSF Modular" I followed the section "Run your application" in Appfuse QuickStart. I got stuck with following: 1. The package "core" doesn't include service/data packages ? Should I create them by myself and how ? 2. Using "mvn war:inplace" from basedir I get

Re: [appfuse-user] [ANN] AppFuse 2.0 M2 Released!

2007-01-13 Thread Tuncay A.
Honestly, best and useful work I ever seen!! Keep going ! //tuncay Matt Raible-3 wrote: > > All, > > We've reached quite a milestone in the development in AppFuse 2.0. > This is a release that we hope to use to flush out issues and help > make AppFuse 2.0 a solid release. The major things

Re: [appfuse-user] [ANN] AppFuse 2.0 M2 Released!

2007-01-13 Thread Tuncay A.
Honestly, best and useful work I ever seen!! Keep going ! //tuncay Rene Lavoie wrote: > > Congratulation guys, nice work. > > > Ren > > - Original Message - > From: "Matt Raible" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]>; "AppFuse" > Sent: Friday, January 12, 2007 8:40 PM >

[appfuse-user] Appfuse 2 + Intellij IDEA

2007-01-12 Thread Tuncay A.
Hi, How can I prevent tomcat (running inside Intellij using appfuse 2 exploded) from restarting whenever I recompile a java class or .properties file. It should only compile and load the class without restarting whole tomcat. I hope somebody have a solution to this. Thx in advance. //tuncay --