Application delivery architecture alternatives

Hi All,
For those who might have confronted the problem of dealing with the provisioning of applications across WAN links hosted out of central / single instances data center, far away from the primary user base, would know that provisioning of GbE or investing in LAN technologies / superdome servers exclusively, doesn't make much sense anymore.
With an upcoming proposal to host a single instance ERP systems out of a datacenter in an asian country, I am confronted with the same problem. I do understand that WAN optimisers, application load balancers coupled with suffcient bandwidths & a 24/7 network operations center to cater for my 10,000 odd user base, apread across different parts of the world, are a given.
What else?
Is a single instance model of an ERP ( as proposed by our SIs) the best design? To me, even though hosted in our own datacenter this would be just a simulation of cloud computng architecture.
Can the instances be spread across various countries to enhance user experience and increase app response times? I am a bit worried that 'change management' of users who currently access the legacy ERP application over the LAN bandwidths of a giga range, would not be an easy process and I need to technically design the most efficient app delivery process across the WAN links, as possible.
Any advise is welcome!
Rgds

On Mon, 27 Jun 2005 14:15:32 GMT, [email protected] wrote:
> Does Zenworks provide Bandwidth Throttling on Application delivery for
> Handheld devices specially BlackBerry ones ?
hmm... IIRC you can configure Bandwith usage.. don't know if it differens
between supported platforms though... also keep in mind that AFAIK
Blackberry Java Version is not supported at the moment... don't know about
ZFH 7.0 though..
Marcus Breiden
Please change -- to - to mail me.
The content of this mail is my private and personal opinion.
http://www.edu-magic.net

