Re: [ANNOUNCE] Wicketopia 0.9 Released...

2011-10-23 Thread James Carman
Try using the @Enabled annotation to limit editing to only certain contexts (such as ADMIN or something). On Sat, Oct 22, 2011 at 11:18 AM, androidcoolguy androidcool...@hotmail.com wrote: James, Your metadata annotation is based on Metastopheles, but I can't find much information about it.

RE: [ANNOUNCE] Wicketopia 0.9 Released...

2011-10-22 Thread androidcoolguy
James, Your metadata annotation is based on Metastopheles, but I can't find much information about it. Do you have more information elsewhere that you could provide? Specifically, I need to see if there is a way to make a property read only (non-editable). What kind of annotation should I apply

RE: [ANNOUNCE] Wicketopia 0.9 Released...

2011-07-18 Thread androidcoolguy
I fixed all the issues over the weekend. If you like, I can send you the changes as I don't have commit access to the project. There is still slight issues though, it seems like navigation/paging is not working correctly if there are more than 1000 records. -- View this message in context:

RE: [ANNOUNCE] Wicketopia 0.9 Released...

2011-07-18 Thread androidcoolguy
Turned out to be sqlite3 pagination issue, nothing to do with Wicketopia. Issue resolved! Thus, verified that Wicketopia 0.9.2 all good. Please let me know if you still need any help in maintaining the project. Thanks! -- View this message in context:

RE: [ANNOUNCE] Wicketopia 0.9 Released...

2011-07-11 Thread androidcoolguy
, 10 Jul 2011 20:21:13 -0700 From: ml-node+3658631-962999233-250...@n4.nabble.com To: androidcool...@hotmail.com Subject: Re: [ANNOUNCE] Wicketopia 0.9 Released... Hi James Great effort mate thanks, Haven't had a look as yet am sure it will be useful. If you need help with documentation

RE: [ANNOUNCE] Wicketopia 0.9 Released...

2011-07-11 Thread androidcoolguy
More good news. I used JPA provider instead of hibernate by looking at your latest codes to make Wicketopia works on GAEJ. Also have to change the JpaPersistenceProvider in such a way - public int getCount(Class? entityType) { Integer results = (Integer)

Re: [ANNOUNCE] Wicketopia 0.9 Released...

2011-07-10 Thread androidcoolguy
Ok after some struggling, I managed to get it work. I noticed that Wicketopia has a tight coupling with Hibernate, especially - bean id=persistenceProvider class=org.wicketopia.persistence.hibernate.HibernatePersistenceProvider property name=sessionFactory ref=sessionFactory/

Re: [ANNOUNCE] Wicketopia 0.9 Released...

2011-07-10 Thread Nivedan Nadaraj
Hi James Great effort mate thanks, Haven't had a look as yet am sure it will be useful. If you need help with documentation do let us know Cheers On Mon, Jul 11, 2011 at 8:51 AM, androidcoolguy androidcool...@hotmail.comwrote: Ok after some struggling, I managed to get it work. I noticed that

Re: [ANNOUNCE] Wicketopia 0.9 Released...

2011-07-07 Thread androidcoolguy
James, I am a new user of wicketopia :) I tried your cool tool and I got the NPE error. I am not sure what else need to be configured for Spring to inject PersistenceProvider. It might not be injected due to something I need to setup in the Spring applicationContext? Would you mind sharing the

Re: [ANNOUNCE] Wicketopia 0.9 Released...

