I am setting up the project on code.google.com under project sebcms. I am preparing the code for upload now - I need to strip out some private info I hard-coded for testing and the like. I should have source uploaded by this evening.
Keep in mind that I have yet to add the workflow where users can register themselves - I expect it will be pretty simple and only require code I have already created under the admin interface. Also, I need to wire-up the email stuff. As far as your scenario of counting urls per user, it should be a simple matter of creating an interceptor, which updates a count (a field which you would have to add) in the user table. Anyway, I will let you know when the code is there for you. Steve B. TiagoP wrote: > Could you share the login/register code? > > BR > > On Sep 9, 9:34 pm, "Steve B." <[email protected]> wrote: >> I do not know if anyone else is working on this, but I have begun work >> on my own java-based cms. You can see me devsite at: >> >> http://sebcms.appspot.com >> >> Logins (until someone breaks it ;) ): >> >> member/member >> admin/admin (adds admin link to top navigation) >> >> I am still in the early stages of development and was going to share >> this when I had more done, but if anyone is interested I will share it >> as opensource. >> >> Currently I have some major holes which I list as my "next items" on the >> home page. As this is repeated development of software I created in the >> past (and because I have the underpinnings relatively set) I expect to >> complete these items quickly. However, I am learning AppEngine as I go >> so there may be some stumbling yet to come. >> >> Steve B. >> >> TiagoP wrote: >>> That would be very helpful for me aswell. >>> Unfortunately, I'm not aware of anything like that. >>> On Sep 9, 11:18 am, davekor <[email protected]> wrote: >>>> Hi, >>>> I was wondering if anyone knows of a java-based (non-google) user >>>> registration module that can be plugged into a GAE application? >>>> Preferably something that handles the following functions: >>>> 1. User registration with capchta (Name, password, email) >>>> 2. Sending and confirmation of verification email >>>> 3. Login/logout registered users. >>>> 4. Compatible with Google App Engine for Java >>>> 4. Open source (optional) > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en -~----------~----~----~----~------~----~------~--~---
