pavitraasssoul.blogspot.com
Pavitra.ass.Soul: pureMVC 101
http://pavitraasssoul.blogspot.com/2011/07/puremvc-101.html
Wednesday, July 20, 2011. Apologies for the long-long delay. lets dive right into it. Disclaimer: I wont go into the API, or the class hierarchy at all. If that is what you need, Google it up. lots of stuff available. If you are not aware of the advantages of using a framework, let me quickly summarize. Removes boilerplate code. atleast some amount. PureMVC consists of 4 things.They are:. Proxy(Model part) - this will get ur data.from java,webservice etc. Apart from above four, you need to know "Notifica...
pavitraasssoul.blogspot.com
Pavitra.ass.Soul: Remoting example - part 3... The Configuration
http://pavitraasssoul.blogspot.com/2011/11/remoting-example-part-3-configuration.html
Tuesday, November 29, 2011. Remoting example - part 3. The Configuration. We are done with the Flex and java part. The only thing we are left with is the BlazeDS configuration. We were spared the basic legwork when we copied the deployment structure from an existing example. so we got all the required libs. and we got a readymade web.xml. Now regarding the BlazeDS config files. In the deployment. go to folder . Xml version=1.0 encoding=UTF-8? Class=flex.messaging.services.RemotingService. No trees were f...
pavitraasssoul.blogspot.com
Pavitra.ass.Soul: Simplest possible pureMVC + flex 3 program
http://pavitraasssoul.blogspot.com/2011/11/sample.html
Tuesday, November 15, 2011. Simplest possible pureMVC flex 3 program. Without much ado. here it goes. How to arrange the code. Blazetest.mxml is our main and only application file. DemoFile small.xml . is just there to retrieve a small piece of data . just to show the entire cycle(refer below post). Now lets check out the code one by one. Xml version="1.0" encoding="utf-8"? CDATA[ import flash.events.Event; import com.assets.Constants; import com.view.ApplicationMediator; import c...ActionScript file pac...
pavitraasssoul.blogspot.com
Pavitra.ass.Soul: Remoting example - part 1 .. the java part and the deployment structure
http://pavitraasssoul.blogspot.com/2011/11/remoting-example.html
Tuesday, November 29, 2011. Remoting example - part 1 . the java part and the deployment structure. Remote Objects is one of the way to get data from server side along with Web services and HTTP Services. And it is also the fastest. for mainly because.communication takes place in AMF which is a binary format. You will need something . a go-between between flex and java. for eg. LCDS. or BlazeDS.Today we will find out how to make a simple server side call using BlazeDS. It was put there later. so dont...
pavitraasssoul.blogspot.com
Pavitra.ass.Soul: July 2011
http://pavitraasssoul.blogspot.com/2011_07_01_archive.html
Thursday, July 21, 2011. This is just a sample application flow. this can be modified to a large extent, but its the simplest one you will come across, and it'll demonstrate the complete functionality provided by PureMVC. Next we'll come to the actual code. Posted by Arjun Shankar. Wednesday, July 20, 2011. Apologies for the long-long delay. lets dive right into it. Disclaimer: I wont go into the API, or the class hierarchy at all. If that is what you need, Google it up. lots of stuff available. Facade (...
pavitraasssoul.blogspot.com
Pavitra.ass.Soul: How it flows..?
http://pavitraasssoul.blogspot.com/2011/11/how-it-flows.html
Friday, November 18, 2011. If we run the application in debug mode. the output received is. Lets see how it works out. When you try to retrieve an instance of ApplicationFacade. the initializeController(). Is called automatically. hence. "leaving initialize controller". What it does behind the scene is register our Command class and Proxy. Of the application two functions are called. facade.startup(). Which actually does nothing at all. as the trace shows. and init(). Press the button on the screen. ".
pavitraasssoul.blogspot.com
Pavitra.ass.Soul: Application flow...
http://pavitraasssoul.blogspot.com/2011/07/application-flow.html
Thursday, July 21, 2011. This is just a sample application flow. this can be modified to a large extent, but its the simplest one you will come across, and it'll demonstrate the complete functionality provided by PureMVC. Next we'll come to the actual code. Posted by Arjun Shankar. Subscribe to: Post Comments (Atom). I am going through. Kapil Paaji's experiment with it. Only if u suffer from having a lot of free time. Who has time for this. The learnings of my mind. View my complete profile.
pavitraasssoul.blogspot.com
Pavitra.ass.Soul: January 2011
http://pavitraasssoul.blogspot.com/2011_01_01_archive.html
Tuesday, January 04, 2011. Adobe Flex using pureMVC and BlazeDS tutorial - intro. This has taken a long time coming. but finally I can put some effort into this. I started working with AdobeFlex, pureMVC and BlazeDS about a year back. It was mostly self-effort apart from a 2 hr initial tutorial(crash-course) by a senior(by the end of which i was sitting with my mouth open). I am no expert and have very less experience in this field. But when asked to make a small POC, I faced hell. What I am going to do,...
pavitraasssoul.blogspot.com
Pavitra.ass.Soul: March 2009
http://pavitraasssoul.blogspot.com/2009_03_01_archive.html
Sunday, March 15, 2009. All in the family. ITC makes safety matches (AIM). ITC makes mouth freshner(Minto fresh) .so that u won't get caught. They think of evrything. Posted by Arjun Shankar. Subscribe to: Posts (Atom). I am going through. Kapil Paaji's experiment with it. All in the family. Only if u suffer from having a lot of free time. Who has time for this. The learnings of my mind. View my complete profile. Quotation of the Day. Simple theme. Powered by Blogger.
pavitraasssoul.blogspot.com
Pavitra.ass.Soul: technically bored .. and confused..
http://pavitraasssoul.blogspot.com/2015/03/technically-bored-and-confused.html
Tuesday, March 24, 2015. Technically bored . and confused. I am fed of what I am working with.moreover I am fed up with what I am working on. I need to learn something new. maybe I need to get a new job. I have been working with Adobe flex 3. more recently 4.10 . all my career . People have been going on how flex is dead and what not . but seriously I don't see any serious alternative for enterprise applications as of now. But since I am really really bored. lets start with html5. Problems i already know.