How to name the import / export packages in Java?

I have an export / import routine which becomes bigger and I decided to split up the packages into two smaller.

I tried to use org.yourcompany.business.export ...works fine! Unfortunately the opposite package with the name org.yourcompany.business.import is not possible to use due to the reserved keyword import in Java.

How do you name your import / export packages?

Thank you!

12
задан Christopher Klewes 3 March 2011 в 10:12
поделиться