When we write SS 1.0 scripts for Extensions, we usually have the architecture like this:
Frontend Model ->
Service.ss -> ServiceController -> Backend Model (SS 1.0)
But I noticed, that for writing SS 2.0 scripts, the architecture looks like this:
Frontend Model ->
Service.ss (SS 2.0)
Is this the correct way of communicating with NetSuite for 2.0 based extension solutions?