The name of the class that implements
java.sql.Driver in MySQL Connector/J is
com.mysql.jdbc.Driver
Group items matching
in title, tags, annotations or url
6More
MySQL :: MySQL 5.1 Reference Manual :: 21.3.5.1 Driver/Datasource Class Names, URL Synt... - 0 views
-
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...
-
fully specify table names using the database name (that is, SELECT dbname.tablename.colname FROM dbname.tablename...) in your SQL
-
work with multiple databases
2More
MySQL :: MySQL 5.1 Reference Manual :: 21.3.5.2 JDBC API Implementation Notes - 0 views
11More
Appendix C. Spring Security Dependencies - 0 views
-
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
- ...8 more annotations...
-
spring-jdbc Required if you are using the default JDBC-based AclService (optional if you implement your own).spring-tx Required if you are using the default JDBC-based AclService (optional if you implement your own).
Index of /seam/3/security/latest/reference/en-US - 0 views
18More
Seam - Contextual Components - 0 views
-
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 more annotations...
-
15.6.1.1. What is a role? A role is a group, or type, of user that may have been granted certain privileges for performing one or more specific actions within an application
-
used to create logical groups of users for the convenient assignment of specific application privileges
-
15.6.1.2. What is a permission? A permission is a privilege (sometimes once-off) for performing a single, specific action. It is entirely possible to build an application using nothing but permissions, however roles offer a higher level of convenience when granting privileges to groups of users
-
@Restrict annotation may reference any objects that exist within a Seam context. This is extremely useful when performing permission checks for a specific object instance.
-
If the expression specified doesn't evaluate to true, either if the user is not logged in, a NotLoggedInException exception is thrown or if the user is logged in, an AuthorizationException exception is thrown.
7More
MySQL :: MySQL 5.7 Reference Manual :: 5.1.4 Server System Variables - 0 views
5More
OpenTravel Forum - 0 views
-
If you are an inventory supplier, you would reference a rate plan code known to your system, such as “DELUXE” or “Deluxe Room”
- ...2 more annotations...
-
If you are not a supplier, you need to work with your supplier trading partners to get a list of room types supported by their CRS (central reservation system) or PMS (property management system.)
51More
shared by kuni katsuya on 15 Mar 13
- No Cached
Preemptive commit comments | Arialdo Martini - 0 views
arialdomartini.wordpress.com/...pre-emptive-commit-comments
BDD BehaviorDrivenDevelopment CommitComment BestPractices SoftwareEngineering

-
Tell me what the software does
- ...43 more annotations...
-
No more “Just a fix“, “Improvements” or “I made this, this, this and also this” comments.
-
A preemptive comment sets a micro goal
-
Without preemptive comments, I often went on coding, always asking myself: “Should I commit now? Have I reached a stable state which I could consider a good commit?“
-
A preemptive comment creates a little timebox
-
Writing comments preemptively puts the agreement between the pair members to a test
-
feature branch becomes a collection of evolutionary commits each of which has usually a 1:1 binding with tests
-
very easy to find which commit introduced a bug, since each commit is related to a single new goal/feature
-
I started taking a lot of care of the words I was using in comments, commits, test names and classes/variables/methods’ names
42More
Login for Server-side Apps - Facebook Developers - 0 views
-
compare it to the same state variable stored client-side in the session
- ...38 more annotations...
5More
tiainen: Easy OAuth using DaliCore and Glassfish: the service provider - 0 views
- ...2 more annotations...
-
dalicore-oauth persistently stores its request and access tokens, its users and its list of service consumers
43More
TH03-EP01-US001 - Media Management, Media Upload, Media Item Fields (Groomed BE21, FE8)... - 0 views
- ...26 more annotations...
-
definition
-
Rights of owner
-
Rights expiry date
-
Syndication
-
Category
-
Seasonality display rules
-
Associated with
-
can be viewed by users
-
Status
-
Aspect ratio
-
File size
-
File name
-
is this the original name of the file that was uploaded? if not, and it supposed to be the medlib file name, imho, should not be exposed. the medlib file name should be immaterial to the ecm user and generally, vfml should treat them as opaque to allow future changes without customer dependencies the only time an ecm user should care about a 'file name' is when they're uploading or downloading. but... once the file is uploaded, who cares what the original file name was? it will be recorded, but should be inconsequential to anything since it would never, ever be referred to again on download, (save as...) the original file name *could* be used, but any file name is just as good, since the downloader would also be given the option to rename the file
-
-
Media units consumed
17More
Chapter 14. Tide client framework - 0 views
- ...14 more annotations...
-
unique context that exists during the whole lifetime of the Flex application. It can be compared to to the server-side session
-
temporary contexts that can be created and destroyed at any time during the lifetime of the application
2More