search for: tapestry

Displaying 20 results from an estimated 33 matches for "tapestry".

2005 Oct 03
3
Sortable and the Server
I want to build a sortable list that updates the server when the item is dropped into its new position. How to create a sortable list is clear, but I''m looking for an example of how to integrate this with the server side. Are there any examples or tutorials around? I''m working in a java environment. Thanks, Jamie
2006 Mar 14
14
Gusto.com Rails Site
...- I wanted to announce a very large web application that was built with Ruby on Rails and runs the site Gusto! http://www.gusto.com/ . It was deployed yesterday in a little over 4 months of development with 3 developers. The origins of the site were being developed in Java using Hibernate + Tapestry and the decision was made to port the 100+ table model to Rails to see if there were improvements in productivity and job satisfaction. The results were astounding as most of you probably already have found out for yourselves. Overall we''ve been extremely impressed with the performance,...
2006 Apr 19
9
translating RoR framework into the Java environment
For a company study I am trying to come up with what would one need to replicate *grosso modo and at the functional level* what we get in Rails. This does not need to be an "equivalent" solution, just what a Java programmer would build upon, the canonical aggregation of components, the usual tools. My first fraft is: Struts -> C layer Hibernate -> M
2006 Jan 06
7
Question
All, I am looking to write an ecommerce application and debating using rails or struts. Any advice as to which path to follow.
2005 Dec 22
1
amrita2 usage
Hey can someone tell me about Amrita2? I would LOVE to be able to edit my views in dreamweaver, yet still have dynamic functionality applied to them - similar to tapestry How robust is it? Who is using it? John McClain Senior Software Engineer TCS Healthcare jmcclain-RI2jYlfFOOy2dUpmj6OxPQC/G2K4zDHf@public.gmane.org (530)886-1700x235 "Skepticism is the first step toward truth"
2006 May 24
3
Real life use of multiple linked models in the same view
I''m pretty new to Rails and now, in order to fully learn RoR, I''m trying to replicate a project developed in Java using Hibernate+Tapestry. Tapestry is based on components and you can really use objects mappings in views like: Example from the contact edit (view). <input jwcid="@TextField" value="ognl:contact.name" /> <input jwcid="@TextField" value="ognl:contact.officePhone.value" /&...
2006 Jul 26
4
MasterView rails-optimize (x)html friendly template engine - Release 0.2.4
...ill be editable/styleable in a WYSIWYG editor. It was also a major goal that the syntax of these attribute directives be very similar to rails helpers so that one could intuitively start using MasterView with little learning curve other than knowing rails. MasterView was inspired by Amrita, Kwartz, Tapestry, Zope/PHP TAL, Liquid, and Web Objects but designed with a fresh approach and specifically targetted for rails users. Release Notes Release 0.2.4 Fixed apache2 scgi problem where masterview was not being loaded at startup. Added Interactive template console to admin pages for testing/learning h...
2006 Jun 25
17
JavaScript Compression
Is there a good windows-based JavaScript compressor which will reliably compress script aculo and prototype? Sam _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2005 Dec 17
12
new rails-based cms is born.
hallo, i would heavily like to get some feedback on our rails-based cms: rcms.oopen.de so, if some could find the time an try it i''d be pleased.. greetings rene
2005 Aug 10
1
Issues with Canoo WebTest
...a nice long exception message which barely makes any sense (see below). I found I could get rid of this message by commenting out line 114 of effects.js: 114 this.timeout = setTimeout(this.loop.bind(this), 10); Any idea of what might be causing this? Thanks, Matt [canoo] [appfuse-tapestry] ERROR [Thread-2] Window.run(245) | Caught exception in Window.setTimeout() [canoo] ======= EXCEPTION START ======== [canoo] EcmaError: lineNumber=[1] column=[72] lineSource= [function GargoyleWrapper0() {org.mozilla.javascript.InterpretedFunction@f78a5] name=[SyntaxError] sourceNa...
2005 Aug 02
8
An initial look at Trails
...ers for you but you''ll have to re-order them. Then you run ant which generates the new database mapping files for you via xdoclet, undeploy and deploy because all that db mapping stuff is read in at startup (i think... could be wrong on that ). Another noteworthy point is that Trails uses Tapestry for its view and as far as i can tell for the business logic too. Tapestry is an awesome tool but it''s got a steep learning curve (arguably steeper than Rails). End result? Hours and hours spent 1 class made, no tables generated, hello world page loaded...without my class info. I quit. I...
2006 Jun 21
2
MasterView rails-optimized (x)html friendly template engine plugin - Release 0.2.0
...ill be editable/styleable in a WYSIWYG editor. It was also a major goal that the syntax of these attribute directives be very similar to rails helpers so that one could intuitively start using MasterView with little learning curve other than knowing rails. MasterView was inspired by Amrita, Kwartz, Tapestry, Zope/PHP TAL, Liquid, and Web Objects but designed with a fresh approach and specifically targetted for rails users. Allow your web designers to work on the design while the developers focus on coding. To get you up and running quickly the MasterView generator creates usable styleable templates (...
2006 Jun 23
5
OT: Debugging iBook --- help
This is way OT, but here goes... I''ve had an iBook for 2 days now and am debugging a web built with prototype/script aculo / windows / etc... I have no real experience on a Mac. Occasionally, there''s no better way to debug JavaScript than an alert in a loop... Once I have the information information I want from the alert, the loop may want to execute another 300 times. I
2003 Aug 12
0
excellently
Wow. dada spam. Antranig Alfaro wrote: > humans bouts scrupulously taxied annette methacrylate exert crouching > exclude hubris meteorite aides acronym exogenous boater plead savoring > tapestries courtrooms taunter bodyweight poultry pokes brandishes > poems ama mightiness assam countless actinolite merges crave technic > accomplishers bombast creation bonaparte
2008 Mar 06
0
Asterisk in the call center - how do you do it?
...so authenticate the workstations, but that's hard coded into the app.) As for reporting, again, a totally custom developed system that's an extension to what we were using with our old phone switch. On top of that, I've developed a number of web-based applications (using Apache Tapestry) to slice and dice our data for reporting (mostly graphically) that we use a lot. Since it's all quite specific to how we work and our custom solutions, it wouldn't help anyone, I'm sure. Norman Franke Answering Service for Directors, Inc. www.myasd.com -------------- next part --...
2006 Oct 17
0
I'm looking for how to create two listboxes with the left, right, up, and down arrows between them....
Hi, I''m looking for a way to create something similar to this http://tapestry.apache.org/tapestry4/images/examples/workbench.png using rails. I''m still learning ruby and rails so maybe I don''t know where to look for this type of info. Any pointers or links? Thanks, J --~--~---------~--~----~------------~-------~--~----~ You received this message beca...
2006 Jan 02
8
RoR or Java for community portal?
...as it''s really bad coding style - mixing presentation, SQL and PHP code - fixing bugs has become close to impossible. We decided to move away from Php. Java is popular at our university, and everybody is familiar with it. At first I proposed to use a java solution based on Hibernate, Tapestry and Spring/Acegi security. I have experience using these frameworks, but I''m not too convinced other junior developers will be able or willing to learn them, too. Also a java solution might be overkill, since it will always stay a regional community, mainly focused on the city and stud...
2005 Mar 30
2
Beginner question: serverside singletons?
Hello all, just started tinkering with Rails after reading all the hype about it. I''m a raw novice with Ruby and (obviously) Rails, but have extensive experience with serverside Java (J2EE stack, Tapestry, etc). Rails looks cool, though embedding Ruby code in HTML reminds me unpleasantly of JSP + Struts and I''m deeply suspicious of all the behind-the-scenes magic going on in Rails. But I''ll bury my misgivings and give this thing a whirl :). Anyway, a question: with Java servlet...
2006 Jul 05
0
MasterView rails-optimized (x)html friendly template engine - Release 0.2.3
...ill be editable/styleable in a WYSIWYG editor. It was also a major goal that the syntax of these attribute directives be very similar to rails helpers so that one could intuitively start using MasterView with little learning curve other than knowing rails. MasterView was inspired by Amrita, Kwartz, Tapestry, Zope/PHP TAL, Liquid, and Web Objects but designed with a fresh approach and specifically targetted for rails users. Video A short video which demos the basic operation is available at http://masterview.org/videos/demo_short.html<http://masterview.org/videos/masterview_quick_start.html> Sc...
2006 May 09
8
Dynamically printing a page
Does anyone know of a cross browser solution to print a page/url after a user clicks a button? Currently, I''m using a "hidden" iframe to do my bidding. But from my experience, IE requires that the iframe''s src attribute be set initially to the url, in order for the page to open properly. I wasn''t able to add the iframe to the page dynamically, either. So