Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: How to organize Catalyst stash

by dwm042 (Priest)
on Nov 19, 2010 at 02:29 UTC ( #872408=note: print w/replies, xml ) Need Help??


in reply to How to organize Catalyst stash

When I'm not using a JSON view, I pass data as objects. But the JSON view doesn't handle objects well, so then I serialize the objects and pass hashrefs.

Since most of my more interesting pages have plenty of jQuery and Ajax calls, passing objects becomes more or less impossible.

David.

Replies are listed 'Best First'.
Re^2: How to organize Catalyst stash
by ruoso (Curate) on Nov 19, 2010 at 12:22 UTC

    That means you should write specialized view classes and call that view from the controller, instead of doing the serialization in the controller.

    daniel
      I don't serialize in the controller. All my controllers do is pass data to the view.

        Sorry, I should have said: Don't prepare view-specific hashrefs in the controller, create custom view classes to do that.

        I think you understood I was implying you were creating the JSON string in the controller, and that's not the case. What I meant was the building of the hashref that you pass to the json view. The way to build that hashref should be in the view, not the controller.

        daniel

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://872408]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others examining the Monastery: (4)
As of 2023-06-09 18:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    How often do you go to conferences?






    Results (36 votes). Check out past polls.

    Notices?