-
Notifications
You must be signed in to change notification settings - Fork 10
How to Learn Use the APIs correctly and efficiently
landawn edited this page Apr 29, 2018
·
1 revision
AbacusUtil provides thousands of most convenient and efficient APIs/methods. Some are Java 8/Functional-oriented. To learn and use the APIs correctly and efficiently, you should have:
- Basic knowledge about Java Programming language and the Collection APIs.
- Basic knowledge about Lambdas and Stream APIs in Java 8. Refer to: What's new in Java 8.
- Specific domain knowledge for specific APIs. For example: To learn/use SQLExecutor, you need to have the basic knowledge about SQL and JDBC.
- How to Learn/Use the APIs correctly and efficiently
- Programming in RDBMS with Jdbc/PreparedQuery/SQLExecutor/Mapper/Dao
- JSON/XML Parser
- SQLite Executor
- SQL Executor
- SQL Builder
- SQL Mapper
- DataSet
- JdbcUtil/CSVUtil
- IOUtil
- PrimitiveList
- Profiler
- Http Client
- Web Services
- Programming in Android
- Parse/Analyze/Operate (Big) Data (on N servers in parallel)
- Code Generation
- Introduction to JDBC
- Naming Convention
- Partitioning/Distribution
- SQL/NoSQL
- Model/Entity