B4J Question Size Aplication (Help)

BeneBarros

Active Member
Licensed User
Longtime User
I have an application with approximately 30 modules and libraries varies.
this application is expected to further grow
Would I like a suggestion if I continue developing into one application or should I separate from a menu and several independent applications using the Shell.
I think it should exceed 70 or more modules.
So far it works perfect.
 

Attachments

  • jBiblio.jpg
    jBiblio.jpg
    251.3 KB · Views: 166

Roycefer

Well-Known Member
Licensed User
Longtime User
Without knowing more about your application, it's hard to say. But, instinctively, I would not split it up and use the shell. Using the shell would break the cross-platform portability of using Java (or at least make it a lot harder to maintain). It would also introduce a new layer of opacity when troubleshooting bugs and a whole new avenue for the introduction of new bugs. And finally, as you say, so far it works perfectly. Why fix what isn't broken?
 
Upvote 0

BeneBarros

Active Member
Licensed User
Longtime User
Without knowing more about your application, it's hard to say. But, instinctively, I would not split it up and use the shell. Using the shell would break the cross-platform portability of using Java (or at least make it a lot harder to maintain). It would also introduce a new layer of opacity when troubleshooting bugs and a whole new avenue for the introduction of new bugs. And finally, as you say, so far it works perfectly. Why fix what isn't broken?
thanks ... I will keep as is
 
Upvote 0
Top