[Building Sakai] Về: sakai-dev Digest, Vol 25, Issue 25

list long behaibeo at yahoo.com
Sun Mar 27 17:54:28 PDT 2011


I did it before, and I've done it again as you suggested. But it doesn't change anything. Is there anything else to try?
Anyway, thanks.
PhanVanHoa

--- Ngày Thứ 2, 28/03/11, sakai-dev-request at collab.sakaiproject.org <sakai-dev-request at collab.sakaiproject.org> đã viết:

Từ: sakai-dev-request at collab.sakaiproject.org <sakai-dev-request at collab.sakaiproject.org>
Chủ đề: sakai-dev Digest, Vol 25, Issue 25
Đến: sakai-dev at collab.sakaiproject.org
Ngày: Thứ Hai, 28 tháng 3, 2011, 2:00

Send sakai-dev mailing list submissions to
    sakai-dev at collab.sakaiproject.org

To subscribe or unsubscribe via the World Wide Web, visit
    http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
or, via email, send a message with subject or body 'help' to
    sakai-dev-request at collab.sakaiproject.org

You can reach the person managing the list at
    sakai-dev-owner at collab.sakaiproject.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of sakai-dev digest..."


Today's Topics:

   1. Re: UI rendering frameworks in Sakai CLE (Steve Swinsburg)
   2. SakaiAppBuilder and m2Eclipse (list long)
   3. Re: SakaiAppBuilder and m2Eclipse (David Horwitz)


----------------------------------------------------------------------

Message: 1
Date: Sun, 27 Mar 2011 10:48:14 +1100
From: Steve Swinsburg <steve.swinsburg at gmail.com>
Subject: Re: [Building Sakai] UI rendering frameworks in Sakai CLE
To: Mustansar Mehmood <mustansar at rice.edu>
Cc: sakai-dev at collab.sakaiproject.org
Message-ID: <A898F9C1-24D4-4060-AD28-9554956CE17F at gmail.com>
Content-Type: text/plain; charset="us-ascii"

Re wicket 1.5 - There are plans to move Sakai 2.9 to supporting Tomcat 6, so that Servlet spec issue should be alleviated.


On 26/03/2011, at 10:14 PM, Mustansar Mehmood wrote:

> 
>  As far as I know there is little development happening on RSF front.  Main JSF complaint is that it is not so easy on UI designers. Apache wicket somehow seems promising due to the fact that it it is plain HTML with Java with significant AJAX support. The coolest feature of wicket is that most of the coding and event handling happens on the server side in plain Java a bit like GWT.   However due to 'Technical Debt' of sakai i.e 
> lack of support for
>                  servlets 2.5/3.0 
>                tomcat 6/7  the upcoming version od wicket version(1.5 currently at RC2) cannot be used:(.  
> I personally have not used apache Tapestry so have no particular comment on that.  
>               Spring 3.0   3/25/2011 11:44 AM, Adrian Fish wrote:
>> 
>> Hi all,
>> 
>> Putting zealotry aside, does anybody have any thoughts about the 
>> direction the CLE should be taking regarding rendering framework best 
>> practice? I'm talking JSF, RSF, Wicket, Velocity, JSP etc. Does anybody 
>> have any views on what makes a framework good, or bad? HTML purity? 
>> Broad community? Maintainability?
>> 
>> I'm asking because I'm currently learning RSF as some of the software 
>> I'm working on already uses it. In particular I'm working on the Add 
>> Participants tool. It used to be written in Velocity, now it's RSF. So 
>> my final question is: was the switch worth it and if so, why?
>> 
>> Cheers,
>> Adrian.
>> 
> 
> 
> -- 
> Mustansar Mehmood
> Educational System Developer & Integrator
> Informational Technology 
> Rice University
> Houston Texas
> Ph:(713)348 2523
> 
> I made this letter longer than usual because I lack the time to make it short. -Blaise Pascal
> <mustansar.vcf>_______________________________________________
> sakai-dev mailing list
> sakai-dev at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
> 
> TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe at collab.sakaiproject.org with a subject of "unsubscribe"

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20110327/8b7da5b5/attachment-0001.html 

------------------------------

Message: 2
Date: Sun, 27 Mar 2011 13:36:53 +0800 (SGT)
From: list long <behaibeo at yahoo.com>
Subject: [Building Sakai] SakaiAppBuilder and m2Eclipse
To: sakai-dev at collab.sakaiproject.org
Message-ID: <353607.73546.qm at web77303.mail.sg1.yahoo.com>
Content-Type: text/plain; charset="utf-8"

Hi,
I realized while I have m2eclipse installed, any Maven project created with an addition library name Maven Dependencies (besides EAR library, JRE System Library, Web App Library).
Anytime I added new dependency to the pom, the jar is automatically updated under this Maven Dependencies. But with a project created by SakaiAppBuilder, there's no Maven Dependencies in the Build Path, and when I added new dependencies, no jar is added to the classpath. It's ok if I run compile using mvn command, but without dependencies added to the classpath the coding process in the is like a nightmare and the IDE can't do code suggestion. Is there anything I can do to ensure classpath is updated anytimes I add dependencies. I don't wanna go to the repository and manually add jar to my build patch .

Thanks.

?PhanV?nH?a


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20110327/da8e8205/attachment-0001.html 

------------------------------

Message: 3
Date: Sun, 27 Mar 2011 08:04:52 +0200
From: David Horwitz <david.horwitz at uct.ac.za>
Subject: Re: [Building Sakai] SakaiAppBuilder and m2Eclipse
To: sakai-dev at collab.sakaiproject.org
Message-ID: <4D8ED384.4080204 at uct.ac.za>
Content-Type: text/plain; charset="utf-8"

You need to right click on the project name select maven from the menu 
and selct "enable dependency management"

D

On 03/27/2011 07:36 AM, list long wrote:
> Hi,
> I realized while I have m2eclipse installed, any Maven project created 
> with an addition library name Maven Dependencies (besides EAR library, 
> JRE System Library, Web App Library).
> Anytime I added new dependency to the pom, the jar is automatically 
> updated under this Maven Dependencies. But with a project created by 
> SakaiAppBuilder, there's no Maven Dependencies in the Build Path, and 
> when I added new dependencies, no jar is added to the classpath. It's 
> ok if I run compile using mvn command, but without dependencies added 
> to the classpath the coding process in the is like a nightmare and the 
> IDE can't do code suggestion. Is there anything I can do to ensure 
> classpath is updated anytimes I add dependencies. I don't wanna go to 
> the repository and manually add jar to my build patch .
>
> Thanks.
>
>  PhanV?nH?a
>
>
>
> _______________________________________________
> sakai-dev mailing list
> sakai-dev at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
>
> TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe at collab.sakaiproject.org with a subject of "unsubscribe"

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20110327/d8b775ca/attachment-0001.html 

------------------------------

_______________________________________________
sakai-dev mailing list
sakai-dev at collab.sakaiproject.org
http://collab.sakaiproject.org/mailman/listinfo/sakai-dev


End of sakai-dev Digest, Vol 25, Issue 25
*****************************************


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20110328/002ed3aa/attachment.html 


More information about the sakai-dev mailing list