Application Navigator's Group By Category: How are categories determined?

Hi,
I'm new to JDeveloper and wanting to understand how the categories are determined in the Application Navigator's Group By Category.
For example:
Why are some items in the Applications Source folder, whereas others are in the Resources folder?
I do understand that new category folders will be added by modifying the Project Properties. For instance, if Offline Database is added, then a Offline Data Sources folder is added.
I thought there might be a correlation between the Applications Source and Resources folder and the Project Properties, but the algorithm for that seems a little strange to me.
Maybe I shouldn't worry about understanding this, but I do appreciate it when I know why something is structured as it is.
Thanks for any feedback that is given.
:) Anne

Hi,
what version of JDev are you using?
Anyway go to your workspace directory (I mean the OS filesystem, e.g. C:\workspace), there the directory named after the application, there are 2 directories - one for each project: Model and ViewController. The Resources you are talking about are the files under ViewController, Application Sources are the ViewController\src, Web Content are the ViewController\public_html files.
Elijah

Similar Messages

  • New valuvation group for existing valuation area - Account Determination

    Hi Experts,
    Existing Scenario :
    -> Plant level valuvation is been maintained
    -> Valuvation group code 0001 is assigned for all the Valuvation Area until now.
    Req :
    I need to set new account determination for a particular material type for the existing valuvation area.
    How to achieve the same ?
    1.Do I need to create a new valuvation groupcode and assign the same for the existing valuvation  area ?
    Your inputs will be helpful.
    Regards
    Prasath

    Hi
    For new Material type account determination there is no requiremnt of gioing for anew valuation grouping code.
    You go for a valuation grouping code only hwen you need to trigger differnt g/L accounts based on the PLant combination.
    YOu can go ahead with the existing account determination by maintaining the new account category reference & valuation classes to the new material type.
    Hope this solves your query
    Thanks & Regards
    Kishore

  • I have almost 1200 contacts in my Outlook, all of which were assigned to a Category, so I could look people up by that Category. Almost 900 of the Category assignments are now blank. Does anyone know how to assign a contact to a group on the iPhone?

    I have almost 1200 contacts in my Outlook, all of which were assigned to a Category, so I could look people up by that Category. Almost 900 of the Category assignments are now blank. I am a recent iPhone user. When I had my BlackBerry, you could see or assign the Category in each contact. I don't see that when I go to "edit" in a contact. I don't want to go through all my contacts and reassign the Category, and then have them wiped out again. Does anyone know how to fix this problem?

    I'm sorry to hear that.
    I'm not affiliated w/ the developer, just a happy user that gave up fighting the apple podcast app a while ago.  I used to have a bunch of smart playlists in itunes for my podcasts, and come home every day and pathologically synced my phone as soon as I walked in the door, and again before I walked out the door in the morning.
    Since my wife was doing this too, we were fighting over who's turn it was to sync their phone.
    Since I've switched to Downcast, I no longer worry about syncing my phone to itunes at all.  I can go weeks between syncs.
    Setup a "playlist" in downcast (ex., "Commute") and add podcasts to that playlist.  Add another playlist ("walk" or "workout") and add different podcasts to that one. 
    Set podcast priorities on a per-feed basis (ex., high priority for some daily news feeds, medium priority for some favorite podcasts, lower priority for other stuff).  Downcast will play the things in the priority you specify, and within that priority, it will play in date order (oldest to newest).
    Allegedly, it will also sync your play status to other devices, although that is not a feature I currently use and can't vouch for.  It uses apple's iCloud APIs, so to some extent may be limited by what Apple's APIs can do.

  • How do i make a new file created appear in the Application Navigator?

    I am doing an extension to JDeveloper..How do i make the new file that the user has created to appear in the Application Navigator?
    What methods can i use?
    These are my codes...but it does not work still...
    File file = new File(dir ,fileName);
    file.createNewFile();
    FileWriter fw = new FileWriter(file, false );
    PrintWriter pw = new PrintWriter( fw, true );
    Workspace workspace = ctx.getWorkspace();
    java.net.URL projectURL = workspace.getActiveProjectURL();
    URL url = file.toURL();
    Node node = new Node(url);
    jpr.add(node, true);
    node.open();
    NavigatorManager.getWorkspaceNavigatorManager().openNavigator(ctx);
    ProjectNavigatorManager.getApplicationNavigatorManager().openNavigator(ctx);
    EditorManager.getEditorManager().openDefaultEditorInFrame(node.getURL());

    If it's an IMAP type account then you should get an Edit button at the top of the list of folders that you currently have on your email account. If it's a POP type account then you won't get the Edit button, and you are limited to your existing folders

  • How to display 2 level folder names in the application navigator?

    We have our source code in the following structure.
    C:\somefolder\project\java\all_the_java_code_under_this_folder
    C:\somefolder\project\sample\java\all_the_sample_java_code_under_this_folder
    In the project content, I select C:\somefolder\project folder so that the code under java folder and sample\java folder are picked up. But In the Application navigator, I would like to see the folder names (java or sample\java) so that I know which files I am working with. The package names could be the same, so I cannot identify files based on packages. The application navigator will display only the last part of the folder name (in this case, it is java). This is useless for me, because that part is the same as you can see from above.
    Is there a work around for this problem, so that it is easier to navigate between files.

    At the top of the application navigator play with the folder icon and with the number next to it, and see how they effect the display.
    You can also try the system navigator as an alternative view instead of the application navigator.

  • How are applications handles when Lion installed?

    How are applications handled when Lion is installed?
    1) Are the standard (i.e. App store, phone booth, iPhoto, iCal, etc) automatically reinstalled?
    2) How is iTunes handled? iMovie?
    3) How is Mail handled? Will it automatically reinstall my Contacts, Mail folders with all of my saved emails?
    4) How are 3rd party Apps handled that are located in the Application folder? in a separately created foldeer?
    5) How is Time Machine handled? with all of its past backups?
    Thanks

    If you install over Snow Leopard, you'll get new default Apple apps.
    iLife, iWork, and 3rd-party apps wont be disturbed (although PPC apps will no longer work).
    Mail will be updated, your stuff will be covered..
    Time Machine just continues on.
    By all means, back up first, just in case something goes wrong.
    Also see: Changes in Lion from Snow Leopard

  • How are java applications deployed?

    i was just wondering. if i create a standalone application, how are they executed? i mean, do you create a .exe file of them or something?

    There are many ways to deploy a Java application. Which way you choose depends on the nature of your application, on what are your customers, etc.
    Narrowing your question to J2SE applicaitons (e.g. Swing-based client apps), you still have many options.
    The most frequently used are
    - Web start technology
    - Java-aware installers (create conventional setup.exe)
    - Java2exe wrappers
    - Simple batch file like "javaw -jar myjar"
    - Executable (or clickable) JAR
    I do not know if there is a complete "Java deployment guide", however this article may be of some help to you, as it describes all these options:
    http://www.excelsior-usa.com/articles/java-to-exe.html
    Denis

  • HT204150 My contacts and groups are not duplicated in iCloud but my groups are duplicated on iPhone and iPad. Any ideas on how to remove duplicate groups or why they are duplicating?

    My contacts and groups are not duplicated in iCloud but my groups are duplicated on iPhone and iPad. Any ideas on how to remove duplicate groups or why they are duplicating?

    Welcome to the Apple Community.
    Check that you don't have more than one account in your contacts, such as 'iCloud' and 'On My Phone'.

  • TS1702 how do I change my MAPS application on my iPhone - the apple maps are poor and I want the google maps back

    how do I change my MAPS application on my iPhone - the apple maps are very fuzzy and not detailed enough

    You will need to delete that iCloud account on the device, then create a new one and login with the alternate AppleID.

  • JDeveloper IDE - Displaying Packages in Application Navigator

    Hi All,
    I am using JDeveloper 11g Release 2.
    I want to customize how the packages are displayed in Jdeveloper. My application package name starts with com.fireblaze.xfb.appuc001 . and project packages are com.fireblaze.xfb.appuc001.model and com.fireblaze.xfb.appuc001.ui. Now in the model package I have further sub-packages like com.fireblaze.xfb.appuc001.model.queries, and many more...
    In my case, the Jdeveloper packages are displayed in application navigator are given below:
    com.fireblaze.xfb.appuc001.model
    com.fireblaze.xfb.appuc001.model.queries.main
    com.fireblaze.xfb.appuc001.model.queries.validators
    com.fireblaze.xfb.appuc001.model.queries.lovs
    com.fireblaze.xfb.appuc001.model.services
    What I want is like:
    com.fireblaze.xfb.appuc001
    --------------------------------------model
    -----------------------------------------------queries
    ----------------------------------------------------------main
    -----------------------------------------------------------------view 1
    -----------------------------------------------------------------view n
    ----------------------------------------------------------validators
    -----------------------------------------------------------------------view 1
    -----------------------------------------------------------------------view n
    ----------------------------------------------------------lovs
    ---------------------------------------------------------------view 1
    ---------------------------------------------------------------view n
    -----------------------------------------------services
    How to achieve it in JDeveloper 11g?
    Any help will be appreciated.
    Thanks in advance
    Regards
    Bilal

    hi user,
    Create Package. and use the source directory box. properly :)
    updated lately.
    i hope that you are looking for like this.
    while creating your eo,vo,am you may see package..
    in that you should specify
    "while creating your eo:"
    com.xxx.model.*eo*"while creating your vo"
    com.xxx.model.*vo*"while creating your am"
    com.xxx.model.*am*

  • Application Navigator view

    Hello,
    The application navigator in my JDev 10g stoped displaying the node’s extensions, like .jws or .jpr. Any ideas on how to fix it?
    Thanks for the help,
    Arie.

    Hi Frank,
    You are absolutely right. I need to be in the System Navigator. Now everything makes sense again, including all the “missing” options in the context menu.
    Many many thanks on your help,
    Arie.

  • Oracle application Navigator menu Sample

    Hi guys
    We are moving from client/server to Weblogic+Forms, Reports 11g. We are already using Oracle EBS R12 and our users are familiar with the Navigator menu and we would like provide the same style menu with our legacy applications, deployed through Weblogic Server.
    How the navigator menu is developed? Which java bean is used to provide the collapsible navigator menu? If anybody has done such a menu, please provide me some pointers towards the same.
    regards,
    raj

    Hi
    There is also a trick u could use ...
    1.Creating a display item in a canvas & draw other displaying items the way u want to display ur menu item in...
    2.Then creating visual attributes the no u want coordinating with u display items
    3.Finally using when mouse click trigger to show these items & and when mouse double click k to hide them using
    set item instance built in Using a related property which is set to true to show item once and to false to hide such item...
    If wasn't helpful i recommend playing with visual attributes to give the impression of f invisibility with gray color the same as canvas color i supposed in order to hide and any other color in order to show button or a display item once for each
    Amatu Allah

  • How are deliveries automatically created from scheduling agreement?

    How are deliveries automatically created from the schedule line of the scheduling agreement? Can anybody explain this step by step? Can we use the code VL10BATCH for this purpose? If we can, how is this code used?
    Thanks in advance.

    hi
    A customer scheduling agreement is an outline agreement with the customer containing delivery quantities and dates. These are then entered as schedule lines in a delivery schedule. You can either create schedule lines when you create the scheduling agreement or you can create them later.
    You fulfill a scheduling agreement by creating the deliveries in the schedule as they become due. You process deliveries for a scheduling agreement in exactly the same way as you process a normal delivery. After you have carried out the delivery, the system updates the Delivered quantity field in the scheduling agreement item with the delivery quantity.
    The scheduling agreement is used as a basis for delivering a material. The customer sends in scheduling agreement releases, referred to as delivery schedules, at regular intervals to release a quantity of the material.
    Document Types
    To configure document types for scheduling agreements, choose Sales -> Sales Documents -> Sales Document Header -> Define sales document types in Customizing for Sales and Distribution.
    The R/3 System contains the following document types for component suppliers:
    LZ - Scheduling agreement with delivery schedules (no external agents)
    LZM - Scheduling agreement with delivery orders
    LK - Scheduling agreement with delivery schedules (external agents)
    ED - Delivery by external agent (consignment issue)
    EDKO - External agent correction
    RZ - Scheduling agreement returns (no external agents)
    KAZU - Consignment pick-up for external agents
    KRZU - Consignment returns for external agents
    Item Categories
    To configure item categories for scheduling agreements, choose Sales -> Sales Documents -> Sales Document Item -> Define item categories in Customizing for Sales and Distribution.
    The system determines the following item categories for the related document types in
    documents containing materials with item category group NORM:
    Item category LZN for scheduling agreement type LZ
    Item category LZMA for scheduling agreement type LZM
    Item category LKN for scheduling agreement type LK
    Item category KEN for document type ED
    Item category EDK for positive corrections (or the manual alternative EDK1 for
    negative corrections) for document type EDKO
    Item category REN for document type RZ
    Item category KAN for document type KAZU
    Item category KRN for document type KRZU
    Schedule Line Categories
    To configure schedule line categories for scheduling agreements, choose Sales -> Sales Documents -> Schedule lines -> Define or Assign schedule line categories in Customizing for Sales and Distribution.
    The R/3 System contains the following schedule line categories for component suppliers:
    L1, BN, L2, and CN for item category LZN
    E4, E0, E5, and BN for item category LKN
    L2 for item category LZMA (standard for delivery order processing)
    Schedule Line Types
    To configure schedule line types for scheduling agreements, choose Sales -> Sales Documents -> Scheduling Agreements with Delivery Schedules -> Define schedule line types in Customizing for Sales and Distribution.
    Creating Scheduling Agreements
    To create a scheduling agreement with delivery schedules:
    1. In the Sales menu http://Ext. choose Scheduling agreement ->Create.
    2. Enter scheduling agreement type LK (standard) or LZ (external agents) and the
    relevantorganizational data.
    3. Choose ENTER.
    4. Enter the following data:
    Sold-to or ship-to party number
    Purchase order or closing number
    Material or customer material number
    You can use the Description field to identify the scheduling agreement. For
    example,
    you could enter the model year for a particular production series.
    The system allows up to 35 digits for a customer material number.
    Rounding quantity
    Usage
    Choose Goto -> Header -> Sales to enter the usage at header level, or Goto ->
    Item-> Sales A to enter it at item level. The system proposes usage S, for series, as default in both cases.
    Planning indicator
    Choose Goto -> Header ->Sales.
    Target quantity
    Mark an item and choose Goto -> Item -> Sales A
    Partners
    For scheduling agreements with external agents , choose Goto -> Header
    ->Partners to enter the external agent as forwarding agent and special stock partner
    on the partner function screen.
    5. Create a delivery schedule
    Mark an item in the scheduling agreement and choose Goto -> Item -> <Delivery
    schedule>. Enter:
    A delivery schedule number and date
    The cumulative quantity received by the customer
    The last delivery confirmed by the customer
    A schedule line with date, time, and quantity
    To enter additional data in the delivery schedule, choose DlvSch.Hdr (delivery schedule header).
    configuration:
    img->SD->Sales->sales document->scheduling agreements with delivery schedules->
    step1: define schedule line types
    schedule line types are not schedule line categories. Schedule line types are used for information purpose only.
    stds are 1. fixed date 2. backlog 3. immediate requirement
    4. estimate
    step2: maintain planning delivery sched. instruct/splitting rules
    The planning delivery schedule is an internal delivery schedule used to plan requirement s more efficiently.  It is sub divided into 3 parts
    2.1 delivery schedule splitting rules
    2.2 dly schedule instrusctions
    2.3 assign dly schedule splitting rules
    step3: define sales documents type
    step4 : define item categories
    step5: define schedule line categories
    step6: maintain copy control
    PROCESS
    step1:  create scheduling agreement
    VA31
    enter SP,SH valid from, valid to,
    goto ITEM OVERVIEW tab
    enter material, rouding qty
    select ITEM  click on FORECAST DLSCH
    enter different dly dates and qties
    save it.
    step2: create sales order with reference to above
    step3: create delivery
    step4: create billing
    regards
    krishna

  • "How are local and state taxes setup/updated when employee's address change

    Hi All
    I wanted to know "How are local and state taxes setup/updated when employee's address changes . - How is it done in SAP? -
    Thanks in Advance

    This defeats the purpose of trying to centralize SAP-related web resources on the SAP server. Typically IIS/Apache or other non-SAP servers are under the control of IT and not the SAP BASIS group.
    We simply would like to have a centralized location to store static web files so that they are not overwritten during Portal support pack applications.

  • How are ePrint apps created and maintained?

    Just bougt a new small HP printer for my home office and discovered ePrint and apps support. And amazed, did not expect this technology in entry level small/home office type printers.
    And immediately new questions on what possibilities this opens up for printing applications
    What is required to create new apps?
    Is it possible to use this technology to add local office apps? I.e. to print site/office specific forms, trivial network interactions and maybe a bit more.
    Is subscription type apps supported/allowed, where the app is only available as part of a third party subscription package?
    A lot can be built around the email based ePrint service alone, but having ability to also do some simple interaction with the user at the printer would open for a wide range of new possible uses.

    Hi,
    Double post, please use:
        http://h30434.www3.hp.com/t5/Printer-All-in-One-Install-Setup/How-are-ePrint-apps-created-and-mainta...
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