2011-04-02 Thread James Carman
On Fri, Apr 1, 2011 at 10:59 PM, Chris Colman chr...@stepaheadsoftware.com wrote: We created and maintain the open source persistence abstraction framework called exPOJO (expojo.com) than can support any persistence technology under the hood upon which your application (or indeed other

Re: [ANNOUNCE] Wicketopia 0.9 Released...

2011-04-02 Thread jcgarciam
Nice Work, James. I working on project right now with tons of CRUD for their administration application, even thought i don't have problem writing them is more a repetitive and bored task than rocket science :P. I think this will fit nice, i was thinking about building one (or use other

Re: [ANNOUNCE] Wicketopia 0.9 Released...

2011-04-02 Thread James Carman
Cool! A potential user (besides me of course). Let me know if you run into anything and if you want to contribute back I'll give you SVN access. On Sat, Apr 2, 2011 at 9:27 AM, jcgarciam jcgarc...@gmail.com wrote: Nice Work, James. I working on project right now with tons of CRUD for their

Re: [ANNOUNCE] Wicketopia 0.9 Released...

2011-04-01 Thread nino martinez wael
very nice with the scaffold component!! Any examples of it? 2011/3/31 James Carman ja...@carmanconsulting.com: Wicketopia is a Rapid Application Development (RAD) library for Wicket.  There is some documentation available at: http://wicketopia.sourceforge.net The official release will be

Re: [ANNOUNCE] Wicketopia 0.9 Released...

2011-04-01 Thread julien roche AKA indiana_jules
That seems very cool !! Many thanks for your great job Julien Roche On Fri, Apr 1, 2011 at 9:02 AM, nino martinez wael nino.martinez.w...@gmail.com wrote: very nice with the scaffold component!! Any examples of it? 2011/3/31 James Carman ja...@carmanconsulting.com: Wicketopia is a

Re: [ANNOUNCE] Wicketopia 0.9 Released...

2011-04-01 Thread Maarten Billemont
Without knowing what RAD or Scaffolding is about, the examples on your site really make very little sense to me. You show a method, getDescription, with a bunch of annotations on them. You don't show what this method is a part of, or how that actually ties in with your actual wicket code

Re: [ANNOUNCE] Wicketopia 0.9 Released...

2011-04-01 Thread James Carman
On Fri, Apr 1, 2011 at 4:45 AM, Maarten Billemont lhun...@gmail.com wrote: Without knowing what RAD or Scaffolding is about, the examples on your site really make very little sense to me. The scaffolding term is borrowed from the Rails/Grails folks. Basically, it automatically generates a

Re: [ANNOUNCE] Wicketopia 0.9 Released...

2011-04-01 Thread James Carman
On Fri, Apr 1, 2011 at 3:02 AM, nino martinez wael nino.martinez.w...@gmail.com wrote: very nice with the scaffold component!! Any examples of it? The example application includes an example:

Re: [ANNOUNCE] Wicketopia 0.9 Released...

2011-04-01 Thread James Carman
By the way, the example is available for download from here: http://repo2.maven.org/maven2/org/wicketopia/wicketopia-example/0.9.1/wicketopia-example-0.9.1.war It should work in any container (crossing fingers), but the classpath scanning might get messed up in some more strict environments.

Re: [ANNOUNCE] Wicketopia 0.9 Released...

2011-04-01 Thread Emmanouil Batsis
I have to agree with Maarten on points; without more documentation, prospective users will just dismiss this shortly after visitinga couple of webpages. Some questions: - Does this offer static scaffolding (e.g. build time) or runtime? Are templating mechanisms available? - What are

Re: [ANNOUNCE] Wicketopia 0.9 Released...

2011-04-01 Thread James Carman
On Fri, Apr 1, 2011 at 11:20 AM, Emmanouil Batsis ma...@abiss.gr wrote: I have to agree with Maarten on points; without more documentation, prospective users will just dismiss this shortly after visitinga couple of webpages. Some questions: I appreciate you guys taking the time to give

RE: [ANNOUNCE] Wicketopia 0.9 Released...

2011-04-01 Thread Chris Colman
PersistenceProvider is an interface and the implementation class doesn't depend on Spring at all. It's a pure hibernate DAO, essentially. The example application is pieced together with Spring, since that's what I'm familiar with and it allows me to put something together with little effort by

[ANNOUNCE] Wicketopia 0.9 Released...

2011-03-31 Thread James Carman
Wicketopia is a Rapid Application Development (RAD) library for Wicket. There is some documentation available at: http://wicketopia.sourceforge.net The official release will be available in the main maven repository shortly, but you can download it via SVN (and run the example application) by

Re: [ANNOUNCE] Wicketopia 0.9 Released...

2011-03-31 Thread James Carman
I have actually just pushed a 0.9.1 release. For some reason, I failed to set up the resources correctly, so the HTML files weren't copying to the target directory during the build. DOH! So, it's now available at: