Article:
 |
 |
RAD That Ain't Bad: Domain-Driven Development with Trails
|
| Subject: |
How about using BeanShell for creating model classes? |
| Date: |
2005-07-17 20:01:30 |
| From: |
ccnelson |
|
Response to: How about using BeanShell for creating model classes?
|

|
|
The thing that might make using a scripting language more difficult is persisting these domain object via HIbernate. The use of Hibernate annotations means we can map our domain model without have to go monkey with XML files. With a scripting language that doesn't have annotations we need to find another way. We also may have issues if these objects are not "real" java objects. Hibernate would need to know how to persist them. |