Getting started with the Facebook SDK and ActionScript 3
Group items matching
in title, tags, annotations or url
6More
Getting started with the Facebook SDK and ActionScript 3 | Adobe Developer Connection - 0 views
-
invoke the Facebook API to login as well as to get details about the user, friends, photos, and other information
- ...3 more annotations...
-
FB.init – initialize Facebook API FB.login - login to Facebook FB.api - perform a Graph API call on Facebook
34More
Supported Place Types - Google Places API (Experimental) - Google Developers - 0 views
- ...30 more annotations...
-
but not when adding a Place
3More
JdbcRealm (Apache Shiro :: Core 1.1.0 API) - 0 views
-
subclassed and the appropriate methods overridden. (usually doGetAuthenticationInfo(org.apache.shiro.authc.AuthenticationToken), getRoleNamesForUser(java.sql.Connection,String), and/or getPermissions(java.sql.Connection,String,java.util.Collection)
10More
shared by kuni katsuya on 03 Sep 12
- No Cached
Realm (Apache Shiro :: Core 1.1.0 API) - 0 views
127.0.0.1/...Realm.html
security ApacheShiro Realm authentication authorization user Role Permission

- ...7 more annotations...
-
A Realm is a security component that can access application-specific security entities such as users, roles, and permissions to determine authentication and authorization operations
-
If for some reason you don't want your Realm implementation to perform authentication duties, you should override the supports(org.apache.shiro.authc.AuthenticationToken) method to always return false
-
Most users will not implement the Realm interface directly, but will extend one of the subclasses, AuthenticatingRealm or AuthorizingRealm, greatly reducing the effort requird to implement a Realm from scratch
3More
shared by kuni katsuya on 03 Sep 12
- No Cached
JdbcRealm (Apache Shiro 1.2.1 API) - 0 views
shiro.apache.org/...JdbcRealm.html
ApacheShiro security jdbc authentication authorization JdbcRealm javadoc

-
this class can be subclassed and the appropriate methods overridden. (usually doGetAuthenticationInfo(org.apache.shiro.authc.AuthenticationToken), getRoleNamesForUser(java.sql.Connection,String), and/or getPermissions(java.sql.Connection,String,java.util.Collection)
9More
Chapter 12. ActionScript 3 Reflection API - 0 views
- ...5 more annotations...
-
XML data
-
describing its parameter object and is therefore not type-safe and its use is subject to many syntax errors.
-
GraniteDS provides a Java-like reflection API that encapsulates describeType calls and offers a type-safe, object-oriented, set of reflection classes and methods
4More
Remote debugging in JBoss « Our Craft - 0 views
9More
DataSource configuration - JBoss AS 7.0 - Project Documentation Editor - 0 views
4More
DataSource configuration - JBoss AS 7.1 - Project Documentation Editor - 0 views
37More
Selling Weld and EE6 | Weld | JBoss Community - 0 views
- ...32 more annotations...
-
Their template pattern is a solution in search of a problem
-
Because, of course, there are no other well-known patterns for dealing with boiler-plate cleanup code and connection leaks.
-
brain-damage that Spring does to people!
-
It's a very impressive magic trick, and I wish I knew how to do it myself. But then, I'm just not like that. I'm always trying to poke holes in things - whether they were Invented Here or Not.
-
exception handling, this is one area where Spring does a good job: "The Spring Framework's handling of SQLException is one of its most useful features in terms of enabling easier JDBC development and maintenance. The Spring Framework provides JDBC support that abstracts SQLException and provides a DAO-friendly, unchecked exception hierarchy."
-
Automatic connection closing (and other boiler-plate code) is obviously a hard requirement to be handled by the fwk.
-
Pffffff. It's a trivial requirement which I can solve in my framework with two lines of code in a @Disposes method. Did you see any connection handling in the code above?
-
I mean, seriously guys. The Spring stuff is trivial and not even very elegant. I guess it's easier for me to see that, since I spent half my career thinking about data access and designing data access APIs. But even so...
-
They don't understand, or see the value of, using managed objects to represent their persistent data.
-
Um. Why? Why would that be a bad thing? I imagine that any app with 1000 queries has tens of thousands of classes already. What's the problem? Why is defining a class worse than writing a method?
-
Are you working from some totally bizarre metric where you measure code quality by number of classes?
22More
shared by kuni katsuya on 27 Mar 13
- No Cached
Unquiet Code | Using Generics To Build Fluent API's In Java - 0 views
www.unquietcode.com/...s-to-build-fluent-apis-in-java
Java generics FluentAPI DesignPatterns ApiDesign

- ...19 more annotations...
-
creates a bad sort of dependency where we need to update the base class every time we make a new derived class. Not good!
-
The type parameter is saying “the Child class must extend Base<Child>”, forcing the Child class to provide its own type to the type system
-
Now that we can return the derived class in our chained method calls we are free to alternately call methods from the base class and the derived class
-
All of the normal polymorphic abilities are retained (you can see that we’ve implemented the abstract bake() method required by BakedGood)
32More
Getting Started · UnquietCode/Flapi Wiki - 0 views
6More
Advanced Searching - JIRA 5.1 - Atlassian Documentation - Confluence - 0 views
-
It is safer to search by Custom Field ID than by Custom Field nameIt is possible for a Custom Field to have the same name as a built-in JIRA system field, in which case JIRA will search on the system field (not your custom field). It is also possible for your JIRA administrator to change the name of a Custom Field, which could break any saved filters which rely on that name. Custom Field IDs, however, are unique and cannot be changed.
-
It is safer to search by filter ID than by filter nameIt is possible for a filter name to be changed, which could break a saved filter that invokes another filter by name. Filter IDs, however, are unique and cannot be changed.
- ...3 more annotations...
-
An Advanced Searching statement in your typed query will override an ORDER BY statement in the saved filter.
7More
7. Logging - Confluence - 0 views
-
If you need other logging implementation support, you may extend the org.granite.logging.Logger abstract class and register your custom logger with the org.granite.logger.impl system property:
-
<category name="org.granite.messaging.webapp.AMFMessageServlet"> <priority value="DEBUG" /> </category>
- ...2 more annotations...
2More
ISO 3166-2 - Wikipedia, the free encyclopedia - 0 views
5More
Listing Directory Contents with JDK 1.7 and NIO.2 : Adam Bien's Weblog - 0 views
20More
The 4 Most Important Skills for a Software Developer | Javalobby - 0 views
- ...17 more annotations...
-
especially important in software development, because no field I know of changes more rapidly than software development.
-
can accurately predict a developer’s skill level by looking at how they have named methods, variables and classes in code they have written
-
A developer who lacks the ability to give good names to concepts and data in their code is like a mute translator
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
3More
Fiddler Web Debugger - Configuring clients - 0 views
-
"HTTP application to use Fiddler? You can either directly configure the WinHTTP application to point to Fiddler, in code, or you can use the following command at the command prompt to tell WinHTTP to use Fiddler: On XP or below: proxycfg -p http=127.0.0.1:8888;https=127.0.0.1:8888 ...or this one to force WinHTTP to use WinINET's proxy settings: proxycfg -u On Vista or above, use an Elevated (admin) command prompt: netsh winhttp set proxy 127.0.0.1:8888 Note: On Windows 7 and earlier, netsh is bitness specific, so you may want to run the above command twice: first using the 32bit NETSH and then using the 64bit NETSH. This blog has more information. This issue was fixed in Windows 8; you can call either NetSh just once to set the proxy for both 32bit and 64bit WinHTTP hosts. Capture traffic from a different account, like ASP.NET on IIS or from a Windows Service? Trying to capture SOAP calls coming from ASP.NET or some background service process? By default, Fiddler registers as the proxy only for the current user account (ASP.NET runs in a different user account). To get a background process (like the ASP.NET or IIS process) to use Fiddler, you must configure that process to use Fiddler. Typically, this is done by editing web.config or machine.config for the ASP.NET installation, or the configuration for the code running within the Windows Service. Please see http://msdn.microsoft.com/en-us/magazine/cc300743.aspx#S4 or the section on .NET or WinHTTP, depending on which network stack the service is using. Configure Windows Phone 7 to use Fiddler? Please see http://blogs.msdn.com/b/fiddler/archive/2011/01/09/debugging-windows-phone-7-device-traffic-with-fiddler.aspx for actual device hardware, or http://blogs.msdn.com/b/fiddler/archive/2010/10/15/fiddler-and-the-windows-phone-emulator.aspx for the emulator. Configure Google Nexus 7 (Andoid 4.1 Jellybean) to use Fiddler? Please see this page. Configure Android Emulator to use Fiddler? Please see http://au