What are you JHeadstart developers using in your SuperClasses?

Hi Everyone:
We are very new to JHeadstart/JDeveloper and have just established the method we are going to use at the Entity Level to convert input to Uppercase by putting the following code into a superclass and extending the .xml files of the entities from EntityImpl to this superclass which we called UWCustomEntities.
What I am wondering is what other ways is this functionality being used by you more experienced JHeadstart Developers? I am trying not to re-invent the wheel and utilize methods that have worked well for you.
Of course I can think of toLowerCase, what else are you using?
Thanks so much in advance.
Mary
U of Windsor
Example Code:
package its.sis.BusinessModel.model;
import oracle.jbo.AttributeDef;
import oracle.jbo.server.EntityImpl;
public class UWCustomEntities extends EntityImpl {
public UWCustomEntities() {
// This code converts the inputted string to Uppercase in the database.
// April 27, 2007 mb
protected void setAttributeInternal(int i, Object object) {
Object value = object;
AttributeDef def = getEntityDef().getAttributeDef(i);
if ("true".equalsIgnoreCase((String)def.getProperty("UPPERCASE"))) {
if (value != null && value instanceof String) {
value = ((String)value).toUpperCase();
super.setAttributeInternal(i, value);
}

archassistant is a KDE app, so i won't be using that... im thinking of giving wicd a whirl
True, but im using it in Xfce4 and it works wihtout any problems, and the requirements are not a problems either.
Archassistan requirements
- arch linux distro !
- QT ( qt4)
- netcfg2
So even if it is KDE you dont need a whole bunch of kde dependencies

Similar Messages

  • What are you going to use to replace younited with?

    Hello "Youniters".
    We are living sad times. As many of you allready know, Younited is going to be sold to Synchronoss.
    I was a bit shocked about this - where can I now store my most precious files?
    So, my question is, are you still going to use younited or move to another service? Are there other Finnish/European cloud storages out there?

    Hello, Sorry for my reply, but if there need to replace younited with something.... it's anyway can not be better solution, than stay with younited. Because all of services (which known for me) can not be so:  - trust (as example about my decision) as original younited (but for me - it's just based on "by F-Secure"-design); - security-level; It's mean... if replace younited, because it's start be "modern" younited.... so, any other variants - not better too.There have normal companies... with normal solutions and potentially with privacy/security/quality points, but there without any "guarantees" that they very strong work with "privacy". Just because - it's all same around services. And with "common" meanings... it's not a "privacy". With new background for younited... it's not really big difference in fact. But indeed critical (or can be a critical point). And it's possible to use, for example, Norwegian solutions as trusted and privacy-based.... or other variants, which can be around nice realization: - but it's not really so "potential" trust-status, which was with F-Secure. - can be a lot of troubles around "security" and "quality" (but can be more interesting for use and with more interesting features).  So... there can be a good point to stop use any cloud-storage/sync-services and re-place it with any other variants (or which can be as default for platform or something, which can be just a space for something not important and work as cloud-storage with backup-meanings). For me - best feature with younited was "by F-Secure". If it dropped - younited not really interesting as "service for something important". And maybe just as "cloud space" for some trash... or some "temporary" things.... or some of other things (which can be placed under OneDrive too.... for example). 

  • What are the limitations of using labview 8.5.1 developers suite verses a real-time module in field point applications?

    What are the limitations of using labview 8.5.1 developers suite verses a real-time module in field point applications? Can an exe. be loaded onto a field point controller or does the controlling program have to reside on a PC for example?

    centerbolt is correct, you can't load a .exe or even run a program on the fieldPoint controller unless you have the Real Time module.  However, that does not mean you can't use your FieldPoint bank without the Real Time module. 
    From LabVIEW for windows you can make calls to the fieldpoint IO using the fieldpoint read/write functions. 
    This program runs on the PC not the FieldPoint controller.  If you loose network connection to the fieldpoint, your program will loose connection to the IO.  For many data logging applications this type of arrangement can work just fine.  However, if this is the only type of application you are ever going to run, then you may as well not buy the Real Time controller for your fieldpoint but the network controller only. 
    If your application requires more reliability, and/or greater determinism than can be achieved by running a program on windows, then you should use the LabVIEW Real Time module and develop a program that can run down on the FieldPoint controller independent of windows.
    Message Edited by StevenA on 07-22-2008 04:14 PM
    SteveA
    CLD
    FPGA/RT/PDA/TP/DSC
    Attachments:
    fp pallet.PNG ‏6 KB

  • Looking for a drum loop app that will run in the background. What are you using?

    Looking for a drum loop app that will run in the background. Suggestions? What are you using? I tried Loopseque and I like it, but I can't make it run once I switch apps. Help please.

        That's definitely strange, kzmidge. I want a working phone in your hands though. I noticed you mentioned you received the suggestion to complete a reset. Did you already do that? Is it working again? Are you receiving an error message?
    If you hesitated a little longer to complete the reset, you can try to place your phone into Safe Mode http://vz.to/rxg0ii and see if you can access mobile sites from your browser. This mode will stop 3rd party applications from running, so you won't be able to use the apps you mentioned but we may be able to narrow down the trouble in Safe Mode. If the mobile sites work, that means the trouble may be in a recently downloaded application and you may be able to avoid the reset my uninstalling some of your more recently installed applications. If it's still giving you trouble, the reset http://vz.to/18wzOCi is the next best step.
    JenniferH_VZW
    Follow us on Twitter www.twitter.com/vzwsupport

  • What are you supposed to do instead of Adobe flash when you hit a site that requires it while using iphone?

    New to iphone and first time using the web I get a message that I can't view a page because Apple blocks Adobe Flash. There seems to be some big story behind this, but what are you supposed to do to view those sites? Sorry if there is an obvious answer somewhere but I'm muddling my way through all of this!
    Thanks,

    Nothing unless they have an HTML only option you can click on the bottom of the page. However a page that requires flash only is most likely that of a company or business with heavy marketing content. Most websites with useful content either don't base their entire homepage on flash or have a mobile version for smartphones. So if you're visiting company or movie websites just do it on your computer. Apple and now adobe considers that the battery hit for flash animations is not worth it for phones. Most flash content is pure advertising rubbish anyway. I always install Adblock on all my browsers and barely see any flash except for videos and websites where the flash is not advertising.

  • What are the simple to use COM library in your java code

    Hi,
    what are the simple to use COM library in your java code

    PhHein wrote:
    [javax/comm|http://java.sun.com/products/javacomm/reference/api/javax/comm/package-summary.html]
    No, he wants to use Windows COM objects!
    @OP
    It's not easy. You can try j-integra or ezjcom, which I tried years ago and was not too happy, but maybe
    they improved or they are just fine for your needs. $$$ involved!
    If you want to do it by yourself, it won't be easy at all, I promise, but it can be done with JNI or JNA.
    If your interactions are very few and simple, maybe some workarounds could be found.

  • What are you using as a Flash replacement for 64-bit machines?

    Hi,
    I was reading about the vulnerabilities in Adobe's Flash and decided to remove the offending package. I opened Chromium to make sure my Flash still worked, as I understood that Chromium implemented another method for rendering Flash stuff. I was wrong. For example, YouTube tells me that I need Flash 10 or higher. I tried to re-install the flashplugin package, but it is no longer in the repos.
    I can live without Flash content, but it's nice to have.
    So the question is, what are you using instead, that can be installed from the main repos?
    Many thanks,
    Chris.

    I have installed both lightspark 0.4.3 and gnash 0.8.8, since lightspark should be able to 'fall back to gnash for older videos' (see changelog of lightspark).
    I have tried some flash-websites in firefox and all of them seem to use gnash and there was 1 website that didn't load the content (www.deredactie.be - our national tvstation). So, I'm under the impression that lightspark is not used by firefox.
    Has anyone found out how to do this?
    Secondly, gnash should be able to use VA-API (hardware acceleration). Is it just a question to install libva and let gnash do the rest, or does one have to recompile gnash to build the support in?
    Zl.
    PS: to whoever thinks flashplugin is the 'real flash': gnash has beaten it in terms of providing hardware acceleration. hooray for opensource!

  • After purchasing the 9.99 plan and you decide that you do not want to use it anymore, do you use loose your photos?  Are you able to save them your hard drive and such?

    after purchasing the 9.99 plan and you decide that you do not want to use it anymore, do you use loose your photos?  Are you able to save them your hard drive and such?

    But all the adjustments that you apply in Lightroom, if you do not export to a rasterized format, will be inaccessible.  You'll still have your catalog file, for if you want to re-inlist in the future, but it won't do anything for you without Lightroom.  The same thing will go for Photoshop files like PSD, but obviously if you save to standard image formats you'll be fine.
    It's one of the issues that keeps me away from the plan.  Not being able to edit individual files in PS is one thing, but Lightroom is a photo organization system.  I don't want to rent the system I use to organize 10s of thousands of files.

  • Whoops! What are you doing here? Did you make a left at that last URL instead of a right? No problem. Unless you want us to deal you in,I want in then how?

    Whoops! What are you doing here?
    Did you make a left at that last URL instead of a right? No problem. Unless you want us to deal you in, here are some tips to get you back on your way:
    If you typed in the address, check your spelling. Could just be a typo.
    If you’ve found an issue with one of our websites, we’d appreciate it if you could report the problem in Bugzilla, our bug tracker. One of our developers will take a look at it as soon as possible.
    If you followed a link, it’s probably broken.
    If you’re not sure what you’re looking for, start at mozilla.org.
    It's not broken it's not letting me do what I want too and I am very upset and I want in on this project that you are trying to guide me away from!!!!! I did not find this website by searching or typing i found it by using my tools.

    Are you trying to access the Mozilla website? What page in specific is causing this to happen?
    The people who answer questions here, for the most part, are other Firefox users volunteering their time (like me), not Mozilla employees or Firefox developers.
    Please report this bug to the development team at [https://bugzilla.mozilla.org/ Bugzilla], so that they can repair the issue as soon as possible.

  • I´ve bought the new IPad3, what a disappointment the 3G does not work, no Internet available, APPLE what are you doing for the all the people in Germany who bought the new IPad3? I´m still an Apple fan, all my products are from Apple but I need a solution

    I have been waiting since months for the new IPad4G 64 Gbt. ON recommendation of Apple Support I have changed my IPad 4G last week in the hope that something was wrong with the firts one I bought.
    The one I have now has the same problems. WiFi is working however 4G not at all. Apple what can I do? What are you doing for the thausands of German Apple fans who have bought a IPad4G and can not use it. We need a solution NOW. I´m working with this tool and need to be able to rely on it.
    Thanks for a feed back.

    JKerki wrote:
    They had not heard about the problem, however made no problem to change it for an other one. Apple Support Germany pretendet not to know about this problem. However the web is full of complaints.
    It would be advisable for Apple to react officially on it. € 799, - for something that doesn´t function is no fun :-((
    Isn't replacing your iPad Apple "officially" acting on it?

  • C# compiling error: 'System.Array' does not contain a definition for 'Select' and no extension method 'Select' accepting a first argument of type 'System.Array' could be found (are you missing a using directive or an assembly reference?)

    Hello experts,
    I'm totally new to C#. I'm trying to modify existing code to automatically rename a file if exists. I found a solution online as follows:
    string[] allFiles = Directory.GetFiles(folderPath).Select(filename => Path.GetFileNameWithoutExtension(filename)).ToArray();
            string tempFileName = fileName;
            int count = 1;
            while (allFiles.Contains(tempFileName ))
                tempFileName = String.Format("{0} ({1})", fileName, count++); 
            output = Path.Combine(folderPath, tempFileName );
            string fullPath=output + ".xml";
    However, it gives the following compilation errors
    for the Select and Contain methods respectively.:
    'System.Array' does not contain a definition for 'Select' and no extension method 'Select' accepting a first argument of type 'System.Array' could be found
    (are you missing a using directive or an assembly reference?)
    'System.Array' does not contain a definition for 'Contains' and no extension method 'Contains' accepting a first argument of type 'System.Array' could be
    found (are you missing a using directive or an assembly reference?)
    I googled on these errors, and people suggested to add using System.Linq;
    I did, but the errors persist. 
    Any help and information is greatly appreciated.
    P. S. Here are the using clauses I have:
    using System;
    using System.Data;
    using System.Windows.Forms;
    using System.IO;
    using System.Collections.Generic;
    using System.Text;
    using System.Linq;

    Besides your issue with System.Core, you also have a problem with the logic of our code, particularly your variables. It is confusing what your variables represent. You have an infinite loop, so the last section of code is never reached. Take a look 
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using System.Threading.Tasks;
    using System.IO;
    namespace consAppFileManipulation
    class Program
    static void Main(string[] args)
    string fullPath = @"c:\temp\trace.log";
    string folderPath = @"c:\temp\";
    string fileName = "trace.log";
    string output = "";
    string fileNameOnly = Path.GetFileNameWithoutExtension(fullPath);
    string extension = Path.GetExtension(fullPath);
    string path = Path.GetDirectoryName(fullPath);
    string newFullPath = fullPath;
    string[] allFiles = Directory.GetFiles(folderPath).Select(filename => Path.GetFileNameWithoutExtension(filename)).ToArray();
    string tempFileName = fileName;
    int count = 1;
    //THIS IS AN INFINITE LOOP
    while (allFiles.Contains(fileNameOnly))
    tempFileName = String.Format("{0} ({1})", fileName, count++);
    //THIS CODE IS NEVER REACHED
    output = Path.Combine(folderPath, tempFileName);
    fullPath = output + ".xml";
    //string fullPath = output + ".xml";
    UML, then code

  • What is causing this problem and what are you doing to fix it? Should I just go back to Internet Explorer?

    Every single day, Firefox crashes and sometimes in the most inopertune time. This is very frustrating as some of the times I can not go back in and correct what I was not able to do due to your site crashing. What is causing this problem and what are you doing to fix it? Should I just go back to Internet Explorer?

    First, you must use a specific [[Managing profiles|profile]] for Firefox 4.0 Beta and keep your current one for Firefox 3.6 to prevent interferences between the two versions.
    For your problem:
    # [[Troubleshooting extensions and themes]] could be a cause.
    # If not 1. and if it does not happen in [[Safe Mode]], you must disable HW acceleration in Options > Advanced > General. If it solves your issue, your graphic driver is out-of-date and must be updated. Go to your computer manufacturer support site.

  • What are the transactions we use day to day in the bw before go live

    what are the transactions we use most in the bw before go live?
    Tcodes for backend objects like creating infocube and so on.
    Tcodes for front end objects like creating queries and so on.
    Thank you.
    York

    Hi Les,
    check previous posting
    Transaction Codes for BW Developers
    SAP BW n R/3 transactions.
    table TSTCT contains all the transaction codes
    RSA6 Maintain DataSources
    RSA7 BW Delta Queue Monitor
    RSA8 DataSource Repository
    RSA9 Transfer Application Components
    RSD1 Characteristic maintenance
    RSD2 Maintenance of key figures
    RSD3 Maintenance of units
    RSD4 Maintenance of time characteristics
    RSDBC DB connect
    RSDDV Maintaining Aggregates
    RSIMPCUR Load Exchange Rates from File
    RSISET Maintain InfoSets
    RSKC Maintaining the Permittd Extra Chars
    RSLGMP Maintain RSLOGSYSMAP
    RSMO Data Load Monitor Start
    RSMON BW Administrator Workbench
    RSOR BW Metadata Repository
    RSORBCT BI Business Content Transfer
    RSORMDR BW Metadata Repository
    RSPC Process Chain Maintenance
    RSPC1 Process Chain Display
    RSPCM Monitor daily process chains
    RSRCACHE OLAP: Cache Monitor
    RSRT Start of the report monitor
    RSRT1 Start of the Report Monitor
    RSRT2 Start of the Report Monitor
    RSRTRACE Set trace configuration
    RSRTRACETEST Trace tool configuration
    RSRV Analysis and Repair of BW Objects
    SE03 Transport Organizer Tools
    SE06 Set Up Transport Organizer
    SE07 CTS Status Display
    SE09 Transport Organizer
    SE10 Transport Organizer
    SE11 ABAP Dictionary
    SE24 Class Builder
    SE80 Object Navigator
    RSCUSTA Maintain BW Settings
    RSCUSTA2 ODS Settings
    RSCUSTV*
    RSSM Authorizations for Reporting
    SM04 User List
    SM12 Display and Delete Locks
    SM21 Online System Log Analysis
    SM37 Overview of job selection
    SM50 Work Process Overview
    SM51 List of SAP Systems
    SM58 Asynchronous RFC Error Log
    SM59 RFC Destinations (Display/Maintain)
    LISTCUBE List viewer for InfoCubes
    LISTSCHEMA Show InfoCube schema
    DB02 Tables and Indexes Monitor
    DB14 Display DBA Operation Logs
    DB16 Display DB Check Results
    DB20 Update DB Statistics
    r/3 (bw related)
    SBIW BIW in IMG for OLTP
    BD61 Activate Change Pointers - Generally
    BDLS Convert Logical System Names
    BF11 Application Areas
    RSA2 OLTP Metadata Repository
    RSA3 Extractor Checker
    RSA5 Install Business Content
    RSA6 Maintain DataSources
    RSA7 BW Delta Queue Monitor
    RSA8 DataSource Repository
    RSA9 Transfer Application Components
    RSO2 Oltp Metadata Repository
    RSO3 Set Up Deltas for Master Data
    LO setup table
    OLI1BW INVCO Stat. Setup: Material Movemts
    OLI2BW INVCO Stat. Setup: Stor. Loc. Stocks
    OLI3BW Reorg.PURCHIS BW Extract Structures
    OLI4BW Reorg. PPIS Extract Structures
    OLI7BW Reorg. of VIS Extr. Struct.: Order
    OLI8BW Reorg. VIS Extr. Str.: Delivery
    OLI9BW Reorg. VIS Extr. Str.: Invoices
    OLIABW Setup: BW agency business
    OLIFBW Reorg. Rep. Manuf. Extr. Structs
    OLIIBW Reorg. of PM Info System for BW
    OLIQBW QM Infosystem Reorganization for BW
    OLISBW Reorg. of CS Info System for BW
    OLIZBW INVCO Setup: Invoice Verification
    Check out AHP's reply specifically in the link:
    urgent
    Assign Points if Helpful *****
    Regards,
    Ravikanth

  • The type or namespace name 'SPSite' could not be found (are you missing a using directive or an assembly reference?)_

    I am creating a Winforms application. I need to upload and download a file from Sharepoint.
     I have added reference to Microsoft.Sharepoint.Client.
    Below is the code to upload file:
    using System.IO;
    using Microsoft.SharePoint;
    private void Button_Click_1(object sender, RoutedEventArgs e)
                String fileToUpload = @"C:\Test.txt";
                String sharePointSite = "https://myshapoint";
                String documentLibraryName = "Test";
                using (SPSite oSite = new SPSite(sharePointSite))
                    using (SPWeb oWeb = oSite.OpenWeb())
                        if (!System.IO.File.Exists(fileToUpload))
                            throw new FileNotFoundException("File not found.", fileToUpload);
                        SPFolder myLibrary = oWeb.Folders[documentLibraryName];
                        // Prepare to upload
                        Boolean replaceExistingFiles = true;
                        String fileName = System.IO.Path.GetFileName(fileToUpload);
                        FileStream fileStream = File.OpenRead(fileToUpload);
                        // Upload document
                        SPFile spfile = myLibrary.Files.Add(fileName, fileStream, replaceExistingFiles);
                        // Commit 
                        myLibrary.Update();
    But i get the error "The type or namespace name 'SPSite' could not be found (are you missing a using directive or an assembly reference?)"
    I am not sure what else I am supposed to do here.

    Hi,
    If you want to develop a WinForm application to be only used in SharePoint Server, we can use Server-Side Object Model(use Microsoft.Sharepoint.dll) to achieve it. 
    If you want to use the WinForm application to be used both in Server side and Client Side, I suggest you use .Net Client Object Model(use Microsoft.Sharepoint.Client.dll) to achieve it.
    Here are two links for your reference:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/c357e3c7-37e9-4ded-83aa-a57beae0b0e4/how-to-upload-download-files-to-sharepoint-2013?forum=sharepointdevelopment
    http://msdn.microsoft.com/en-us/library/ff798388.aspx
    Best Regards
    Dennis Guo
    TechNet Community Support

  • What are the business scenarios used in plastic industry

    Hi Experts,
    Could you guys please tell me what are the business scenarios (in sap sd) i should use while implementing in plastic industry (as if someone already worked on implementation project at plastic industry).....
    As per my knowledge i would use:
    MTS
    Batch management
    Third party etc....
    but in addition to these (if anyone already worked on the implementation project in plastic industry...then what are the business scenario used for......please suggest.....)
    If have any idea please suggest........ would be a great help.......
    Thank you in advance...........

    it depends which part of the value chain you are working at e.g. your company is B2B, supplying ingredients to Plastic industry manufacturer or you sell to wholesellers.
    Below are the processes you - may - do in Plastic industry -
    - Inter-company stock transfer
    - Subcontracting
    - Contracts
    - QM inspection during delivery process
    If you require business scenario descriptions (in brief) for the above processes, then please convey.
    Edited by: Typewriter on Jul 11, 2011 11:30 AM

Maybe you are looking for

  • SM37: job sends message even when report list is empty

    Dear gurus, I run job over transaction VD59 - the result of this report is sent to recepient via email. Even when VD59 gives no results (no rows), recepient receives empty message. Can I somehow set that in the case of empty result list job sends no

  • How to move selected values in a table in one view to another

    Dear Experts, In my application,I have a table populated with data.My requirement is to select a row in the table and move the selected values of the row to the next view. Can anybody tell how to do this?? Regards, Mamai.

  • Keynote error message: "Can't open file..."

    I use Keynote almost every for work. Recently I got this message "Can't open file [insert file name]". I thought if I update to Lion and then got Keynote '09 I would fix the problem. Unfortunately it did nothing. Any help would be greatly appreciated

  • Can't empty trash or take file out of it.

    iMac 27" OS 10.9.2.  There is a file called "boot.efi" nested inside5 folders in the trash that apparently belongs to my TimeMachine disk (it dissapears if I unmount the disk but reappears when it remounts.)  I have tried taking it out of the trash b

  • FBCJ TRANSACTION

    Hi all, I´m working with the tcode FBCJ, is it any FM for consulting the actual amount if giving date, company code and cash journal number, I need to find that amount to show it in a special report i´m writing. Anybody knows? Thanks!! Gabriel P.