If you're interested in writing an article for our Article Network, please get in touch with us through our Article Network FAQ page.
Knowledge Bomb
* If you define all the JPA fields and relationships in your entity class, then Roo will automatically delete the corresponding *_Roo_DbManaged.aj ITD file.
* The @PathVariable not only binds the value of the URI variables to method parameters, but also performs type conversion.
Java 7: Managing Files and Directories
In this article by Richard M.Reese and Jennifer L.Reese authors of Java 7 New Features Cookbook , we will cover the following:
- Creating files and directories
- Controlling how a file is copied
- Managing temporary files and directories
- Setting time-related attributes of a file or directory
- Managing file ownership
- Managing ACL file permissions
- Managing POSIX attributes
Customizing Look and Feel of UAG
UAG customizations can be very intense and deeply technical, but what everyone wants is for everything to look its best, right? The fact is, a large portion of UAG customers perform at least some adjustments to the appearance, even if it is just changing the title of the portal page. Look and feel customizations are considered to be rather well documented, as opposed to some of the more advanced stuff you will see later on in the book, but the purpose of this chapter is not to repeat that official documentation. We will be guiding you through the actual process, of course, but also suggesting some creative thoughts to get the message across in ways that you may have never thought of.
In this article by Erez Ben-Ari and Rainier Amara , the authors of Mastering Microsoft Forefront UAG 2010 Customization,the following topics will be covered:
- Visual customization overview
- Customizing the login and admin pages
- Customizing the portal
- Portal application icons
- Changing texts
- Adding a user-interface language
- Portal selection for clients
Making Your iAd
We can now start using the content we optimized to work well with iAd, to build our first ad.
In this article by Ben Collier we'll be covering the following topics:
- Installing iAd Producer on your Mac
- Familiarizing ourselves with the iAd Producer interface
- Setting up a blank iAd to work with
- Using templates to build each section of your iAd
- Tweaking the templates to make your ad even more awesome
- Using Safari to preview the animations in an iAd
Sencha Touch: Layouts Revisited
In this article by John E. Clark and Bryan P. Johnson, authors of Sencha Touch Mobile JavaScript Framework, we will examine the layout configuration option and how it affects each of the components.
Specifically, we will cover the following points:
- The base component class
- Layouts revisited
The Various Components in Sencha Touch
In this article by John E. Clark and Bryan P. Johnson, authors of Sencha Touch Mobile JavaScript Framework, we will take a look at the individual components available in Sencha Touch. we will use the simple base components as a starting point for learning about the more complex components. We'll also talk a bit about how to access our components after they have been created.
This article will cover the following topics:
- The TabPanel and Carousel components
- The FormPanel components
- MessageBox and Sheet
- The map component
- The List and NestedList components
Creating a Simple Application in Sencha Touch
This article will walk you through creating a simple application in Sencha Touch. We will cover the basic elements that are included in any Sencha Touch application, and we will take a look at the more common components you might use in your own applications: containers, panels, lists, toolbars, and buttons.
In this article by John E. Clark and Bryan P. Johnson, authors of Sencha Touch Mobile JavaScript Framework, we will cover:
- Setting up your folder structure
- Starting from scratch with TouchStart.js
- Controlling the container using layouts
- Testing and debugging the application
- Updating the application for production
- Putting the application into production
Creating, Compiling, and Deploying Native Projects from the Android NDK
A man with the most powerful tools in hand is unarmed without the knowledge of their usage. Eclipse, GCC, Ant, Bash, Shell, Linux—any new Android programmer needs to deal with this technologic ecosystem. Depending on your background, some of these names may sound familiar to your ears. Indeed, that is a real strength; Android is based on open source bricks which have matured for years. Theses bricks are cemented by the Android Development Kits (SDK and NDK) and their set of new tools: Android Debug Bridge (ADB), Android Asset Packaging Tool (AAPT), Activity Manager (AM), ndk-build, and so on. So, since our development environment is set up, we can now get our hands dirty and start manipulating all these utilities to create, compile, and deploy projects which include native code.
In this article by Sylvain Ratabouil, author of Android NDK Beginner’s Guide we are going to do the following:
- Compile and deploy official sample applications from the Android NDK with Ant build tool and native code compiler ndk-build
- Learn in more detail about ADB, the Android Debug Bridge, to control a development device
- Discover additional tools like AM to manage activities and AAPT to package applications
- Create our first own hybrid multi-language project using Eclipse
- Interface Java to C/C++ through Java Native Interfaces (in short JNI)
By the end of this article, you should know how to start up a new Android native project on your own.
Read Creating, Compiling, and Deploying Native Projects from the Android NDK in fullAdministrating the MySQL Server
In this article wirtten by Marc Delisle, author of Mastering phpMyAdmin 3.4 for Effective MySQL Management, we will discus how a system administrator can use the phpMyAdmin server-management features for day-to-day user account maintenance, server verification, and server protection. The subject of how non-administrators can obtain server information from phpMyAdmin is also covered.
Server administration is mostly done via the Server view, which is accessed via the menu tabs available on phpMyAdmin's home page.
Read Administrating the MySQL Server in fullMonitoring and Responding to Windows Intune Alerts
In this article by David Overton, author of Microsoft Windows Intune 2.0: Quickstart Administration, we will examine the real-time nature of PC management as we explore the alerts that Windows Intune raises which require action on our part, exploring how we both monitor and respond to them.
We can have configure computers to minimize situations where alerts will be raised through good practices of updates, firewall, and anti-malware management. However, problems will still arise with users' computers, whether this is a request for assistance, a computer that will not boot, or some other warning picked up by Windows Intune. These need to be categorized and responded to in a timely manner. Some can be closed and filed depending on circumstances, while others require a visit to the computer itself with other tools to further diagnose and resolve.
In this article, we will discuss this in the following sections:
- General Windows Intune alerts
- Malware alerts
- Remote Assistance alerts
Common API in Liferay Portal Systems Development
This article by Jonas X.Yuan, author of Liferay Portal Systems Development will introduce user management and password policy first. Then it will address authentication and authorization. LDAP and SSO integration will be introduced afterwards. Tracking and auditing services API will be addressed in detail after this. Finally, it will address scripting engine, polling, web services, WSRP, and the OSGi framework.
By the end of this article, you will have learned about the following:
- User management
- Password policy
- Authentication and authorization
- LDAP and SSO
- Tracking and auditing
- Rules engine and reporting engine