Maybe you are looking for

  • Is it possible to emulate an applet with all debugging and connectivity?

    I am sorry to ask this probably very common question, but i have googled a lot and haven't found any really helpful and clear information about this topic. i have to develop an javacard applet which functionality can be controlled by a terminal (GUI)

  • Generic Object Services for a Z program

    Hello all! I need to create a Z application for displaying master material data, related batchs, associated QA, and PP data, all in one screen. I need to have the Object Services Toolbox in the top of my screen just like in Material Master appears, f

  • ABAP Access Key for Table change mode MCVKUSR & MCVBAPUSR in SE11

    Dear All, I'm using SAP ECC6.0. I want to create a new database table in the dictionary to be used in my programs. I proceed in the following way: 1.  I run the SE11 transaction 2.  At the first entry I write the name of the table to be Change create

  • Attribute in webutil to lock attached document

    Hi, Is there any way we can, for example lock a word document that is attached to a record using webutil? With webutil I can view an attached word document from an oracle form. The problem is that it also lets me update the file and save it with the

  • Can iMac October 2012 boot from Mac OS X 10.6.8 (Snow Leopard)?

    Can iMac October 2012 boot from Mac OS X 10.6.8 (Snow Leopard)?? It is needed to run applications that require Rosetta (Eudora e-mail, Palm Desktop PDA-PIM, Canvas drawing from ACDsee, etc). Thanks