Or do you think there's a scenario in your app that remoting could be of any help to solve?
Well, other then possibly performance and scalability down the road, not really. Maybe bragging rights or the fact that just about everything i read says to use 3-tier. The one exception to that is Rocky Lokhota who says use 2-tier unless your dragged kickng and screaming to 3-tier...hence why im asking fellow llblgeners
I thought that if i wrote my app well i could probably switch without to much effort, especially if i wrote the app figuring that down the road it might need a 3rd tier.
When you do remoting or 2-tier, do you use multithreading for loading/saving?
Say a user wants to edit a specific order (typically probably 20-25 entities maxium being loaded into memory). Would you then load the data on a background thread, let the user edit it, then save it on a background thread?
Thanks