Work - Yash-777/LearnJava GitHub Wiki
The Tor Browser is a web broswer that anonymizes your web traffic using the Tor network, making it easy to protect your identity online.The Tor Browser is a web broswer that anonymizes your web traffic using the Tor network, making it easy to protect your identity online.
Connection Pooling and Caching
JNDI Datasource Conf:
- https://tomcat.apache.org/tomcat-7.0-doc/jndi-datasource-examples-howto.html
https://stackoverflow.com/questions/15064260/should-you-set-up-database-connection-properties-in-server-xml-or-context-xml
- https://stackoverflow.com/questions/20033596/how-to-configure-jndi-connection-pooling-for-more-than-one-database
- https://www.codejava.net/servers/tomcat/configuring-jndi-datasource-for-database-connection-pooling-in-tomcat
- https://stackoverflow.com/questions/17539037/configuring-jndi-initialcontext-from-xml-file
Schema Vs DBName
https://stackoverflow.com/questions/26681669/difference-between-database-name-and-schema-name-in-sqlalchemy
- https://dba.stackexchange.com/questions/68150/what-is-the-difference-between-schema-and-database-in-oracle
- https://www.differencebetween.com/difference-between-database-and-vs-schema/
- https://database.guide/db_name-vs-original_db_name-in-sql-server-whats-the-difference/
PL/SQL Packages and Procedures
https://stackoverflow.com/questions/25763664/pl-sql-packages-and-procedures
Procedures and Functions
https://docs.oracle.com/cd/A84870_01/doc/server.816/a76965/c17pckgs.htm
http://dba-oracle.com/plsql/t_plsql_procedures.htm
- https://stackoverflow.com/questions/924490/how-do-i-execute-private-procedures-in-an-oracle-package
java PDF file horizontal
https://stackoverflow.com/questions/212577/how-do-you-create-a-pdf-from-xml-in-java
- https://xmlgraphics.apache.org/fop/0.95/output.html
- https://xmlgraphics.apache.org/fop/
- https://www.java4s.com/core-java/creating-pdf-with-java-and-itext-generating-pdf-using-java-example/
- https://www.baeldung.com/java-pdf-creation
- https://blog.e-zest.com/integrating-apache-fop-with-java-project-to-generate-pdf-files/