Hello, I am a newbie.
What API to choose to address the following problems. Java program CLI ( command line interface) and parameters. Is Guice always the way to choose ? Case A: Few parameters (about 3). Like directory, and so on. Case A bis: Same parameters, but you can enter an interactive way different types of commands with their parameters. Case B: Many parameters, including instances of the same object with several parameters. Considering how much these parameters are, they are in a file (XML or properties). Case B bis: Same parameters, but you can enter an interactive way different types of commands with their parameters. What about following APIs? Commons Configuration http://commons.apache.org/configuration/ CLI http://jakarta.apache.org/commons/cli/ args4j https: / / args4j.dev.java.net / Guice http://code.google.com/p/google-guice/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "google-guice" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-guice?hl=en -~----------~----~----~----~------~----~------~--~---