Similar Messages

  • Task of message server inside application server architecture

    Hi Folks,
          I have just started learning ABAP.
          And i have following queries in mind.
    what is the task of message server inside the application server architecture?
          Regards

    Hi,
    it's always to start with [SAP documentation|http://help.sap.com/SAPhelp_nw70/helpdata/en/fc/eb2e8a358411d1829f0000e829fbfe/content.htm]. You can have multiple application servers for one system. In this scenario application servers need to communicate. They use message server for this purpose. There is always just one message server for each system.
    Cheers

  • Application server architecture 2

    Hello guys,
    I have few questions about application server architecture�
    I already was asking similar question (http://forum.java.sun.com/thread.jspa?threadID=654898) and got few replies which were looking for me quite ok, but after reading more docs I doubt that suggested approach is right.
    So, I have a task to build a server application which will do the following: Clients (special java clients) will connect to it and send some data for further processing on server side. Chunks of data will be relatively small but they will take a lot of time for processing � up to one or two days.
    Also server will run some sort of �database� where all clients� working data will be stored. So, in case a client loses its data he/she is always able to download it from the server.
    For me it was seeming like server will consist of the following components:
    1. �Reception�. This part will be responsible for all client-communication procedures.
    2. �Data storage�. This part will simply store all clients� data and provide some API interface for clients through �reception� to manage it (add/get/delete and so on).
    3. �Processor�. Some sort of dummy-sophisticated module. It will take some input data from �data storage� when it receives order for this and process it. �Processor� will have two states: �busy� which means �processor� processing some data and �available� which means �processor� ready to process new data.
    4. �Manager�. This part will always check �data storage� for new data and �processor� for availability. When �processor� and new data are available �manager� will make an order for �processor� to take new data from �data storage� and process it.
    I got few suggestions:
    1. Make �Reception� stateless session bean. I agree with it. It is quite reasonable.
    2. Make �Data storage� as a session bean that will use entity beans or hibernate to work with persistent data. It is also seems quite reasonable and as it was suggested I would like to implement my own data access mechanisms instead of using those which provided by J2EE server.
    3. !!! �Processor�. Suggestion was the following: �Use a message driven bean. Make Reception to enqueue a message when new data is available for processing. Processor will process the data and store the resut in database using Data Storage session bean.� It is quite reasonable, except one little thing: I read that Message Driven Beans are not designed for long time processing. Moreover, for example in my JBoss server, Message Driven Beans have attribute KeepAliveMillis=30000. For me it seems that after 30 second my message driven bean will be killed by server and now I doubt: is message driven bean a good solution for implementation long time running processor?
    Now I am thinking that �processor� component should run as an additional application outside of J2EE server and from time to time (when data is finally processed and �processor� available again) send messages to my j2ee server.
    So, whole picture will look like this (please have a look on the picture: http://www.flickr.com/photos/77716401@N00/35565234/ ):
    1. j2ee server always on and ready to create �reception� session stateless EJB to serve remote clients. At the beginning it thinks that �processor� offline and doesn�t attempt to interact with �processor� in any way.
    2. When clients appear to interact with server they simply send or receive package of data without complex interaction. �Reception� simply receives data from clients, pass it to �data mapper� component and tells to �manager� that new data available for �processor� to process. �Data mapper� component stores received data in �database�.
    At this point j2ee server does two simple things:
    - Collecting information for further processing from remote users
    - Returning backups of received information to its owners.
    3. �Processor�. �Processor� talks with my j2ee application via �Manager� stateful EJB. When �processor� runs first thing it does it asks �manager� for data to process. If there is new no data to process, �processor� does nothing but �manager� remembers that �processor� is ready to work. If there is data to process �manager� passes data to �processor� and remembers that �processor� is busy.
    4. When �processor� finishes processing it does the following:
    a. Returns data to �manager�. �Manager� passes processed data to �Data Mapper�. �Data Mapper� stores processed data in database.
    b. Asks �manager� for new data to process if there is new data to process, �processor� does nothing but �manager� remembers that �processor� is ready to work. If there is data to process �manager� passes data to �processor� and remembers that �processor� is busy.
    5. When client submits new data �reception� tells to �manager� that new data available and it �processor� state is �ready for work� �manager� sends order to process to processor.
    And so on. Now for me it seems quite reasonable architecture.
    But, since I am very new in j2ee technologies I ask few questions:
    1. Is my approach right at total?
    2. Is it ok that I would like to make �Reception� stateless EJB, �Data Maper� BMP EJB and �manager� stateful EJB?
    3. I know that JMX is a basic concept of J2EE, so I would like to register my database as a resource in my J2EE server. Is it right?
    4. I need some sort of component which runs all the time from time server started till it is off. If there is anything like this?
    Please, give me some advises and tips!
    Thank you in advance!

    1. Navigating in SAP systems
    --Logon and structure of the user interface
    --Accessing functions in the system
    --Personalization options
    No, this is really nothing more than an introduction for people that have never seen a SAPgui screen before.  Most ABAPers can skip right over this course.  If you understand the NetWeaver architechure, then I would suggest to start withe BC400.
    Regards,
    Rich Heilman

  • Questions about application server architecture

    Hello guys,
    I have few questions about application server architecture�
    I have a task to build a server application which will do the following: Clients (special java clients) will connect to it and send some data for further processing on server side. Chunks of data will be relatively small but they will take a lot of time for processing (it is ok that it will be quite slow).
    Also server will run some sort of �database� where all clients� working data will be stored. So, in case a client loses its data he/she is always able to download it from the server.
    For me it seems, like server will consist of the following components:
    1. �Reception�. This part will be responsible for all client-communication procedures.
    2. �Data storage�. This part will simply store all clients� data and provide some API interface for clients through �reception� to manage it (add/get/delete and so on).
    3. �Processor�. Some sort of dummy-sophisticated module. It will take some input data from �data storage� when it receives order for this and process it. �Processor� will have two states: �busy� which means �processor� processing some data and �available� which means �processor� ready to process new data.
    4. �Manager�. This part will always check �data storage� for new data and �processor� for availability. When �processor� and new data are available �manager� will make an order for �processor� to take new data from �data storage� and process it.
    So, my question is the following: Which technology and approaches I should use to realize my plan?
    I think that I can make �reception� as a Session Bean, but I don�t know yet, what are the best for the rest, for example �manager� and �processor�. I was thinking about writing my own application server (and I can do it), but I would like to learn j2ee technologies, so I think it is a perfect chance for me (I read a lot about j2ee before I wrote this post, but all examples have only �account�-�bill�-�money transfer� I think it is quite far away from reality or I am doing something wrong ;-)!
    p.s. I am thinking about using JBoss as an Application Server. I tested it and wrote some tests. They work and run fast enough, so I like it. Moreover it has module architecture.
    Please, give me some advises and tips!
    Thank you in advance!

    1. �Reception�. This part will be responsible for all
    client-communication procedures.Session bean with remote interface.
    2. �Data storage�. This part will simply store all
    clients� data and provide some API interface for
    clients through �reception� to manage it
    (add/get/delete and so on).Session bean that will use entity beans or hibernate to work with persistant data.
    3. �Processor�. Some sort of dummy-sophisticated
    module.Use a message driven bean. Make Reception to enqueue a message when new data is available for processing. Processor will process the data and store the resut in database using Data Storage session bean.
    4. �Manager�. This part will always check �data
    storage� for new data and �processor� for
    availability. When �processor� and new data are
    available �manager� will make an order for
    �processor� to take new data from �data storage� and
    process it.It's redundand component, because application server will manage messages and processors.

  • Application Integration Architecture Foundation Pack on Oracle Service Bus

    The paper on the Oracle web site from December 2008 titled "Application Integration Architecture Foundation Pack on Oracle Service Bus" is an interesting read. The technology roadmap makes it clear the OSB is the future and current "old" ESB supported by AIA is going on the scrap heap. Now I know the OSB is not a supported platform for even the latest foundation pack so I wonder about why this paper was published. Is Oracle indicating foundation pack v 2.2.x support on OSB? Is it published as a "this is something to look forward to" type document? I honestly wonder since there are some pretty specific instructions on how to get it working and the authors are senior thought leaders for the AIA product.
    RICH
    2/04/08 Update - I see that with the AIA 2.3 release that Oracle Service Bus did not make the list of supported technology.
    Edited by: Rich Naszcyniec on Feb 4, 2009 12:38 PM

    Check out this link :
    http://steffensinsights.blogspot.com/2012/03/osb-access-to-salesforcecom-part-1.html
    in detail info on how you can connect to salesforce alongwith the code sample

  • Organizing Applications in Applications Folder -- An Alternative Method

    I know that the general advice for those looking to organize their applications better has been to create a subfolder somewhere, copy the aliases for all the applications to that folder, organize as desired, and then drop that folder onto the Dock. This strikes me a bit un-Mac OS Xy.
    Well, I happened upon an alternative method that suits me much better. It is hinted at in another thread, but for the life of me I can't find it again. So here goes:
    I press Command+I on my applications in Finder, then
    Click Spotlight Comments, then
    Type in a category for the application.
    After I label all my applications,
    I create a Smart Folder with
    the search criteria based on the Spotlight comments I just entered.
    The Smart Folder appears in the left pane of the Finder window.
    I select the Smart Folder and see my organized applications.
    Voilà!
    I don't necessarily care about being able to select them straight from the Dock.

    Nice idea, but I'm a little unclear which metadata I should use in the Smart Folder search. I don't see an item that specifically looks in the Spotlight Comments. I tried using "Comment" but that doesn't seem to work.

  • Flash application's architecture

    Hello All, I'm a new bie in flash.
    I wanna know about the architecture of a flash application.
    If a flash application that built from custom components ( with their custom attributes and custom events handling,...),
    can resolve all bussiness problems?
    Please give me some advices, thanks !

    what do you mean by, "resolve all bussiness [sic] problems"?

  • Widget - Delivery Status Alternative

    Hi All
    Wasn't sure where to post this question, but I have been trying to use JuneCloud's Delivery Status Widget and I find that it isn't so good/buggy. When I insert multiple parcels to track, all the info (i.e. tracking number, delivery status, etc.) gets muddled up and I can't work out what has been delivered, when or where.
    I love the idea of the Widget, so if anyone can suggest a working alternative (app or widget) or tell me how to fix it I would be more than grateful.
    I'm using latest OSX and latest Delivery Status (5.4).
    Thanks in advance.

    Bret Comnes wrote:
    First off, your description of the problem is extremely vague. The tracking number, delivery status, etc gets muddled up? What do you mean by this?
    Sorry to be vague, but the widget was behaving differently each time it was opened - different bits of info were getting muddled up.
    Anyway, after all of your recommendations, I deleted the widget and reinstalled again - now it is working a treat. I have sent JuneCloud an e-mail explaining what had happened, just in case there might be more people having similar problems.
    So now I'm very happy with Delivery Status. Thanks for all your help.

  • Accessing what has been published - On Delivery Architecture

    Hi All,
    I was wondering if there is any way of getting access to what has been published on the content delivery machine when a template executes on delivery.
    I want to be able to interrogate the latest items, based upon publish date; think of the requirement as "Show latest n" of a certain article. I would want to query n of that article, published date descending and return n to the user.
    When I look inside my FLEXFAMILY_C_PUBLISH, there is no data there.
    In fact, I cannot see any date in any of the PUB* folders; PUBMESSAGE, PUBSESSION,PUBTARGET etc.
    I am testing a JSK --> JSK publish locally. Not sure if that is part of the issue.
    Thanks in advance.
    Jason

    Cheers Ravi,
    I have been trying to implement this article:
    http://manifesto.co.uk/working-publish-events-webcenter-sites-part-2/
    I can see that on the delivery side, I get the following events:
    Publishing event fired for
    pubsession: 1374098136922
    Publishing task : UNPACKER
      Status of the task :  SUBTASK_FINISHED
    Message associated with the task : Success
    Publishing task : CACHEUPDATER
    Status of the task :  STARTED
    Message associated with the task : Importer:CacheUpdate started for pubsession 1374098136922
    Publishing event fired for
    pubsession: 1374098136922
    Publishing task : CACHEUPDATER
    Status of the task :  DONE
    Message associated with the task : Importer finished for pubsession 1374098136922
    So, I get three events served to me. What I want to ask is: Are these good stages to hook into and should I be able to get the published assets at these stages?
    I ask because theres nothing in the tables, even when running a Publish. Yet my listener fires, telling me the publish is happening.

  • Oracle SOA Suite vs oracle Application Integration Architecture

    HI,
    Oracle soa suite provides the environment to make use of existing service by providing oracle adapters including Legacy,package and application adapters. futher which suituation and why need to use oracle AIA in order to make use existing resources. am little bit confuse both of this approach over integration.
    can anyone clear my doubt
    regards
    ashok.v

    when your integration is for integrating standard applications such as EBusiness uite,Siebel,SAP,Fusion Apps etc.For those application either the standard PIPs are available or at least industry specific or application specific EBOs are delivered by Oracle,then you can go for AIA.
    For small integrations SOA suite is sufficient.

  • Virtualization for POS application delivery to tablets

    I have a windows 8.1 point of sale system that I would like to use with tablets. What are your recommendations on the best (cheapest/smoothest performance) setup. Here are my thoughts so far:
    1. Run POS application directly on windows tablets. 
    Pros: cheap, no vmware or citrix  or any virtualization or windows CAL  needed. 
    Cons: Can only run on windows 8.1 tablets. I feel that the POS program performance is a little slow with the database connection over wifi. It stutters (1-2 seconds) everytime the program has to read the database.
    2. Citrix XenApp or XenDesktop
    So I am new to any virtualization but am trying to learn, just bought a dell poweredge 2950.
    Pros: Assume alot smoother and can run on any android or apple device.
    Cons: Expensive.
    This topic first appeared in the Spiceworks Community

    I have a windows 8.1 point of sale system that I would like to use with tablets. What are your recommendations on the best (cheapest/smoothest performance) setup. Here are my thoughts so far:
    1. Run POS application directly on windows tablets. 
    Pros: cheap, no vmware or citrix  or any virtualization or windows CAL  needed. 
    Cons: Can only run on windows 8.1 tablets. I feel that the POS program performance is a little slow with the database connection over wifi. It stutters (1-2 seconds) everytime the program has to read the database.
    2. Citrix XenApp or XenDesktop
    So I am new to any virtualization but am trying to learn, just bought a dell poweredge 2950.
    Pros: Assume alot smoother and can run on any android or apple device.
    Cons: Expensive.
    This topic first appeared in the Spiceworks Community

  • How to organize  project structure  for big application architecture

    Hi all:
    We prepare to construct a medium erp project using JHeadstart,
    so we have some application system like human resource, accounting, inventory, ...
    What's the best suite to organize application project architecture ?
    we have this issue about application architecture:
    1.how to fulfill large scale application and must to share some common view object and entity object in all application, May we to break the application down into multiple BC4J packae in same project or separate each subsystem in each project folder?

    You can definitely organize your applications into as many packages as makes sense for your overall design.
    You can create and deploye packages of BC4J components in simple *.jar archives and then uses features of JDeveloper to import those shared packaged of components in a read-only mode in projects that need to make use of them.

  • Ask the Expert: Configuration and Troubleshooting the Cisco Application Control Engine (ACE) load balancer

    With Ajay Kumar and Telmo Pereira 
    Welcome to the Cisco Support Community Ask the Expert conversation. This is an opportunity to learn and ask questions about configuration and troubleshooting the Cisco Application Control Engine (ACE) load balancer with Cisco expert Ajay Kumar and Telmo Pereira. The Cisco ACE Application Control Engine Module for Cisco Catalyst 6500 Series Switches and Cisco 7600 Series Routers is a next-generation load-balancing and application-delivery solution. A member of the Cisco family of Data Center 3.0 solutions, the module: Helps ensure business continuity by increasing application availability Improves business productivity by accelerating application and server performance Reduces data center power, space, and cooling needs through a virtualized architecture Helps lower operational costs associated with application provisioning and scaling
    Ajay Kumar  is a customer support engineer in the Cisco Technical Assistance Center in Brussels, covering content delivery network technologies including Cisco Application Control Engine, Cisco Wide Area Application Services, Cisco Content Switching Module, Cisco Content Services Switches, and others. He has been with Cisco for more than four years, working with major customers to help resolve their issues related to content products. He holds DCASI and VCP certifications. 
    Telmo Pereira is a customer support engineer in the Cisco Technical Assistance Center in Brussels, where he covers all Cisco content delivery network technologies including Cisco Application Control Engine (ACE), Cisco Wide Area Application Services (WAAS), and Digital Media Suite. He has worked with multiple customers around the globe, helping them solve interesting and often highly complex issues. Pereira has worked in the networking field for more than 7 years. He holds a computer science degree as well as multiple certifications including CCNP, DCASI, DCUCI, and VCP
    Remember to use the rating system to let Ajay know if you have received an adequate response.
    Ajay and Telmo might not be able to answer each question due to the volume expected during this event. Remember that you can continue the conversation on the Data Center sub-community discussion forum Application Networking shortly after the event.
    This event lasts through July 26, 2013. Visit this forum often to view responses to your questions and the questions of other community members.

    Hello Krzysztof,
    Another set of good/interesting questions posted. Thanks! 
    I will try to clarify your doubts.
    In the output below both resources (proxy-connections and ssl-connections rate) are configured with a min percentage of resources (column Min), while 'Max' is set to equal to the min.
    ACE/Context# show resource usage
                                                         Allocation
            Resource         Current       Peak        Min        Max       Denied
    -- outputs omitted for brevity --
      proxy-connections             0      16358      16358      16358      17872
      ssl-connections rate          0        626        626        626      23204
    Most columns are self explanatory, 'Current' is current usage, 'Peak' is the maximum value reached, and the most important counter to monitor 'Denied' represents the amount of packets denied/dropped due to exceeding the configured limits.
    On the resources themselves, Proxy-connections is simply the amount of proxied connections, in other words all connections handled at layer 7 (SSL connections are proxied, as are any connections with layer 7 load balance policies, or inspection).
    So in this particular case for the proxy-connections we see that Peak is equal to the Max allocated, and as we have denies we can conclude that you have surpassed the limits for this resource. We see there were 17872 connections dropped due to that.
    ssl-connections rate should be read in the same manner, however all values for this resource are in bytes/s, except for Denied counter, that is simply the amount of packets that were dropped due to exceeding this resource. 
    For your particular tests you have allocated a min percentage and set max equal to min, this way you make sure that this context will not use any other additional resources.
    If you had set the max to unlimited during resource allocation, ACE would be allowed to use additional resources on top of those guaranteed, if those resources were available.
    This might sound a great idea, but resource planning on ACE should be done carefully to avoid any sort of oversubscription, specially if you have business critical contexts.
    We have a good reference for ACE resource planning that contains also description of all resources (this will help to understand the output better):
    http://www.cisco.com/en/US/docs/interfaces_modules/services_modules/ace/v3.00_A2/configuration/virtualization/guide/config.html#wp1008224
    1) When a resource is utilized to its maximum limit, the ACE denies additional requests made by any context for that resource. In other words, the action is to Drop. ACE  should in theory silently drop (No RST is sent back to the client). So unless we changed something on the code, this is what you should see.
    To give more context, seeing resets with SSL connections is not necessarily synonym of drops. As it is usual to see them during normal transactions.
    For instance Microsoft servers are usually ungracefully terminating SSL connections with RESET. Also when there is renegotiation during an SSL transaction you may see RESETS, but this will pass unnoticed for end users. 
    2)  ACE will simply drop/ignore new connections when we reach the maximum amount of proxied connections for that context. Exisiting connections will continue there.
    As ACE doesn't respond back, client would simply retransmit, and if he is lucky maybe in the next attempt he will be able to establish the connection.
    To overcome the denies, you will definitely have to increase the resource allocation. This of course, assuming you are not reaching any physical limit of the box.
    As mentioned setting max as unlimited might work for you, assuming there are a lot of unused resources on the box.
    3)  If a new connection comes in with a sticky value, that matches the sticky entry of a real server, which is already in MAXCONNS state, then both the ACE module/appliance should reject the connection and that sticky entry would be removed.
    The client would at that point reestablish a new connection and ACE would associate a new sticky entry with the flow for a new RSERVER after the loadbalancing decision.
    I hope this makes things clearer! Uff...
    Regards,
    Telmo

  • Product Hub PIP & Guaranteed Delivery

    Hello,
    Question: How does the integration scenario for Product Hub PIP ensure 'Guaranteed Delivery'.
    The question has arisen because if we look at the AIA Developer's Guide - it advises that for async one-way flow there is an 'Asynchronous Message Exchange Pattern'. This pattern proposes integration scenarios should utilize Queue/Topic (at the end of an milestone) to persist the message - which in turn ensures 'Guaranteed Delivery' & 'Scalability'.
    But if we look at the design of the Product Hub PIP, we do not see any queue/topic in the business process flow for product. So how to ensure that if PIP is used as integration between Product Hub and E-Biz Suite, then all messages published from PIM will always reach E-Biz Suite.
    Any efforts to explain this are appreciated.
    Thanks,

    Hi,
    Here are the steps to follow on edelivery. For example if you need the FP and PIPs for AIA 2.5 Linux x86
    1. Step 1: select the product pack - Oracle Application Integration Architecture
    platform: Linux x86
    2. Step 2: select Oracle Application Integration Architecture Release 2.5 Media Pack for Linux x86
    3. Step 3: Download part number V18465-01 - Oracle Application Integration Architecture Release 2.5 Linux x86
    4. Step 4: Additionally you will need to download all patches for this PIP and other infrastructure components required such as SOA Suite, database etc.
    Suzanne

  • How do I prevent Spotlight from categorizing 'JAR' files as 'Application'

    I'm a java developer and consequently I have a lot of JAR files on the filesystem. The JAR file format is a standard archive format for java, and is used mostly to package library code - the java equivalent of a DLL. They can also be created as 'executable JAR's, but this is (very) infrequent compared to the library usage.
    Spotlight seems to think every JAR file is an application, and because I have a lot of java applications and development stuff installed, I can no longer reliably use Spotlight to find actual applications because the search results are overflowing with useless JAR file entries.
    Is there any way to configure spotlight to not classify JARS as applications? Or, alternately, can I make Spotlight ignore JARs completely? Either would save me a lot of time..
    /Bill

    There are several things in the current version of Spotlight that are either broken or just plain wrong. It looks like you have found another. When I look at the metadata for a jar file I see that its type is, well, a java jar file, and its content tree declares it to be a com.sun.java-archive. Finder gets this right: if you do GetInfo on such a jar file its kind is shown as "Java JAR file"--as it should be.
    When I made a saved search, using the Kind drop-down menu to get the pre-defined Application, and then looked to see what criteria Spotlight was using to define "application" (and yes, the search included jar files in its results), I discovered Spotlight was NOT using the simple, straightforward "kMDItemKind=Application" as one would expect. Instead it is using something I had never heard of to define an Application, to wit "_kMDItemGroupId = 8"--furthermore, I believe characterizing applications that way has been deprecated. Be that as it may, it doesn't work to find the things you want, and exclude the things you don't.
    There is no way for a user to fix this. The only thing you can do is not let Spotlight define the kind. Thus, if you bring up a search window do not use the Kind drop-down menu to select Application. Instead select Other from the menu and then type Application. You then get only things whose type declaration is Application, and you don't get jar files or widgets.
    The other option is to exclude jar files by typing
    NOT jar
    in the search for box (you'll still get widgets though). You can also add that boolean restriction if you are using the menu bar Spotlight search.
    Francine
    Francine
    Schwieder

Maybe you are looking for

  • PDF Portfolio, broken in 9.4.6 also...... not funny Adobe...

    PDF portfolio on Linux broke in 9.4.2, with newly released 9.4.6 it's still broken. It has been broken since February. I wonder if Adobe takes these things seriously, for sure it doesn't look that way. Many governmental institutes  use portfolios, so

  • Challenges in deployment descriptors

    We currently have an EJB (called CD) that is contacted "remotely" by a web service (called CA) for some processing. The two (CD and CA) are deployed on different WLS8.1SP1 domains. CD is currently deployed as an EJB jar file (cd.jar) whereas CA is pa

  • N97 : written text disappearing in Calender / Mess...

    I have a N97 black UK vodafone V12  Has anybody solved or know why while typing either in calender or texting, the whole page suddenly disappears and you lose what you have written? frustrating especially when updating / amending existing notes you l

  • Hardware Requirements for Android Adobe Air Installation or certification requirement?

    Hi, Friends, I am newbie on Adobe Air and tried to install Air apk on my android ICS device from Google Play. However, it complains that the device is not compatible with the software package. I wonder if there are any hardware requirements or certif

  • Requested Start

    Hi, I have seen few blogs on 'Requested Start' but couldnt get a one similar to mine. Issue: In the WF, there is a background activity step with 'Requested Start' with DATE and TIME calculated and put in Expression fields with +1 Min too. It has cros