hongluu / krank

Automatically exported from code.google.com/p/krank
0 stars 0 forks source link

Project Forum/ Mailing List? #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

Hi, I didn't really have any other way of contacting you guys.

I'm quite intrigued by this project and attempting to use it.
I think the work done on the DAO/Crud stuff is simply incredible and had
some questions about it.

Any chance of getting a forum or mailing list started?
Or is this project dead in the water?

Again, apologies for the nonstandard communications mechanism.

Original issue reported on code.google.com by aadi.des...@gmail.com on 11 May 2007 at 6:49

GoogleCodeExporter commented 8 years ago
Yeah.. I'm trying to tackle some of the same issues, and I'm a little confused 
by the
status of this project.  I'd like to contribute.  I can see the class jars, but
here's what I get when I try to find the code:

svn checkout https://krank.googlecode.com/svn/trunk/ krank
Authentication realm: <https://krank.googlecode.com:443> Google Code Subversion
Repository
Password for username:
...
svn: PROPFIND request failed on '/svn/trunk'
svn: PROPFIND of '/svn/trunk': authorization failed 
(https://krank.googlecode.com)

Original comment by james.ju...@gmail.com on 18 May 2007 at 3:12

GoogleCodeExporter commented 8 years ago
looking at the svn tree, it's a little wonky ( and why the link is broken ) 

try checking out this :

https://krank.googlecode.com/svn/code/trunk

The relevant stuff is actually in the validation tree for some reason.

Original comment by aadi.des...@gmail.com on 18 May 2007 at 7:38

GoogleCodeExporter commented 8 years ago
I really want to join krank project.
I'd like to implement struts2 sub project.
My idea is modify struts2's Restful2ActionMapper and Codebehind Plugin
to like ruby on rails.
But not every action has such as  
index,list,show,editNew,create,edit,update,
destroy method,except parent class(such as DefaultAction) has these methods.
For example:
1、web action
 package org.crank.system;

 public Class UserAction extends DefaultAction<User, UserManager>{
 }
2、jsp
   in directory system,has three jsp.
   listUser.jsp
   newUser.jsp
   editUser.jsp
   userForm.jsp

   The following URL's will invoke its methods and dispatch its jsp:
                URL           method                 view
    * GET:     /user          index                  listUser.jsp
    * GET:     /user/1        method="view", id=1    editUser.jsp
    * GET:     /user/1!edit   method="edit", id=1    listUser.jsp
    * GET:     /user/new      method="editNew"       newUser.jsp
    * POST:    /user/1        method="create"        listUser.jsp
    * PUT:     /user/         method="update"        listUser.jsp
    * DELETE:  /user/1        method="remove"        listUser.jsp

Original comment by rasony...@hotmail.com on 25 May 2007 at 10:16

GoogleCodeExporter commented 8 years ago
I am so sorry.I am chinese,my english is so poor.
But I'd like to contribute and I have a lot of leisure time.

Original comment by rasony...@hotmail.com on 25 May 2007 at 10:23

GoogleCodeExporter commented 8 years ago
I will post the proper svn link.

Original comment by RichardH...@gmail.com on 6 Jun 2007 at 9:17

GoogleCodeExporter commented 8 years ago
I setup a group http://groups.google.com/group/crank-developer-support

We are adding about a developer a month. The best way to get added is to 
participate 
on the group. 

I improved the instructions for accessing SVN. And, yes, our svn setup is 
wonky. 
Chris set it up in a hurry and misunderstood that whole project was going in 
not 
just validation, thus everything is under validation. 

Sorry 'bout that.

Original comment by RichardH...@gmail.com on 6 Sep 2007 at 3:51