>I think it's important to slowly isolate the Jmeter core from GUI, If anybody wants to contribute that, please do so.
Antonio>I think it's a good idea to add DSL in core is a good idea The immediate question is do we put classes for DSL right into the current ApacheJMeter_core, ApacheJMeter_http, ApacheJMeter_jdbc, or do we create a new set of modules like ApacheJMeter_core_dsl, ApacheJMeter_http_dsl, and so on? It might be that in the future ApacheJMeter_http would become ApacheJMeter_http, ApacheJMeter_http_gui, ApacheJMeter_http_dsl. That would triple the number of folders in src/protocols. If there are no objections, I would try adding DSL via extra modules. Vladimir