MySQL :: MySQL 5.1 Reference Manual :: 21.3.5.1 Driver/Datasource Class Names, URL Synt... - 0 views
-
The name of the class that implements java.sql.Driver in MySQL Connector/J is com.mysql.jdbc.Driver
-
JDBC URL Format The JDBC URL format for MySQL Connector/J is as follows, with items in square brackets ([, ]) being optional: jdbc:mysql://[host][,failoverhost...][:port]/[database] » [?propertyName1][=propertyValue1][&propertyName2][=propertyValue2]... If the host name is not specified, it defaults to 127.0.0.1. If the port is not specified, it defaults to 3306, the default port number for MySQL servers. jdbc:mysql://[host:port],[host:port].../[database] » [?propertyName1][=propertyValue1][&propertyName2][=propertyValue2]... Here is a sample connection URL: jdbc:mysql://localhost:3306/sakila?profileSQL=true
-
Initial Database for Connection If the database is not specified, the connection is made with no default database
- ...2 more annotations...
MySQL :: MySQL 5.1 Reference Manual :: 21.3.5.2 JDBC API Implementation Notes - 0 views
-
Connection
-
If you need to determine if the connection is still valid, issue a simple query, such as SELECT 1. The driver will throw an exception if the connection is no longer valid.
Appendix C. Spring Security Dependencies - 0 views
-
Spring Security Dependencies
-
This appendix provides a reference of the modules in Spring Security and the additional dependencies that they require in order to function in a running application
-
C.1 spring-security-coreThe core module must be included in any project using Spring Security.
- ...8 more annotations...
Seam - Contextual Components - 0 views
-
15.6. Authorization
-
Seam Security is built around the premise of users being granted roles and/or permissions, allowing them to perform operations that may not otherwise be permissible for users without the necessary security privileges
-
15.6.1. Core concepts
- ...15 more annotations...
MySQL :: MySQL 5.7 Reference Manual :: 5.1.4 Server System Variables - 0 views
-
autocommit
-
auto_increment_offset
-
auto_increment_increment
- ...4 more annotations...
Seam Cron Module - 0 views
-
Seam Cron is a CDI portable extension for scheduled and asynchronous method invocation
-
It wraps common scheduling and backgrounding tasks in an intuitive, type-safe, event driven API
-
Seam Cron Module
JBoss Seam 3 JMS Module - 0 views
-
Bridging the Gap
-
Routing CDI Events to JMS
-
CDI Events from JMS Messages
Seam International Module - 0 views
-
3. Locales
-
3.2. User Locale
-
4. Messages4.1. Message Creation4.2. Properties Files
OpenTravel Forum - 0 views
-
OpenTravel Codes in Schema
-
If you are an inventory supplier, you would reference a rate plan code known to your system, such as “DELUXE” or “Deluxe Room”
-
RoomTypeCode
- ...2 more annotations...
Preemptive commit comments | Arialdo Martini - 0 views
-
Tell me what the software does
-
What is the project behavior, in this snapshot?
-
What did the programmers, in order to produce this snapshot?
- ...43 more annotations...
Login for Server-side Apps - Facebook Developers - 0 views
-
compare it to the same state variable stored client-side in the session
-
If the user decided to decline to authorize your app
-
YOUR_REDIRECT_URI
- ...38 more annotations...
tiainen: Easy OAuth using DaliCore and Glassfish: the service provider - 0 views
-
Easy OAuth using DaliCore and Glassfish: the service provider
-
CDI configuration
-
use CDI to inject a reference to the UserBean and the OAuthBean
- ...2 more annotations...
TH03-EP01-US001 - Media Management, Media Upload, Media Item Fields (Groomed BE21, FE8)... - 0 views
-
Media Management,
-
upload a new media item
-
syndication and encoding - not part of this user story
- ...26 more annotations...
Chapter 14. Tide client framework - 0 views
-
14.3. Contexts and Components
-
core concepts
-
component
- ...14 more annotations...
Chapter 2. Mapping Entities - 0 views
-
2.2.3. Mapping identifier properties
-
@Id annotation lets you define which property is the identifier of your entity
-
can be set by the application itself
- ...1 more annotation...
Page - Facebook Developers - 0 views
-
photos
-
Create
-
HTTP POST request to PAGE_ID/photos
- ...9 more annotations...
Page - Facebook Developers - 0 views
-
picture
FB CMS (DMS) User Stories - Projects - Confluence - 0 views
-
Sequence Diagrams (Upload):
‹ Previous
21 - 40 of 105
Next ›
Last »
Showing 20▼ items per page