develwoutacause’s avatardevelwoutacause’s Twitter Archive—№ 765

  1. …in reply to @martinfowler
    @martinfowler @andee_marks I think @OracleAPEX kind of does this? You define a bunch of #SQL tables and it generates a web UI with a bunch of HTML tables with CRUD operations. The business logic isn't well encapsulated though, since you mostly do it in the client or with SQL functions, so not a great ex.