Project Forum/ Mailing List?
Opened this issue · 6 comments
GoogleCodeExporter commented
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
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
- Added labels: ****
- Removed labels: ****
GoogleCodeExporter commented
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
- Added labels: ****
- Removed labels: ****
GoogleCodeExporter commented
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
- Added labels: ****
- Removed labels: ****
GoogleCodeExporter commented
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
- Added labels: ****
- Removed labels: ****
GoogleCodeExporter commented
I will post the proper svn link.
Original comment by RichardH...@gmail.com
on 6 Jun 2007 at 9:17
- Added labels: ****
- Removed labels: ****
GoogleCodeExporter commented
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
- Added labels: ****
- Removed labels: ****