View Full Version : Application partitioning
wluijk
12 Jan 2008, 3:16 AM
I am starting an application that can grow quite large. How do i partition my application as is done in the documumentation website. Do you know examples or articles?
steven
12 Jan 2008, 4:28 AM
I'm currently developing two large applications in Ext but I use very different methods to split them up because they are very different in the way they work.
The code for the Ext docs is there to read if you want to see how that is done.
Do you have lots of screens/tabs/pages etc that need their own different javascript?
wluijk
12 Jan 2008, 5:04 AM
I think there will be about 30 different screens where maybe 8 can be generalised to 1. I am seeking just the first steps how to find out if the screens only need deferring or that i have to use full blown html for the forms with their own references to the ext libraries.
zillabyte
14 Feb 2011, 7:14 PM
I've been looking at ExtJs for a couple of weeks now and experimenting. Just bought a license and about to jump into this. Most examples I've seen deal with an application that deals with usually one page. The application I'm working on will have to be many pages. I've read several posts/blogs and the like that describe building a large application but being that I'm pretty new at this it's hard for me to put all the pieces together. I understand the part about creating modular pieces, but I'd like to see an app that utilizes more than one page. I'd like to see how the files are setup and how they are called by the main application. I have an idea of how this could be done but I'd like to hear how someone more experience with ExtJs has done this. A small example of three or four pages would be very helpful. Any?
alien3d
14 Feb 2011, 7:51 PM
Just wait for ext4.Since it said can load javascript file on demand.For current i do multiplied page instead of 1 page.It's easy to maintain.
zillabyte
14 Feb 2011, 9:47 PM
Seeing that I'm new and 4 isn't far off I'll probably still be getting going by the time it's released. Though, I haven't read anything about it. Hopefully, there will be some good examples of the new features. I'm sure I could figure out a scheme for creating an application just based on what I've seen and read. I'm just surprised there is not more examples of this, or at least one good one. I've read that others have done it like yourself but no examples were given. So, did you just "roll your own" or is there some other resources you used that led to your design? Thanks for your input. Any help is always appreciated.
Powered by vBulletin® Version 4.1.5 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.